Skip to content

Commit d873ff8

Browse files
authored
Merge pull request #228 from 1eyewonder/fix-file-lock
Prevent File Locking Issue
2 parents ef17453 + 4beb0fb commit d873ff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/FSharp.Analyzers.SDK/FSharp.Analyzers.SDK.Client.fs

+1
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ type Client<'TAttribute, 'TContext when 'TAttribute :> AnalyzerAttribute and 'TC
169169
fun config ->
170170
config.DefaultContext <- AssemblyLoadContext.Default
171171
config.PreferSharedTypes <- true
172+
config.LoadInMemory <- true
172173
)
173174

174175
Some(analyzerDll, analyzerLoader.LoadDefaultAssembly())

0 commit comments

Comments
 (0)