Skip to content

Commit

Permalink
Update src/FSharp.Analyzers.Cli/Program.fs
Browse files Browse the repository at this point in the history
Co-authored-by: dawe <[email protected]>
  • Loading branch information
nojaf and dawedawe authored Oct 25, 2023
1 parent 60cf0a2 commit 63446db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.Cli/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ let main argv =
printInfo "%s" msg
}

AssemblyLoadContext.Default.add_Resolving (fun ctx assemblyName ->
AssemblyLoadContext.Default.add_Resolving (fun _ctx assemblyName ->
if assemblyName.Name <> "FSharp.Core" then
null
else
Expand Down

0 comments on commit 63446db

Please sign in to comment.