ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
860 stars 279 forks source link

Problem with editor support for script files in Windows #1357

Closed Krzysztof-Cieslak closed 2 years ago

Krzysztof-Cieslak commented 4 years ago

Not sure it helps for the issue, but here is the log from the dev tools in code:

abstractExtensionService.ts:400 [ms-vscode.powershell-preview]: Command `workbench.action.debug.start` appears multiple times in the `commands` section.
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.fsharp.
Old grammar file: file:///c%3A/Users/TomasJansson/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/fsharp/syntaxes/fsharp.tmLanguage.json.
New grammar file: file:///c%3A/Users/TomasJansson/.vscode-insiders/extensions/ionide.ionide-fsharp-4.10.0/syntaxes/fsharp.json
register @ TMScopeRegistry.ts:45
s @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:269
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:563
_startLocalExtensionHost @ extensionService.ts:553
_scanAndHandleExtensions @ extensionService.ts:548
async function (async)
_scanAndHandleExtensions @ extensionService.ts:445
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:251
(anonymous) @ workbench.ts:144
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:137
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:343
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:130
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:127
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.groovy.
Old grammar file: file:///c%3A/Users/TomasJansson/AppData/Local/Programs/Microsoft%20VS%20Code%20Insiders/resources/app/extensions/groovy/syntaxes/groovy.tmLanguage.json.
New grammar file: file:///c%3A/Users/TomasJansson/.vscode-insiders/extensions/naco-siren.gradle-language-0.2.3/syntaxes/groovy.tmLanguage.json
register @ TMScopeRegistry.ts:45
s @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:246
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:235
(anonymous) @ abstractTextMateService.ts:271
_registerDefinitionIfAvailable @ abstractTextMateService.ts:269
(anonymous) @ abstractTextMateService.ts:151
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:563
_startLocalExtensionHost @ extensionService.ts:553
_scanAndHandleExtensions @ extensionService.ts:548
async function (async)
_scanAndHandleExtensions @ extensionService.ts:445
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:251
(anonymous) @ workbench.ts:144
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:137
open @ desktop.main.ts:123
async function (async)
open @ desktop.main.ts:111
t.main @ desktop.main.ts:343
(anonymous) @ workbench.js:33
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:130
t._invokeFactory @ loader.js:1043
t.complete @ loader.js:1053
s._onModuleComplete @ loader.js:1674
s._onModuleComplete @ loader.js:1686
s._resolve @ loader.js:1634
s.defineModule @ loader.js:1281
r @ loader.js:1724
c @ loader.js:794
(anonymous) @ workbench.common.main.ts:127
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:797
(anonymous) @ loader.js:779
u @ loader.js:892
(anonymous) @ loader.js:897
readFileAfterClose @ internal/fs/read_file_context.js:61
console.ts:137 [Extension Host] (node:26424) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (at writeOut (internal/process/warning.js:27:3))
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] (node:26424) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (at writeOut (internal/process/warning.js:27:3))
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] RUNTIME: UserSpecified (NetcoreFdd), MONO: "mono", DOTNET: "C:\\Program Files\\dotnet\\dotnet.exe" (at c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:2234:17)
console.ts:137 [Extension Host] FSAC (NETCORE): 'c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0/bin_netcore/fsautocomplete.dll' (at c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:2234:17)
console.ts:137 [Extension Host] [LineLens] Activating (at ConsoleAndOutputChannelLogger.Info (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:11583:83))
console.ts:137 [Extension Host] [msbuild] Dotnet CLI (.NET Core) found at C:\Program Files\dotnet\dotnet.exe (at ConsoleAndOutputChannelLogger.Info (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:11583:83))
console.ts:137 [Extension Host] [msbuild] MSBuild (.NET) found at c:\Windows\Microsoft.NET\Framework\v4.0.30319\MsBuild.exe (at ConsoleAndOutputChannelLogger.Info (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:11583:83))
console.ts:137 [Extension Host] [msbuild] Automatic MSBuild detection (at ConsoleAndOutputChannelLogger.Info (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:11583:83))
extensionHost.ts:212 Extension Host
extensionHost.ts:213 [LineLens] Config Changed event[LineLens] Installing[LineLens] Installed[GitIngnore] gitignore path: c:\Users\TomasJansson\Desktop\.gitignore
console.ts:137 [Extension Host] Received message which is neither a response nor a notification message:{    "jsonrpc": "2.0",    "id": 6} (at ConsoleLogger.error (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:6037:17))
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] rejected promise not handled within 1 second: Error: The received response has neither a result nor an error property. (at c:\Users\TomasJansson\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:956:596)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] stack trace: Error: The received response has neither a result nor an error property.   at handleInvalidMessage (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:9081:40)   at processMessageQueue (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:8830:17)    at Immediate.<anonymous> (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:8811:13)  at processImmediate (internal/timers.js:439:21) (at c:\Users\TomasJansson\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:956:675)
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
mainThreadExtensionService.ts:65 [[object Object]]The received response has neither a result nor an error property.
$onExtensionRuntimeError @ mainThreadExtensionService.ts:65
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
mainThreadExtensionService.ts:66 Error: The received response has neither a result nor an error property.
    at handleInvalidMessage (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:9081:40)
    at processMessageQueue (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:8830:17)
    at Immediate.<anonymous> (c:\Users\TomasJansson\.vscode-insiders\extensions\ionide.ionide-fsharp-4.10.0\fsharp.js:8811:13)
    at processImmediate (internal/timers.js:439:21)
$onExtensionRuntimeError @ mainThreadExtensionService.ts:66
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166

Originally posted by @mastoj in https://github.com/ionide/ionide-vscode-fsharp/issues/1275#issuecomment-623024290

Krzysztof-Cieslak commented 4 years ago

Hey, @mastoj please follow these steps:

  1. Enable verbose logging in settings
  2. Reload window
  3. Open output panel and select F# tab
  4. Copy-paste whole log here.
mastoj commented 4 years ago

Here you go

[21:14:08.263 INF] [LSP] Initialize Request
[21:14:08.321 INF] [Analyzers] updated analyzer handler
[21:14:08.331 INF] [CheckerEvents] Script typecheck dependencies changed, purging expired script options
[21:14:08.334 INF] [CheckerEvents] Script typecheck dependencies changed, purged 0 expired script options
[21:14:08.345 INF] [Analyzers] Analyzers unregistered
[21:14:08.439 INF] [LSP] FSharpCompilerLocation Request: null
[21:14:08.440 INF] [LSP] Initialized request
[21:14:08.441 INF] [LSP] TextDocumentDidOpen Request: c:/Users/TomasJansson/Desktop/largestsquare.fsx
[21:14:08.438 INF] [LSP] FSharpWorkspacePeek Request: {"Directory": "c:\\Users\\TomasJansson\\Desktop", "Deep": 4, "ExcludedDirs": [".git", "paket-files", ".fable", "packages", "node_modules"], "$type": "WorkspacePeekRequest"}
[21:14:08.439 INF] [LSP] WorkspaceDidChangeConfiguration Request: {"Settings": [[[[[[[]], [[]], [[]]]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[[], [], [], [], []]], [[[[]], [[]]]], [[]], [[]], [[]], [[]], [[]], [[]], [[[], []]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]]]]], "$type": "DidChangeConfigurationParams"}
[21:14:08.461 INF] [CheckerEvents] Script typecheck dependencies changed, purging expired script options
[21:14:08.461 INF] [CheckerEvents] Script typecheck dependencies changed, purged 0 expired script options
[21:14:08.463 INF] [Analyzers] Registered 0 analyzers from packages/Analyzers
[21:14:08.463 INF] [Analyzers] Registered 0 analyzers from analyzers
[21:14:08.463 INF] [Analyzers] 0 Analyzers registered overall
[21:14:08.464 INF] [LSP] Workspace configuration changed
[21:14:08.510 INF] [LSP] TextDocumentDocumentSymbol Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/Desktop/largestsquare.fsx", "$type": "TextDocumentIdentifier"}, "$type": "DocumentSymbolParams"}
[21:14:08.511 INF] [LSP] FSharpWorkspaceLoad Request: {"TextDocuments": [], "$type": "WorkspaceLoadParms"}
[21:14:08.519 INF] [LSP] TextDocumentCodeAction Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/Desktop/largestsquare.fsx", "$type": "TextDocumentIdentifier"}, "Range": {"Start": {"Line": 0, "Character": 0, "$type": "Position"}, "End": {"Line": 37, "Character": 0, "$type": "Position"}, "$type": "Range"}, "Context": {"Diagnostics": [], "$type": "CodeActionContext"}, "$type": "CodeActionParams"}
[Error - 21:14:08] Request textDocument/documentSymbol failed.
  Message: File 'c:\Users\TomasJansson\Desktop\largestsquare.fsx' not parsed
  Code: -32603 
[Error - 21:14:08] Request textDocument/codeAction failed.
  Message: File 'c:\Users\TomasJansson\Desktop\largestsquare.fsx' not parsed
  Code: -32603 
[21:14:08.563 INF] [LSP] TextDocumentDidOpen - workspace ready
[21:14:08.580 INF] [Commands] Checking script file 'c:\Users\TomasJansson\Desktop\largestsquare.fsx'
[21:14:08.586 VRB] [Checker] Current Queue Length is 0
[21:14:08.586 INF] [Opts] Getting NetFX options for script file c:\Users\TomasJansson\Desktop\largestsquare.fsx
[21:14:08.602 INF] [LSP] LoadAnalyzers Request: [[[[[]]]]]
[21:14:08.604 INF] [Analyzers] Analyzers disabled
[21:14:08.661 INF] [LSP] TextDocumentFoldingRange Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/Desktop/largestsquare.fsx", "$type": "TextDocumentIdentifier"}, "$type": "FoldingRangeParams"}
[Error - 21:14:08] Request textDocument/foldingRange failed.
  Message: File 'c:\Users\TomasJansson\Desktop\largestsquare.fsx' not parsed
  Code: -32603 
