Darren Kattan
Darren Kattan
> See [PowerShell/vscode-powershell#2538 (comment)](https://github.com/PowerShell/vscode-powershell/issues/2538#issuecomment-596825533) Thank you, at least I'm not crazy or the only one with this issue. Serilog is not in my GAC but it is being used in...
> Perhaps we should prioritize dumping Serilog 🤔 I probably could have removed it in less time than I've spent debugging this.
Interestingly enough, somebody just put a [Pull Request into Serilog.Extensions.Logging](https://github.com/serilog/serilog-extensions-logging/pull/191/files) an hour ago that may address this issue. What if the problem is that this particular interface doesn't get exposed...
I removed all references to Serilog and am now getting ``` DEBUG: Loaded into load context "PsesLoadContext" Microsoft.PowerShell.EditorServices.Hosting.PsesLoadContext #1: Microsoft.Extensions.DependencyInjection.Abstractions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60 DEBUG: Loader disposed ERROR: Exception encountered starting...
I got it to work! I added the following NuGet packages to my application - Microsoft.Extensions.Logging.Abstractions Version=5.0.0 - OmniSharp.Extensions.DebugAdapter.Server Version=0.19.2 - OmniSharp.Extensions.LanguageServer Version=0.19.2 - Serilog.Sinks.Async Version=1.5.0 - System.IO.FileSystem.Primitives Version=4.3.0 Then...
I don't know if it is related but we're about to completely dump Serilog over a MethodNotFound exception that seems to plague projects using the Microsoft Logging Abtractions. https://github.com/PowerShell/PowerShellEditorServices/issues/1477 I...
Any luck with this? I'm having a similar issue
Turns out I hadn't actually updated monaco-editor. I had to run yarn upgrade monaco-editor --latest and make sure there were no missing peer dependencies. Once monaco-editor upgraded to version 32.1...
Is there something you’d like to see me add so we can get this merged in?
So uhhhh, sup?