Skip to content

Commit 4beb0fb

Browse files
committed
Updated plugin config to load in-memory
1 parent ef17453 commit 4beb0fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FSharp.Analyzers.SDK/FSharp.Analyzers.SDK.Client.fs

Lines changed: 1 addition & 0 deletions
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)