[21:14:08.711 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/Desktop/largestsquare.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[21:14:08.774 INF] [LSP] GetHighlighting Request: {"FileName": "c:\\Users\\TomasJansson\\Desktop\\largestsquare.fsx", "$type": "HighlightingRequest"}
[21:14:08.778 DBG] [Commands] TryGetLatestTypeCheckResultsFor c:\Users\TomasJansson\Desktop\largestsquare.fsx, State@null, Checked@null
[21:14:08.961 INF] [LSP] TextDocumentDocumentSymbol Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/Desktop/largestsquare.fsx", "$type": "TextDocumentIdentifier"}, "$type": "DocumentSymbolParams"}
[21:14:09.101 VRB] [Checker] Current Queue Length is 0
[21:14:09.102 INF] [Opts] Source file list is ["c:\\Users\\TomasJansson\\Desktop\\largestsquare.fsx"]
[21:14:09.104 VRB] [Checker] Current Queue Length is 0
[21:14:09.105 INF] [Opts] Resolved references: ["-r:c:\\Users\\TomasJansson\\.vscode-insiders\\extensions\\ionide.ionide-fsharp-4.10.1\\bin_netcore\\FSharp.Core.dll"]
[21:14:09.105 VRB] [Checker] Current Queue Length is 0
[21:14:09.105 INF] [Opts] Resolved other options: ["--noframework", "--warn:3", "--targetprofile:mscorlib"]
[Error - 21:14:09] Request textDocument/documentSymbol failed.
  Message: File 'c:\Users\TomasJansson\Desktop\largestsquare.fsx' not parsed
  Code: -32603 
[21:14:09.161 INF] [FakeSupport] prepareAndRunScriptRedirect(Script: c:\Users\TomasJansson\Desktop\largestsquare.fsx, fsiOptions: "")
[21:14:09.236 VRB] [Checker] Current Queue Length is 0
[21:14:09.236 INF] [Opts] c:\Users\TomasJansson\Desktop\largestsquare.fsx is not a FAKE script
[21:14:09.245 VRB] [Checker] Current Queue Length is 0
[21:14:09.245 INF] [Checker] ParseAndCheckFileInProject - c:\Users\TomasJansson\Desktop\largestsquare.fsx
[21:14:09.266 INF] [Compiler] Inside Compiler Function 3
[21:14:09.418 INF] [Compiler] Finished compiler function 1 with parameter c:\Users\TomasJansson\Desktop\largestsquare.fsx_ProjectId=null-Failed_Aborted in 0.1599576
[21:14:09.419 VRB] [Checker] Current Queue Length is 0
[21:14:09.420 INF] [Checker] ParseAndCheckFileInProject - c:\Users\TomasJansson\Desktop\largestsquare.fsx completed with errors: [{"Range": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "Severity": {"$type": "Error"}, "Message": "Assembly reference 'mscorlib.dll' was not found or is invalid", "Subcategory": "parameter", "ErrorNumber": 84, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "StartLineAlternate": 1, "EndLineAlternate": 1, "StartColumn": 0, "EndColumn": 0, "FileName": "unknown", "$type": "FSharpErrorInfo"}]
[21:14:09.451 VRB] [Checker] Current Queue Length is 0
[21:14:09.451 INF] [Checker] TryGetRecentCheckResultsForFile - c:\Users\TomasJansson\Desktop\largestsquare.fsx
[21:14:09.455 VRB] [Checker] Current Queue Length is 0
[21:14:09.455 INF] [Checker] TryGetRecentCheckResultsForFile - c:\Users\TomasJansson\Desktop\largestsquare.fsx
[21:14:09.459 VRB] [Checker] Current Queue Length is 0
[21:14:09.459 INF] [Checker] TryGetRecentCheckResultsForFile - c:\Users\TomasJansson\Desktop\largestsquare.fsx
[21:14:09.461 VRB] [Checker] Current Queue Length is 0
[21:14:09.461 INF] [Checker] TryGetRecentCheckResultsForFile - c:\Users\TomasJansson\Desktop\largestsquare.fsx
[21:14:09.835 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/Desktop/largestsquare.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[21:14:09.845 VRB] [Checker] Current Queue Length is 0
[21:14:09.846 INF] [Checker] GetDeclarations - c:\Users\TomasJansson\Desktop\largestsquare.fsx
[21:14:09.867 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/Desktop/largestsquare.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[21:14:09.869 VRB] [Checker] Current Queue Length is 0
[21:14:09.869 INF] [Checker] GetDeclarations - c:\Users\TomasJansson\Desktop\largestsquare.fsx
[21:14:09.892 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/Desktop/largestsquare.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[21:14:09.893 VRB] [Checker] Current Queue Length is 0
[21:14:09.893 INF] [Checker] GetDeclarations - c:\Users\TomasJansson\Desktop\largestsquare.fsx
Krzysztof-Cieslak commented 4 years ago

Just to confirm, you want to run dotnet fsi and .Net Core, right?

If some make sure you have enabled useSdkScripts in settings - this line [21:14:08.586 INF] [Opts] Getting NetFX options for script file c:\Users\TomasJansson\Desktop\largestsquare.fsx suggest FSAC tries to find full .Net dependencies.

mastoj commented 4 years ago

Ok. I’m pretty sure I have that setting set to true, but I’ll double check tomorrow since I’m not at the computer now. Is that the only setting needed (ideally)?

Krzysztof-Cieslak commented 4 years ago

Oh, I'm blind, it was in other issue

  "FSharp.addFsiWatcher": true,
    "FSharp.infoPanelShowOnStartup": true,
    "FSharp.useSdkScripts": true,
    "FSharp.dotNetRoot": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\"

I think the problem is in FSharp.dotNetRoot - first of all, I'd try to remove it at all, it seems you have .Net Core installed in default location. If that doesn't work set it to C:\Program Files\dotnet\

Krzysztof-Cieslak commented 4 years ago

Hmmm.... @baronfel, I think something wrong is going on when FSharp.dotNetRoot setting is set on Windows - it never finds .Net Core 3.X installation but rather always 2.X. And everything works just fine if I don't set any FSharp.dotNetRoot

mastoj commented 4 years ago

I tried both removing dotNetRoot and also setting it to C:\Program Files\dotnet\, none of it made a difference.

Krzysztof-Cieslak commented 4 years ago

Can you paste the same log as before in case of removed dotNetRoot ?

mastoj commented 4 years ago

hm.... I did somethings and now it seems to be working. Things I did:

Now it works. So in an attempt trying to reproduce this I removed dotnet core 2.x, but it still works. Not 100% sure what is up.

mastoj commented 4 years ago

Same problem different file/project. I enabled verbose logging and here is the output:

[00:07:53.390 INF] [LSP] Initialize Request
[00:07:53.492 INF] [Analyzers] updated analyzer handler
[00:07:53.519 INF] [CheckerEvents] Script typecheck dependencies changed, purging expired script options
[00:07:53.525 INF] [CheckerEvents] Script typecheck dependencies changed, purged 0 expired script options
[00:07:53.555 INF] [Analyzers] Analyzers unregistered
[00:07:53.749 INF] [LSP] FSharpCompilerLocation Request: null
[00:07:53.751 INF] [LSP] Initialized request
[00:07:53.751 INF] [LSP] TextDocumentDidOpen Request: c:/Users/TomasJansson/git/mastoj/sweetspot/build.fsx
[00:07:53.757 INF] [LSP] TextDocumentDocumentSymbol Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "DocumentSymbolParams"}
[Error - 00:07:53] Request textDocument/codeAction failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[00:07:53.748 INF] [LSP] FSharpWorkspacePeek Request: {"Directory": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot", "Deep": 4, "ExcludedDirs": [".git", "paket-files", ".fable", "packages", "node_modules"], "$type": "WorkspacePeekRequest"}
[00:07:53.768 INF] [LSP] TextDocumentCodeAction Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "Range": {"Start": {"Line": 18, "Character": 27, "$type": "Position"}, "End": {"Line": 18, "Character": 27, "$type": "Position"}, "$type": "Range"}, "Context": {"Diagnostics": [], "$type": "CodeActionContext"}, "$type": "CodeActionParams"}
[00:07:53.749 INF] [LSP] WorkspaceDidChangeConfiguration Request: {"Settings": [[[[[[[]], [[]], [[]]]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[[], [], [], [], []]], [[[[]], [[]]]], [[]], [[]], [[]], [[]], [[]], [[]], [[[], []]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]]]]], "$type": "DidChangeConfigurationParams"}
[Error - 00:07:53] Request textDocument/documentSymbol failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[00:07:53.789 INF] [Analyzers] Registered 0 analyzers from packages/Analyzers
[00:07:53.789 INF] [Analyzers] Registered 0 analyzers from analyzers
[00:07:53.790 INF] [Analyzers] 0 Analyzers registered overall
[00:07:53.790 INF] [LSP] Workspace configuration changed
[00:07:53.838 INF] [LSP] FSharpWorkspaceLoad Request: {"TextDocuments": [{"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "$type": "TextDocumentIdentifier"}, {"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Application\\Sweetspot.Infrastructure.Application.fsproj", "$type": "TextDocumentIdentifier"}, {"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Core\\Sweetspot.Infrastructure.Core.fsproj", "$type": "TextDocumentIdentifier"}], "$type": "WorkspaceLoadParms"}
[00:07:53.840 INF] [Commands] Workspace loading started '["c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Application\\Sweetspot.Infrastructure.Application.fsproj", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Core\\Sweetspot.Infrastructure.Core.fsproj"]'
[00:07:53.888 INF] [LSP] Workspace Notify {"finished": false, "$type": "WorkspaceLoad"}
[00:07:53.946 INF] [LSP] TextDocumentFoldingRange Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "FoldingRangeParams"}
[Error - 00:07:53] Request textDocument/foldingRange failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[00:07:53.979 INF] [LSP] Workspace Notify {"project": {"projectFileName": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "projectFiles": ["c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Program.fs"], "outFileOpt": {"Value": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\bin\\Debug\\netcoreapp3.1\\Sweetspot.Web.dll", "$type": "Some"}, "references": ["C:\\Users\\TomasJansson\\.nuget\\packages\\fsharp.control.websockets\\0.2.2\\lib\\netstandard2.1\\FSharp.Control.Websockets.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\fsharp.core\\4.7.2\\lib\\netstandard2.0\\FSharp.Core.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\giraffe\\4.1.0\\lib\\netcoreapp3.0\\Giraffe.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Antiforgery.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.Cookies.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.aspnetcore.authentication.jwtbearer\\3.1.4\\lib\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.JwtBearer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.OAuth.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authorization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authorization.Policy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Authorization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Forms.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Server.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Connections.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.CookiePolicy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Cors.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Cryptography.Internal.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.DataProtection.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.DataProtection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.DataProtection.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Diagnostics.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Diagnostics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.HostFiltering.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Hosting.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Hosting.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Html.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Connections.Common.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Connections.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Features.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.HttpOverrides.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.HttpsPolicy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Identity.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Localization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Localization.Routing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Metadata.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.ApiExplorer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Cors.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.DataAnnotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Formatters.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Localization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Razor.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.RazorPages.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.TagHelpers.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.ViewFeatures.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Razor.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Razor.Runtime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.ResponseCaching.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.ResponseCompression.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Rewrite.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Routing.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Routing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.HttpSys.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.IIS.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.IISIntegration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.Kestrel.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.Kestrel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Session.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.Common.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.Protocols.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.StaticFiles.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.WebSockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.WebUtilities.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.CSharp.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Caching.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Caching.Memory.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Binder.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.CommandLine.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.FileExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Ini.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.KeyPerFile.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.UserSecrets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.DependencyInjection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Diagnostics.HealthChecks.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Composite.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Embedded.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Physical.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileSystemGlobbing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Hosting.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Hosting.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Http.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Identity.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Identity.Stores.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Localization.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Localization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Configuration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Console.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Debug.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.EventLog.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.EventSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.TraceSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.ObjectPool.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Options.ConfigurationExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Options.DataAnnotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Options.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.WebEncoders.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.JsonWebTokens.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.logging\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Logging.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Protocols.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Tokens.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.io.recyclablememorystream\\1.3.4\\lib\\netcoreapp2.1\\Microsoft.IO.RecyclableMemoryStream.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.JSInterop.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Net.Http.Headers.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.VisualBasic.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.VisualBasic.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.Win32.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Win32.Registry.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\mscorlib.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\netstandard.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\newtonsoft.json\\12.0.3\\lib\\netstandard2.0\\Newtonsoft.Json.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\saturn\\0.13.1\\lib\\netcoreapp3.1\\Saturn.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.AppContext.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Buffers.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.Concurrent.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.Immutable.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.NonGeneric.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.Specialized.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.Annotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.DataAnnotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.EventBasedAsync.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.TypeConverter.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Configuration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Console.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Data.Common.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Data.DataSetExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Data.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Contracts.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Debug.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.DiagnosticSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Diagnostics.EventLog.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.FileVersionInfo.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Process.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.StackTrace.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.TextWriterTraceListener.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Tools.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.TraceSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Tracing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Drawing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Drawing.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Dynamic.Runtime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Globalization.Calendars.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Globalization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Globalization.Extensions.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.5.1\\lib\\netstandard2.0\\System.IdentityModel.Tokens.Jwt.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.Brotli.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.FileSystem.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.ZipFile.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.DriveInfo.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.Watcher.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.IsolatedStorage.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.MemoryMappedFiles.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.IO.Pipelines.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Pipes.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.UnmanagedMemoryStream.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.Expressions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.Parallel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.Queryable.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Memory.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Http.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.HttpListener.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Mail.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.NameResolution.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.NetworkInformation.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Ping.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Requests.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Security.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.ServicePoint.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Sockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebClient.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebHeaderCollection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebProxy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebSockets.Client.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebSockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Numerics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Numerics.Vectors.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ObjectModel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.DispatchProxy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Emit.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Emit.ILGeneration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Emit.Lightweight.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Metadata.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.TypeExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Resources.Reader.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Resources.ResourceManager.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Resources.Writer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.CompilerServices.Unsafe.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.CompilerServices.VisualC.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Handles.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.InteropServices.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.InteropServices.RuntimeInformation.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.InteropServices.WindowsRuntime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Intrinsics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Loader.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Numerics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Formatters.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.AccessControl.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Claims.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Algorithms.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Cryptography.Cng.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Csp.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Encoding.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.X509Certificates.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Cryptography.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Permissions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Principal.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Principal.Windows.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.SecureString.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ServiceModel.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ServiceProcess.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encoding.CodePages.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encoding.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encoding.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encodings.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.RegularExpressions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Channels.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Overlapped.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\system.threading.tasks.dataflow\\4.11.1\\lib\\netstandard2.0\\System.Threading.Tasks.Dataflow.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Tasks.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Tasks.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Tasks.Parallel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Thread.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.ThreadPool.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Timer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Transactions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Transactions.Local.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ValueTuple.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Web.HttpUtility.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Windows.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Windows.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.Linq.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.ReaderWriter.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.Serialization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XDocument.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XmlDocument.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XmlSerializer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XPath.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XPath.XDocument.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\taskbuilder.fs\\2.1.0\\lib\\netstandard1.6\\TaskBuilder.fs.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\utf8json\\1.3.7\\lib\\netstandard2.0\\Utf8Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\WindowsBase.dll"], "logMap": [{"Key": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "Value": "", "$type": "KeyValuePair`2"}], "extra": {"TargetPath": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\bin\\Debug\\netcoreapp3.1\\Sweetspot.Web.dll", "ProjectOutputType": {"$type": "Exe"}, "ProjectSdkType": {"Item": {"IsTestProject": false, "Configuration": "Debug", "IsPackable": true, "TargetFramework": "netcoreapp3.1", "TargetFrameworkIdentifier": ".NETCoreApp", "TargetFrameworkVersion": "v3.1", "MSBuildAllProjects": ["C:\\Users\\TomasJansson\\AppData\\Local\\Temp\\tmp65E5.tmp.proj-info.hook.targets", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\Sweetspot.Web.fsproj.nuget.g.props", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\Sweetspot.Web.fsproj.paket.props", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.NetSdk.props", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\.paket\\Paket.Restore.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.NetSdk.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.Targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\NuGet.targets", "C:\\Users\\TomasJansson\\AppData\\Local\\Temp\\tmp65E5.tmp.proj-info.hook.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\Current\\Microsoft.Common.targets\\ImportAfter\\Microsoft.TestPlatform.ImportAfter.targets", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\Sweetspot.Web.fsproj.nuget.g.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.Overrides.NetSdk.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\Sdks\\NuGet.Build.Tasks.Pack\\build\\NuGet.Build.Tasks.Pack.targets"], "MSBuildToolsVersion": "", "ProjectAssetsFile": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\project.assets.json", "RestoreSuccess": true, "Configurations": ["Debug", "Release"], "TargetFrameworks": [], "RunArguments": {"Value": "", "$type": "Some"}, "RunCommand": {"Value": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\bin\\Debug\\netcoreapp3.1\\Sweetspot.Web.exe", "$type": "Some"}, "IsPublishable": {"Value": true, "$type": "Some"}, "$type": "ProjectSdkTypeDotnetSdk"}, "$type": "DotnetSdk"}, "$type": "ExtraProjectInfoData"}, "projectItems": [{"Item1": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Program.fs", "Item2": {"Link": "Program.fs", "$type": "ProjectViewerItemConfig"}, "$type": "Compile"}], "additionals": [], "$type": "ProjectResult"}, "$type": "Project"}
[00:07:53.987 VRB] [Checker] Current Queue Length is 0
[00:07:53.987 INF] [Checker] ParseFile - c:\Users\TomasJansson\git\mastoj\sweetspot\src\app\Sweetspot.Web\Program.fs
[00:07:53.990 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[00:07:54.059 INF] [LSP] GetHighlighting Request: {"FileName": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\build.fsx", "$type": "HighlightingRequest"}
[00:07:54.064 DBG] [Commands] TryGetLatestTypeCheckResultsFor c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx, State@null, Checked@null
[00:08:07.617 INF] [LSP] TextDocumentDocumentSymbol Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "DocumentSymbolParams"}
[00:08:07.618 INF] [LSP] TextDocumentCodeAction Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "Range": {"Start": {"Line": 8, "Character": 12, "$type": "Position"}, "End": {"Line": 8, "Character": 12, "$type": "Position"}, "$type": "Range"}, "Context": {"Diagnostics": [], "$type": "CodeActionContext"}, "$type": "CodeActionParams"}
[00:08:07.621 INF] [LSP] TextDocumentDocumentHighlight Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "Position": {"Line": 8, "Character": 12, "$type": "Position"}, "$type": "TextDocumentPositionParams"}
[00:08:07.627 ERR] [LSP] PositionHandler - Getting file checker options for c:/Users/TomasJansson/git/mastoj/sweetspot/build.fsx failed
[Error - 00:08:07] Request textDocument/documentSymbol failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[Error - 00:08:07] Request textDocument/codeAction failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[Error - 00:08:08] Request textDocument/documentHighlight failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[00:08:08.295 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[00:08:08.296 INF] [LSP] FSharpSignature Request: {"TextDocument": {"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\build.fsx", "$type": "TextDocumentIdentifier"}, "Position": {"Line": 8, "Character": 12, "$type": "Position"}, "$type": "TextDocumentPositionParams"}
[00:08:08.296 INF] [LSP] FSharpDocumentation Request: {"TextDocument": {"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\build.fsx", "$type": "TextDocumentIdentifier"}, "Position": {"Line": 8, "Character": 12, "$type": "Position"}, "$type": "TextDocumentPositionParams"}
[00:08:08.297 ERR] [LSP] PositionHandler - Getting file checker options for c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx failed
[00:08:08.297 ERR] [LSP] PositionHandler - Getting file checker options for c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx failed
[00:08:08.317 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[00:08:09.410 INF] [LSP] TextDocumentDocumentSymbol Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "DocumentSymbolParams"}
[Error - 00:08:09] Request textDocument/documentSymbol failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 

I have also tried with a really simple file and it doesn't work, not because that should matter :)

Installed sdks: 2.2.207 [C:\Program Files\dotnet\sdk] 3.1.201 [C:\Program Files\dotnet\sdk]

Ionide verison: 4.11.1 VScode version: 1.46.0-insider

jbeeko commented 4 years ago

I'm seeing very similar behaviour with Ionide, VSCode, MacOS with .Net 5.0 preview 3.

What is frustrating is the issue is very intermittent. Sometimes intellisense works fine, other times nothing appears. It has also been the case that intellisense was working for one open .fsx file but not another one.

Here is the F# log for a case when intellisense is not appearing.

[16:35:56.523 INF] [LSP] Initialize Request
[16:35:56.534 INF] [Analyzers] updated analyzer handler
[16:35:56.545 INF] [CheckerEvents] Script typecheck dependencies changed, purging expired script options
[16:35:56.548 INF] [CheckerEvents] Script typecheck dependencies changed, purged 0 expired script options
[16:35:56.561 INF] [Analyzers] Analyzers unregistered
[16:35:56.640 INF] [LSP] Initialized request
[16:35:56.643 INF] [LSP] TextDocumentDidOpen Request: /Users/joergbeekmann/Desktop/Scripting/loop.fsx
[16:35:56.645 INF] [LSP] FSharpCompilerLocation Request: null
[16:35:56.651 INF] [LSP] FSharpWorkspaceLoad Request: {"TextDocuments": [], "$type": "WorkspaceLoadParms"}
[16:35:56.655 INF] [LSP] TextDocumentDocumentSymbol Request: {"TextDocument": {"Uri": "file:///Users/joergbeekmann/Desktop/Scripting/loop.fsx", "$type": "TextDocumentIdentifier"}, "$type": "DocumentSymbolParams"}
[16:35:56.640 INF] [LSP] WorkspaceDidChangeConfiguration Request: {"Settings": [[[[[[[]], [[]], [[]]]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[[]]], [[]], [[]], [[]], [[]], [[]], [[]], [[[], [], [], [], []]], [[[[]], [[]]]], [[]], [[]], [[]], [[]], [[]], [[]], [[[], []]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]]]]], "$type": "DidChangeConfigurationParams"}
[16:35:56.658 INF] [Commands] Workspace loading started '[]'
[16:35:56.670 INF] [CheckerEvents] Script typecheck dependencies changed, purging expired script options
[16:35:56.670 INF] [CheckerEvents] Script typecheck dependencies changed, purged 0 expired script options
[16:35:56.672 INF] [Analyzers] Registered 0 analyzers from packages/Analyzers
[16:35:56.672 INF] [Analyzers] Registered 0 analyzers from analyzers
[16:35:56.672 INF] [Analyzers] 0 Analyzers registered overall
[16:35:56.676 VRB] [Checker] Current Queue Length is 0
[16:35:56.676 INF] [Checker] GetDeclarations - /Users/joergbeekmann/Desktop/Scripting/loop.fsx
[16:35:56.673 INF] [LSP] Workspace configuration changed
[16:35:56.687 INF] [LSP] Workspace Notify {"finished": false, "$type": "WorkspaceLoad"}
[16:35:56.704 INF] [LSP] Workspace Notify {"finished": true, "$type": "WorkspaceLoad"}
[16:35:56.710 INF] [LSP] TextDocumentDidOpen - workspace ready
[16:35:56.723 INF] [Commands] Checking script file '/Users/joergbeekmann/Desktop/Scripting/loop.fsx'
[16:35:56.727 VRB] [Checker] Current Queue Length is 0
[16:35:56.727 INF] [Opts] Getting NetFX options for script file /Users/joergbeekmann/Desktop/Scripting/loop.fsx
[16:35:56.735 INF] [Commands] Workspace loading finished 
[16:35:56.741 INF] [LSP] LoadAnalyzers Request: [[[[[]]]]]
[16:35:56.742 INF] [Analyzers] Analyzers disabled
[16:35:56.871 INF] [LSP] TextDocumentFoldingRange Request: {"TextDocument": {"Uri": "file:///Users/joergbeekmann/Desktop/Scripting/loop.fsx", "$type": "TextDocumentIdentifier"}, "$type": "FoldingRangeParams"}
[16:35:56.873 VRB] [Checker] Current Queue Length is 0
[16:35:56.873 INF] [Checker] ParseFile - /Users/joergbeekmann/Desktop/Scripting/loop.fsx
[16:35:56.903 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///Users/joergbeekmann/Desktop/Scripting/loop.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[16:35:56.903 VRB] [Checker] Current Queue Length is 0
[16:35:56.903 INF] [Checker] GetDeclarations - /Users/joergbeekmann/Desktop/Scripting/loop.fsx
[16:35:56.972 INF] [LSP] GetHighlighting Request: {"FileName": "/Users/joergbeekmann/Desktop/Scripting/loop.fsx", "$type": "HighlightingRequest"}
[16:35:56.976 DBG] [Commands] TryGetLatestTypeCheckResultsFor /Users/joergbeekmann/Desktop/Scripting/loop.fsx, State@{"Value": 1, "$type": "Some"}, Checked@null
[16:35:57.131 VRB] [Checker] Current Queue Length is 0
[16:35:57.131 INF] [Opts] Source file list is ["/Users/joergbeekmann/Desktop/Scripting/loop.fsx"]
[16:35:57.134 VRB] [Checker] Current Queue Length is 0
[16:35:57.134 INF] [Opts] Resolved references: ["-r:/Users/joergbeekmann/.vscode/extensions/ionide.ionide-fsharp-4.11.1/bin_netcore/FSharp.Core.dll"]
[16:35:57.134 VRB] [Checker] Current Queue Length is 0
[16:35:57.135 INF] [Opts] Resolved other options: ["--noframework", "--warn:3", "--targetprofile:mscorlib", "--langversion:preview"]
[16:35:57.198 INF] [FakeSupport] prepareAndRunScriptRedirect(Script: /Users/joergbeekmann/Desktop/Scripting/loop.fsx, fsiOptions: "")
[16:35:57.266 VRB] [Checker] Current Queue Length is 0
[16:35:57.266 INF] [Opts] /Users/joergbeekmann/Desktop/Scripting/loop.fsx is not a FAKE script
[16:35:57.271 VRB] [Checker] Current Queue Length is 0
[16:35:57.271 INF] [Checker] ParseAndCheckFileInProject - /Users/joergbeekmann/Desktop/Scripting/loop.fsx
[16:35:57.283 INF] [Compiler] Inside Compiler Function 3
[16:35:57.399 INF] [Compiler] Finished compiler function 1 with parameter /Users/joergbeekmann/Desktop/Scripting/loop.fsx_ProjectId=null-Failed_Aborted in 0.120805
[16:35:57.401 VRB] [Checker] Current Queue Length is 0
[16:35:57.402 INF] [Checker] ParseAndCheckFileInProject - /Users/joergbeekmann/Desktop/Scripting/loop.fsx completed with errors: [{"Range": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "EndRange": {"StartLine": 1, "StartColumn": 0, "EndLine": 1, "EndColumn": 0, "IsSynthetic": false, "Start": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "End": {"Line": null, "Column": null, "Encoding": null, "$type": "pos"}, "FileIndex": 0, "StartRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "EndRange": {"StartLine": null, "StartColumn": null, "EndLine": null, "EndColumn": null, "IsSynthetic": null, "Start": null, "End": null, "FileIndex": null, "StartRange": null, "EndRange": null, "FileName": null, "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "FileName": "unknown", "$type": "range"}, "Severity": {"$type": "Error"}, "Message": "Assembly reference 'mscorlib.dll' was not found or is invalid", "Subcategory": "parameter", "ErrorNumber": 84, "Start": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "End": {"Line": 1, "Column": 0, "Encoding": 1048576, "$type": "pos"}, "StartLineAlternate": 1, "EndLineAlternate": 1, "StartColumn": 0, "EndColumn": 0, "FileName": "unknown", "$type": "FSharpErrorInfo"}]
[16:35:57.427 VRB] [Checker] Current Queue Length is 0
[16:35:57.428 INF] [Checker] TryGetRecentCheckResultsForFile - /Users/joergbeekmann/Desktop/Scripting/loop.fsx
[16:35:57.432 VRB] [Checker] Current Queue Length is 0
[16:35:57.432 INF] [Checker] TryGetRecentCheckResultsForFile - /Users/joergbeekmann/Desktop/Scripting/loop.fsx
[16:35:57.435 VRB] [Checker] Current Queue Length is 0
[16:35:57.435 INF] [Checker] TryGetRecentCheckResultsForFile - /Users/joergbeekmann/Desktop/Scripting/loop.fsx
[16:35:57.438 VRB] [Checker] Current Queue Length is 0
[16:35:57.438 INF] [Checker] TryGetRecentCheckResultsForFile - /Users/joergbeekmann/Desktop/Scripting/loop.fsx
Krzysztof-Cieslak commented 4 years ago

[16:35:57.134 INF] [Opts] Resolved references: ["-r:/Users/joergbeekmann/.vscode/extensions/ionide.ionide-fsharp-4.11.1/bin_netcore/FSharp.Core.dll"]

CC: @baronfel - it seems this is a failure in resolving references for the script file

jbeeko commented 4 years ago

@Krzysztof-Cieslak I've been working with a number of scripts. Some make use of the new #r mechanism in FSharp 5.0 so that is where that could be coming from. But others were dead simple and also did not not work.

let add2 i = i + 2
printfn "%i" (add2 2)

After "monkey typing" session involving one or more of the following:

{
    "FSharp.useSdkScripts": true,
    "FSharp.fsiExtraParameters": [
        "--langversion:preview"
    ],
    "FSharp.suggestGitignore": false,
    "FSharp.verboseLogging": true,
    "explorer.confirmDragAndDrop": false,
    "git.enableSmartCommit": true,
    "git.autofetch": true
}

It now is all working perfectly again, including the #r "nuget: Farmer" references.

It will re-occur I'm quite sure but don't know what I should do to log/debug. Open to suggestions.

jbeeko commented 4 years ago

@Krzysztof-Cieslak is there a way to create a long running log file. One that just accumulates everything possibly for days?

jbeeko commented 4 years ago

@Krzysztof-Cieslak Is mine the same bug as first reported here or should it be moved to a new issue?

baronfel commented 4 years ago

Yes, the issue for @jbeeko seems to be the known race condition + perhaps some missing script typechecking invalidation. I can tell this due to the line [16:35:56.727 INF] [Opts] Getting NetFX options for script file /Users/joergbeekmann/Desktop/Scripting/loop.fsx. Getting NetFX options tells me that Ionide thinks we're in a .Net Framework mode, not .Net SDK mode for scripts. This is a default we intend to switch for Ionide 5.

The flow looks something like:

So generally for now I'd suggest launching VS Code without an FSX file open, instead opening FSX files after VS Code has launched.

mastoj commented 4 years ago

@baronfel I tried closing all the fs and fsx file and the re-open VSCode and wait before opening a fs or fsx file, but the problem is still there.

The verbose logging this time:

[22:22:17.922 INF] [LSP] Initialize Request
[22:22:17.972 INF] [Analyzers] updated analyzer handler
[22:22:17.984 INF] [CheckerEvents] Script typecheck dependencies changed, purging expired script options
[22:22:17.987 INF] [CheckerEvents] Script typecheck dependencies changed, purged 0 expired script options
[22:22:18.000 INF] [Analyzers] Analyzers unregistered
[22:22:18.811 INF] [LSP] FSharpCompilerLocation Request: null
[22:22:18.814 INF] [LSP] Initialized request
[22:22:18.811 INF] [LSP] FSharpWorkspacePeek Request: {"Directory": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot", "Deep": 4, "ExcludedDirs": [".git", "paket-files", ".fable", "packages", "node_modules"], "$type": "WorkspacePeekRequest"}
[22:22:18.812 INF] [LSP] WorkspaceDidChangeConfiguration Request: {"Settings": [[[[[[[]], [[]], [[]]]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[[], [], [], [], []]], [[[[]], [[]]]], [[]], [[]], [[]], [[]], [[]], [[]], [[[], []]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]]]]], "$type": "DidChangeConfigurationParams"}
[22:22:18.854 INF] [Analyzers] Registered 0 analyzers from packages/Analyzers
[22:22:18.854 INF] [Analyzers] Registered 0 analyzers from analyzers
[22:22:18.854 INF] [Analyzers] 0 Analyzers registered overall
[22:22:18.855 INF] [LSP] Workspace configuration changed
[22:22:19.468 INF] [LSP] FSharpWorkspaceLoad Request: {"TextDocuments": [{"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "$type": "TextDocumentIdentifier"}, {"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Application\\Sweetspot.Infrastructure.Application.fsproj", "$type": "TextDocumentIdentifier"}, {"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Core\\Sweetspot.Infrastructure.Core.fsproj", "$type": "TextDocumentIdentifier"}], "$type": "WorkspaceLoadParms"}
[22:22:19.472 INF] [Commands] Workspace loading started '["c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Application\\Sweetspot.Infrastructure.Application.fsproj", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Core\\Sweetspot.Infrastructure.Core.fsproj"]'
[22:22:19.532 INF] [LSP] Workspace Notify {"finished": false, "$type": "WorkspaceLoad"}
[22:22:19.650 INF] [LSP] Workspace Notify {"project": {"projectFileName": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "projectFiles": ["c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Program.fs"], "outFileOpt": {"Value": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\bin\\Debug\\netcoreapp3.1\\Sweetspot.Web.dll", "$type": "Some"}, "references": ["C:\\Users\\TomasJansson\\.nuget\\packages\\fsharp.control.websockets\\0.2.2\\lib\\netstandard2.1\\FSharp.Control.Websockets.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\fsharp.core\\4.7.2\\lib\\netstandard2.0\\FSharp.Core.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\giraffe\\4.1.0\\lib\\netcoreapp3.0\\Giraffe.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Antiforgery.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.Cookies.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.aspnetcore.authentication.jwtbearer\\3.1.4\\lib\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.JwtBearer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.OAuth.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authorization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authorization.Policy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Authorization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Forms.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Server.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Connections.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.CookiePolicy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Cors.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Cryptography.Internal.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.DataProtection.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.DataProtection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.DataProtection.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Diagnostics.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Diagnostics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.HostFiltering.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Hosting.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Hosting.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Html.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Connections.Common.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Connections.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Features.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.HttpOverrides.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.HttpsPolicy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Identity.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Localization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Localization.Routing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Metadata.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.ApiExplorer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Cors.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.DataAnnotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Formatters.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Localization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Razor.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.RazorPages.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.TagHelpers.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.ViewFeatures.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Razor.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Razor.Runtime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.ResponseCaching.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.ResponseCompression.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Rewrite.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Routing.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Routing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.HttpSys.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.IIS.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.IISIntegration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.Kestrel.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.Kestrel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Session.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.Common.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.Protocols.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.StaticFiles.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.WebSockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.WebUtilities.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.CSharp.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Caching.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Caching.Memory.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Binder.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.CommandLine.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.FileExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Ini.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.KeyPerFile.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.UserSecrets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.DependencyInjection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Diagnostics.HealthChecks.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Composite.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Embedded.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Physical.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileSystemGlobbing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Hosting.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Hosting.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Http.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Identity.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Identity.Stores.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Localization.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Localization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Configuration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Console.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Debug.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.EventLog.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.EventSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.TraceSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.ObjectPool.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Options.ConfigurationExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Options.DataAnnotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Options.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.WebEncoders.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.JsonWebTokens.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.logging\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Logging.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Protocols.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Tokens.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.io.recyclablememorystream\\1.3.4\\lib\\netcoreapp2.1\\Microsoft.IO.RecyclableMemoryStream.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.JSInterop.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Net.Http.Headers.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.VisualBasic.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.VisualBasic.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.Win32.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Win32.Registry.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\mscorlib.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\netstandard.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\newtonsoft.json\\12.0.3\\lib\\netstandard2.0\\Newtonsoft.Json.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\saturn\\0.13.1\\lib\\netcoreapp3.1\\Saturn.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.AppContext.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Buffers.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.Concurrent.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.Immutable.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.NonGeneric.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.Specialized.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.Annotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.DataAnnotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.EventBasedAsync.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.TypeConverter.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Configuration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Console.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Data.Common.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Data.DataSetExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Data.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Contracts.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Debug.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.DiagnosticSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Diagnostics.EventLog.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.FileVersionInfo.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Process.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.StackTrace.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.TextWriterTraceListener.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Tools.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.TraceSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Tracing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Drawing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Drawing.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Dynamic.Runtime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Globalization.Calendars.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Globalization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Globalization.Extensions.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.5.1\\lib\\netstandard2.0\\System.IdentityModel.Tokens.Jwt.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.Brotli.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.FileSystem.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.ZipFile.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.DriveInfo.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.Watcher.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.IsolatedStorage.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.MemoryMappedFiles.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.IO.Pipelines.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Pipes.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.UnmanagedMemoryStream.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.Expressions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.Parallel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.Queryable.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Memory.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Http.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.HttpListener.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Mail.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.NameResolution.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.NetworkInformation.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Ping.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Requests.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Security.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.ServicePoint.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Sockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebClient.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebHeaderCollection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebProxy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebSockets.Client.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebSockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Numerics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Numerics.Vectors.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ObjectModel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.DispatchProxy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Emit.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Emit.ILGeneration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Emit.Lightweight.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Metadata.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.TypeExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Resources.Reader.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Resources.ResourceManager.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Resources.Writer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.CompilerServices.Unsafe.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.CompilerServices.VisualC.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Handles.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.InteropServices.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.InteropServices.RuntimeInformation.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.InteropServices.WindowsRuntime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Intrinsics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Loader.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Numerics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Formatters.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.AccessControl.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Claims.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Algorithms.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Cryptography.Cng.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Csp.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Encoding.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.X509Certificates.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Cryptography.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Permissions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Principal.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Principal.Windows.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.SecureString.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ServiceModel.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ServiceProcess.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encoding.CodePages.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encoding.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encoding.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encodings.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.RegularExpressions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Channels.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Overlapped.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\system.threading.tasks.dataflow\\4.11.1\\lib\\netstandard2.0\\System.Threading.Tasks.Dataflow.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Tasks.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Tasks.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Tasks.Parallel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Thread.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.ThreadPool.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Timer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Transactions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Transactions.Local.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ValueTuple.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Web.HttpUtility.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Windows.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Windows.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.Linq.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.ReaderWriter.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.Serialization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XDocument.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XmlDocument.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XmlSerializer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XPath.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XPath.XDocument.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\taskbuilder.fs\\2.1.0\\lib\\netstandard1.6\\TaskBuilder.fs.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\utf8json\\1.3.7\\lib\\netstandard2.0\\Utf8Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\WindowsBase.dll"], "logMap": [{"Key": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "Value": "", "$type": "KeyValuePair`2"}], "extra": {"TargetPath": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\bin\\Debug\\netcoreapp3.1\\Sweetspot.Web.dll", "ProjectOutputType": {"$type": "Exe"}, "ProjectSdkType": {"Item": {"IsTestProject": false, "Configuration": "Debug", "IsPackable": true, "TargetFramework": "netcoreapp3.1", "TargetFrameworkIdentifier": ".NETCoreApp", "TargetFrameworkVersion": "v3.1", "MSBuildAllProjects": ["C:\\Users\\TomasJansson\\AppData\\Local\\Temp\\tmp65E5.tmp.proj-info.hook.targets", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\Sweetspot.Web.fsproj.nuget.g.props", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\Sweetspot.Web.fsproj.paket.props", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.NetSdk.props", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\.paket\\Paket.Restore.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.NetSdk.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.Targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\NuGet.targets", "C:\\Users\\TomasJansson\\AppData\\Local\\Temp\\tmp65E5.tmp.proj-info.hook.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\Current\\Microsoft.Common.targets\\ImportAfter\\Microsoft.TestPlatform.ImportAfter.targets", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\Sweetspot.Web.fsproj.nuget.g.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.Overrides.NetSdk.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\Sdks\\NuGet.Build.Tasks.Pack\\build\\NuGet.Build.Tasks.Pack.targets"], "MSBuildToolsVersion": "", "ProjectAssetsFile": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\project.assets.json", "RestoreSuccess": true, "Configurations": ["Debug", "Release"], "TargetFrameworks": [], "RunArguments": {"Value": "", "$type": "Some"}, "RunCommand": {"Value": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\bin\\Debug\\netcoreapp3.1\\Sweetspot.Web.exe", "$type": "Some"}, "IsPublishable": {"Value": true, "$type": "Some"}, "$type": "ProjectSdkTypeDotnetSdk"}, "$type": "DotnetSdk"}, "$type": "ExtraProjectInfoData"}, "projectItems": [{"Item1": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Program.fs", "Item2": {"Link": "Program.fs", "$type": "ProjectViewerItemConfig"}, "$type": "Compile"}], "additionals": [], "$type": "ProjectResult"}, "$type": "Project"}
[22:22:19.669 VRB] [Checker] Current Queue Length is 0
[22:22:19.669 INF] [Checker] ParseFile - c:\Users\TomasJansson\git\mastoj\sweetspot\src\app\Sweetspot.Web\Program.fs
[22:23:44.164 INF] [LSP] GetHighlighting Request: {"FileName": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\build.fsx", "$type": "HighlightingRequest"}
[22:23:44.166 INF] [LSP] TextDocumentDocumentSymbol Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "DocumentSymbolParams"}
[22:23:44.167 INF] [LSP] TextDocumentDidOpen Request: c:/Users/TomasJansson/git/mastoj/sweetspot/build.fsx
[22:23:44.171 DBG] [Commands] TryGetLatestTypeCheckResultsFor c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx, State@null, Checked@null
[Error - 22:23:44] Request textDocument/documentSymbol failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[22:23:44.190 INF] [LSP] TextDocumentCodeAction Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "Range": {"Start": {"Line": 0, "Character": 0, "$type": "Position"}, "End": {"Line": 0, "Character": 0, "$type": "Position"}, "$type": "Range"}, "Context": {"Diagnostics": [], "$type": "CodeActionContext"}, "$type": "CodeActionParams"}
[Error - 22:23:44] Request textDocument/codeAction failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[22:23:44.310 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[22:23:44.377 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[22:23:44.380 INF] [LSP] TextDocumentFoldingRange Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "FoldingRangeParams"}
[Error - 22:23:44] Request textDocument/foldingRange failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
baronfel commented 4 years ago

@mastoj do you have any more logs for that session? Your submission stopped just after your script file was opened ([22:23:44.167 INF] [LSP] TextDocumentDidOpen Request: c:/Users/TomasJansson/git/mastoj/sweetspot/build.fsx) but before the parsing options were determined. Those log lines would start with [OPTS] or [NetCoreOpts]

mastoj commented 4 years ago

Nope, but here is a new one log file, and as you can see this sort of reproduce not having those log lines:

[22:46:46.578 INF] [LSP] Initialize Request
[22:46:46.679 INF] [Analyzers] updated analyzer handler
[22:46:46.701 INF] [CheckerEvents] Script typecheck dependencies changed, purging expired script options
[22:46:46.707 INF] [CheckerEvents] Script typecheck dependencies changed, purged 0 expired script options
[22:46:46.726 INF] [Analyzers] Analyzers unregistered
[22:46:46.873 INF] [LSP] FSharpCompilerLocation Request: null
[22:46:46.877 INF] [LSP] Initialized request
[22:46:46.872 INF] [LSP] FSharpWorkspacePeek Request: {"Directory": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot", "Deep": 4, "ExcludedDirs": [".git", "paket-files", ".fable", "packages", "node_modules"], "$type": "WorkspacePeekRequest"}
[22:46:46.872 INF] [LSP] WorkspaceDidChangeConfiguration Request: {"Settings": [[[[[[[]], [[]], [[]]]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[[], [], [], [], []]], [[[[]], [[]]]], [[]], [[]], [[]], [[]], [[]], [[]], [[[], []]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]], [[]]]]], "$type": "DidChangeConfigurationParams"}
[22:46:46.911 INF] [Analyzers] Registered 0 analyzers from packages/Analyzers
[22:46:46.911 INF] [Analyzers] Registered 0 analyzers from analyzers
[22:46:46.911 INF] [Analyzers] 0 Analyzers registered overall
[22:46:46.912 INF] [LSP] Workspace configuration changed
[22:46:46.959 INF] [LSP] FSharpWorkspaceLoad Request: {"TextDocuments": [{"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "$type": "TextDocumentIdentifier"}, {"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Application\\Sweetspot.Infrastructure.Application.fsproj", "$type": "TextDocumentIdentifier"}, {"Uri": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Core\\Sweetspot.Infrastructure.Core.fsproj", "$type": "TextDocumentIdentifier"}], "$type": "WorkspaceLoadParms"}
[22:46:46.961 INF] [Commands] Workspace loading started '["c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Application\\Sweetspot.Infrastructure.Application.fsproj", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\infrastructure\\Sweetspot.Infrastructure.Core\\Sweetspot.Infrastructure.Core.fsproj"]'
[22:46:47.008 INF] [LSP] Workspace Notify {"finished": false, "$type": "WorkspaceLoad"}
[22:46:47.091 INF] [LSP] Workspace Notify {"project": {"projectFileName": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "projectFiles": ["c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Program.fs"], "outFileOpt": {"Value": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\bin\\Debug\\netcoreapp3.1\\Sweetspot.Web.dll", "$type": "Some"}, "references": ["C:\\Users\\TomasJansson\\.nuget\\packages\\fsharp.control.websockets\\0.2.2\\lib\\netstandard2.1\\FSharp.Control.Websockets.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\fsharp.core\\4.7.2\\lib\\netstandard2.0\\FSharp.Core.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\giraffe\\4.1.0\\lib\\netcoreapp3.0\\Giraffe.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Antiforgery.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.Cookies.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.aspnetcore.authentication.jwtbearer\\3.1.4\\lib\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.JwtBearer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authentication.OAuth.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authorization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Authorization.Policy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Authorization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Forms.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Server.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Components.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Connections.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.CookiePolicy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Cors.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Cryptography.Internal.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.DataProtection.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.DataProtection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.DataProtection.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Diagnostics.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Diagnostics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.HostFiltering.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Hosting.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Hosting.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Html.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Connections.Common.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Connections.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Http.Features.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.HttpOverrides.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.HttpsPolicy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Identity.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Localization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Localization.Routing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Metadata.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.ApiExplorer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Cors.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.DataAnnotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Formatters.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Localization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.Razor.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.RazorPages.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.TagHelpers.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Mvc.ViewFeatures.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Razor.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Razor.Runtime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.ResponseCaching.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.ResponseCompression.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Rewrite.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Routing.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Routing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.HttpSys.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.IIS.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.IISIntegration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.Kestrel.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.Kestrel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.Session.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.Common.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.SignalR.Protocols.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.StaticFiles.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.WebSockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.AspNetCore.WebUtilities.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.CSharp.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Caching.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Caching.Memory.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Binder.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.CommandLine.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.EnvironmentVariables.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.FileExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Ini.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.KeyPerFile.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.UserSecrets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Configuration.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.DependencyInjection.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.DependencyInjection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Diagnostics.HealthChecks.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Composite.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Embedded.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileProviders.Physical.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.FileSystemGlobbing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Hosting.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Hosting.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Http.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Identity.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Identity.Stores.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Localization.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Localization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Abstractions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Configuration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Console.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.Debug.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.EventLog.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.EventSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Logging.TraceSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.ObjectPool.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Options.ConfigurationExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Options.DataAnnotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Options.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Extensions.WebEncoders.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.jsonwebtokens\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.JsonWebTokens.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.logging\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Logging.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.protocols\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Protocols.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.protocols.openidconnect\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.identitymodel.tokens\\6.5.1\\lib\\netstandard2.0\\Microsoft.IdentityModel.Tokens.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\microsoft.io.recyclablememorystream\\1.3.4\\lib\\netcoreapp2.1\\Microsoft.IO.RecyclableMemoryStream.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.JSInterop.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Net.Http.Headers.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.VisualBasic.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.VisualBasic.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\Microsoft.Win32.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\Microsoft.Win32.Registry.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\mscorlib.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\netstandard.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\newtonsoft.json\\12.0.3\\lib\\netstandard2.0\\Newtonsoft.Json.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\saturn\\0.13.1\\lib\\netcoreapp3.1\\Saturn.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.AppContext.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Buffers.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.Concurrent.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.Immutable.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.NonGeneric.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Collections.Specialized.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.Annotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.DataAnnotations.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.EventBasedAsync.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ComponentModel.TypeConverter.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Configuration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Console.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Core.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Data.Common.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Data.DataSetExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Data.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Contracts.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Debug.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.DiagnosticSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Diagnostics.EventLog.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.FileVersionInfo.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Process.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.StackTrace.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.TextWriterTraceListener.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Tools.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.TraceSource.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Diagnostics.Tracing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Drawing.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Drawing.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Dynamic.Runtime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Globalization.Calendars.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Globalization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Globalization.Extensions.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\system.identitymodel.tokens.jwt\\6.5.1\\lib\\netstandard2.0\\System.IdentityModel.Tokens.Jwt.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.Brotli.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.FileSystem.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Compression.ZipFile.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.DriveInfo.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.FileSystem.Watcher.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.IsolatedStorage.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.MemoryMappedFiles.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.IO.Pipelines.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.Pipes.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.IO.UnmanagedMemoryStream.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.Expressions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.Parallel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Linq.Queryable.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Memory.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Http.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.HttpListener.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Mail.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.NameResolution.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.NetworkInformation.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Ping.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Requests.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Security.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.ServicePoint.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.Sockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebClient.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebHeaderCollection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebProxy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebSockets.Client.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Net.WebSockets.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Numerics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Numerics.Vectors.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ObjectModel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.DispatchProxy.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Emit.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Emit.ILGeneration.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Emit.Lightweight.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Metadata.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Reflection.TypeExtensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Resources.Reader.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Resources.ResourceManager.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Resources.Writer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.CompilerServices.Unsafe.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.CompilerServices.VisualC.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Handles.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.InteropServices.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.InteropServices.RuntimeInformation.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.InteropServices.WindowsRuntime.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Intrinsics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Loader.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Numerics.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Formatters.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Runtime.Serialization.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.AccessControl.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Claims.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Algorithms.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Cryptography.Cng.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Csp.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Encoding.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.Primitives.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Cryptography.X509Certificates.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Cryptography.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Permissions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.Principal.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Security.Principal.Windows.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Security.SecureString.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ServiceModel.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ServiceProcess.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encoding.CodePages.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encoding.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encoding.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Encodings.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Text.RegularExpressions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Channels.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Overlapped.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\system.threading.tasks.dataflow\\4.11.1\\lib\\netstandard2.0\\System.Threading.Tasks.Dataflow.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Tasks.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Tasks.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Tasks.Parallel.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Thread.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.ThreadPool.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Threading.Timer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Transactions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Transactions.Local.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.ValueTuple.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Web.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Web.HttpUtility.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Windows.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.AspNetCore.App.Ref\\3.1.3\\ref\\netcoreapp3.1\\System.Windows.Extensions.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.Linq.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.ReaderWriter.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.Serialization.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XDocument.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XmlDocument.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XmlSerializer.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XPath.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\System.Xml.XPath.XDocument.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\taskbuilder.fs\\2.1.0\\lib\\netstandard1.6\\TaskBuilder.fs.dll", "C:\\Users\\TomasJansson\\.nuget\\packages\\utf8json\\1.3.7\\lib\\netstandard2.0\\Utf8Json.dll", "C:\\Program Files\\dotnet\\packs\\Microsoft.NETCore.App.Ref\\3.1.0\\ref\\netcoreapp3.1\\WindowsBase.dll"], "logMap": [{"Key": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Sweetspot.Web.fsproj", "Value": "", "$type": "KeyValuePair`2"}], "extra": {"TargetPath": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\bin\\Debug\\netcoreapp3.1\\Sweetspot.Web.dll", "ProjectOutputType": {"$type": "Exe"}, "ProjectSdkType": {"Item": {"IsTestProject": false, "Configuration": "Debug", "IsPackable": true, "TargetFramework": "netcoreapp3.1", "TargetFrameworkIdentifier": ".NETCoreApp", "TargetFrameworkVersion": "v3.1", "MSBuildAllProjects": ["C:\\Users\\TomasJansson\\AppData\\Local\\Temp\\tmp65E5.tmp.proj-info.hook.targets", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\Sweetspot.Web.fsproj.nuget.g.props", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\Sweetspot.Web.fsproj.paket.props", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.NetSdk.props", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\.paket\\Paket.Restore.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.NetSdk.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.Targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\NuGet.targets", "C:\\Users\\TomasJansson\\AppData\\Local\\Temp\\tmp65E5.tmp.proj-info.hook.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\Current\\Microsoft.Common.targets\\ImportAfter\\Microsoft.TestPlatform.ImportAfter.targets", "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\Sweetspot.Web.fsproj.nuget.g.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\FSharp\\Microsoft.FSharp.Overrides.NetSdk.targets", "C:\\Program Files\\dotnet\\sdk\\3.1.201\\Sdks\\NuGet.Build.Tasks.Pack\\build\\NuGet.Build.Tasks.Pack.targets"], "MSBuildToolsVersion": "", "ProjectAssetsFile": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\obj\\project.assets.json", "RestoreSuccess": true, "Configurations": ["Debug", "Release"], "TargetFrameworks": [], "RunArguments": {"Value": "", "$type": "Some"}, "RunCommand": {"Value": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\bin\\Debug\\netcoreapp3.1\\Sweetspot.Web.exe", "$type": "Some"}, "IsPublishable": {"Value": true, "$type": "Some"}, "$type": "ProjectSdkTypeDotnetSdk"}, "$type": "DotnetSdk"}, "$type": "ExtraProjectInfoData"}, "projectItems": [{"Item1": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\src\\app\\Sweetspot.Web\\Program.fs", "Item2": {"Link": "Program.fs", "$type": "ProjectViewerItemConfig"}, "$type": "Compile"}], "additionals": [], "$type": "ProjectResult"}, "$type": "Project"}
[22:46:47.107 VRB] [Checker] Current Queue Length is 0
[22:46:47.108 INF] [Checker] ParseFile - c:\Users\TomasJansson\git\mastoj\sweetspot\src\app\Sweetspot.Web\Program.fs
[22:46:49.633 INF] [LSP] GetHighlighting Request: {"FileName": "c:\\Users\\TomasJansson\\git\\mastoj\\sweetspot\\build.fsx", "$type": "HighlightingRequest"}
[22:46:49.634 INF] [LSP] TextDocumentDocumentSymbol Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "DocumentSymbolParams"}
[22:46:49.634 INF] [LSP] TextDocumentFoldingRange Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "FoldingRangeParams"}
[22:46:49.635 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[22:46:49.637 INF] [LSP] TextDocumentDidOpen Request: c:/Users/TomasJansson/git/mastoj/sweetspot/build.fsx
[22:46:49.645 DBG] [Commands] TryGetLatestTypeCheckResultsFor c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx, State@null, Checked@null
[22:46:49.648 INF] [LSP] TextDocumentCodeAction Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "Range": {"Start": {"Line": 0, "Character": 0, "$type": "Position"}, "End": {"Line": 0, "Character": 0, "$type": "Position"}, "$type": "Range"}, "Context": {"Diagnostics": [], "$type": "CodeActionContext"}, "$type": "CodeActionParams"}
[Error - 22:46:49] Request textDocument/foldingRange failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[Error - 22:46:49] Request textDocument/documentSymbol failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[Error - 22:46:49] Request textDocument/codeAction failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
[22:46:50.399 INF] [LSP] TextDocumentCodeLens Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "CodeLensParams"}
[22:46:50.480 INF] [LSP] TextDocumentDocumentSymbol Request: {"TextDocument": {"Uri": "file:///c%3A/Users/TomasJansson/git/mastoj/sweetspot/build.fsx", "$type": "TextDocumentIdentifier"}, "$type": "DocumentSymbolParams"}
[Error - 22:46:50] Request textDocument/documentSymbol failed.
  Message: File 'c:\Users\TomasJansson\git\mastoj\sweetspot\build.fsx' not parsed
  Code: -32603 
mastoj commented 4 years ago

Let me know if there is anything else I can do to triage this.

baronfel commented 4 years ago

Same problem, my friend. I need you to grab more context from the logs. You're opening build.fsx at 22:46:49.637, and your log lines go for approximately 1 second after that, to 22:46:50.480. Within a few seconds you should see additional logs like in Joerg's log, where you can see the open of loop.fsx and shortly after a bunch of logs for the [Checker] and [Opts] categories.

mastoj commented 4 years ago

@baronfel, that’s the thing, as I said, I sort of reproduce the problem with not getting the logs you ask for. What you see is everything that was printed. I can try a couple of times more soon to see if I get the logs you ask for.

baronfel commented 4 years ago

Can you sanity-check for me what the location of your dotnet.exe binary is? eg when you go to the root of this repository and run the program dotnet, where does that resolve to?

mastoj commented 4 years ago

I've an alias so I have which to get path of exe, and here is the output:

C:\Users\TomasJansson\git\mastoj\sweetspot [master ↑1 +1 ~4 -0 !]> which dotnet

CommandType     Name                                               Version    Source                                                          
-----------     ----                                               -------    ------                                                          
Application     dotnet.exe                                         3.100.3... C:\Program Files\dotnet\dotnet.exe                              

C:\Users\TomasJansson\git\mastoj\sweetspot [master ↑1 +1 ~4 -0 !]> dotnet --version
3.1.201
baronfel commented 4 years ago

I'm quite puzzled now, because that blows my suspicion to pieces. My thinking was that you had a non-standard dotnet root set, which meant we couldn't find the references required to enable typechecking for scripts. This is apparently not the case, since you are in a standard install location.

mastoj commented 4 years ago

yeah, it is really weird. It did work just fine earlier yesterday than all of a sudden it stopped and I have no clue why that is either.

mastoj commented 4 years ago

ok, I can give some more input. Created a new empty folder and opened that folder by right clicking. Adding a fsx file in that folder works as expected and I have some intellisense and all is good.

mastoj commented 4 years ago

and now when I opened the problematic folder it started working there again, haven't change a single line of code or config setting. All I did was opening an empty folder with vscode.

jbeeko commented 4 years ago

@mastoj @baronfel I've been able to "fix" the issue by commenting out the script that is not getting editor services, then adding a line let foo = 4, services will come back and they remain active when I uncomment the original code.

Very strange I know.

https://github.com/ionide/ionide-vscode-fsharp/issues/1371#issue-623941148 https://github.com/ionide/ionide-vscode-fsharp/issues/1371#issuecomment-633300104

dariens commented 4 years ago

I have been messing around with .net 5 preview 4 and am having very strange issues with resolving references... The resolved references are different depending on whether you open VS Code with an active .fsx file vs when you open VS Code and then open or create a .fsx file... Below I have listed the resolved references for each case. In the first case, where the resolved references are missing assemblies such as System.Text.Json (and I can therefore not use that assembly), the autocomplete works properly. However, in the second case where all of the proper references are resolved, the .fsx does not compile behind the scenes and IntelliSense fails. Note that this is similar when I set my DOTNET_ROOT to reference .net core 3.1.0, however, in the latter case, all assemblies are referenced and IntelliSense works. In the former case, I still get a limited subset of resolved references.

When I open VS Code with a .fsx file that is already open in the environment (intellisense works but limited assemblies are available): [14:56:07.599 INF] [Opts] Resolved references: ["-r:c:\Users\darien.shannon.vscode\extensions\ionide.ionide-fsharp-4.11.1\bin_netcore\FSharp.Core.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\mscorlib.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Xml.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Data.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Drawing.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Core.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\netstandard.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Runtime.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Linq.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Reflection.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Linq.Expressions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Threading.Tasks.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.IO.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Net.Requests.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Collections.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Runtime.Numerics.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Threading.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Web.dll", "-r:C:\Users\darien.shannon\code\dotnet5\packs\Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\System.Numerics.dll"]

When I open VS Code with no files open, and then open or create a .fsx file (intellisense fails): [14:39:47.509 INF] [Opts] Resolved references: ["-r:C:\Users\darien.shannon\code\dotnet5\sdk\5.0.100-preview.4.20258.7\FSharp\FSharp.Compiler.Interactive.Settings.dll", "-r:C:\Users\darien.shannon\code\dotnet5\sdk\5.0.100-preview.4.20258.7\FSharp\FSharp.Core.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\Microsoft.CSharp.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\Microsoft.DiaSymReader.Native.amd64.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\Microsoft.VisualBasic.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\Microsoft.VisualBasic.Core.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\Microsoft.Win32.Primitives.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\Microsoft.Win32.Registry.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.AppContext.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Buffers.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Collections.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Collections.Concurrent.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Collections.Immutable.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Collections.NonGeneric.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Collections.Specialized.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.ComponentModel.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.ComponentModel.Annotations.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.ComponentModel.DataAnnotations.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.ComponentModel.EventBasedAsync.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.ComponentModel.Primitives.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.ComponentModel.TypeConverter.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Configuration.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Console.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Core.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Data.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Data.Common.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Data.DataSetExtensions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Diagnostics.Contracts.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Diagnostics.Debug.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Diagnostics.DiagnosticSource.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Diagnostics.FileVersionInfo.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Diagnostics.Process.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Diagnostics.StackTrace.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Diagnostics.TextWriterTraceListener.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Diagnostics.Tools.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Diagnostics.TraceSource.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Diagnostics.Tracing.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Drawing.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Drawing.Primitives.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Dynamic.Runtime.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Globalization.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Globalization.Calendars.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Globalization.Extensions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.Compression.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.Compression.Brotli.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.Compression.FileSystem.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.Compression.ZipFile.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.FileSystem.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.FileSystem.AccessControl.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.FileSystem.DriveInfo.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.FileSystem.Primitives.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.FileSystem.Watcher.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.IsolatedStorage.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.MemoryMappedFiles.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.Pipes.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.Pipes.AccessControl.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.IO.UnmanagedMemoryStream.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Linq.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Linq.Expressions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Linq.Parallel.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Linq.Queryable.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Memory.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.Http.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.Http.Json.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.HttpListener.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.Mail.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.NameResolution.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.NetworkInformation.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.Ping.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.Primitives.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.Requests.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.Security.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.ServicePoint.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.Sockets.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.WebClient.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.WebHeaderCollection.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.WebProxy.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.WebSockets.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Net.WebSockets.Client.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Numerics.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Numerics.Vectors.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.ObjectModel.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Private.CoreLib.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Private.DataContractSerialization.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Private.Uri.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Private.Xml.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Private.Xml.Linq.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Reflection.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Reflection.DispatchProxy.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Reflection.Emit.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Reflection.Emit.ILGeneration.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Reflection.Emit.Lightweight.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Reflection.Extensions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Reflection.Metadata.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Reflection.Primitives.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Reflection.TypeExtensions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Resources.Reader.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Resources.ResourceManager.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Resources.Writer.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.CompilerServices.Unsafe.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.CompilerServices.VisualC.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.Extensions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.Handles.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.InteropServices.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.InteropServices.RuntimeInformation.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.InteropServices.WindowsRuntime.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.Intrinsics.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.Loader.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.Numerics.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.Serialization.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.Serialization.Formatters.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.Serialization.Json.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.Serialization.Primitives.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.Serialization.Xml.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.WindowsRuntime.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Runtime.WindowsRuntime.UI.Xaml.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.AccessControl.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.Claims.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.Cryptography.Algorithms.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.Cryptography.Cng.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.Cryptography.Csp.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.Cryptography.Encoding.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.Cryptography.OpenSsl.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.Cryptography.Primitives.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.Cryptography.X509Certificates.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.Principal.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.Principal.Windows.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Security.SecureString.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.ServiceModel.Web.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.ServiceProcess.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Text.Encoding.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Text.Encoding.CodePages.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Text.Encoding.Extensions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Text.Encodings.Web.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Text.Json.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Text.RegularExpressions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Threading.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Threading.Channels.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Threading.Overlapped.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Threading.Tasks.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Threading.Tasks.Dataflow.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Threading.Tasks.Extensions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Threading.Tasks.Parallel.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Threading.Thread.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Threading.ThreadPool.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Threading.Timer.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Transactions.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Transactions.Local.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.ValueTuple.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Web.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Web.HttpUtility.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Windows.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Xml.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Xml.Linq.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Xml.ReaderWriter.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Xml.Serialization.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Xml.XDocument.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Xml.XPath.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Xml.XPath.XDocument.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Xml.XmlDocument.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\System.Xml.XmlSerializer.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\WindowsBase.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-console-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-console-l1-2-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-datetime-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-debug-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-errorhandling-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-file-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-file-l1-2-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-file-l2-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-handle-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-heap-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-interlocked-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-libraryloader-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-localization-l1-2-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-memory-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-namedpipe-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-processenvironment-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-processthreads-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-processthreads-l1-1-1.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-profile-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-rtlsupport-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-string-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-synch-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-synch-l1-2-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-sysinfo-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-timezone-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-core-util-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-conio-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-convert-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-environment-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-filesystem-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-heap-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-locale-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-math-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-multibyte-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-private-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-process-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-runtime-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-stdio-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-string-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-time-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\api-ms-win-crt-utility-l1-1-0.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\clrcompression.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\clretwrc.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\clrjit.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\coreclr.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\dbgshim.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\hostpolicy.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\mscordaccore.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\mscordaccore_amd64_amd64_5.0.20.25106.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\mscordbi.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared\Microsoft.NETCore.App\5.0.0-preview.4.20251.6\../../../packs/Microsoft.NETCore.App.Ref\5.0.0-preview.4.20251.6\ref\netcoreapp5.0\mscorlib.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\mscorrc.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\netstandard.dll", "-r:C:\Users\darien.shannon\code\dotnet5\shared/Microsoft.NETCore.App\5.0.0-preview.4.20251.6\ucrtbase.dll"]

Krzysztof-Cieslak commented 2 years ago

OK, I believe this is outdated.