-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging test crashes omnisharp #4021
Comments
@Lobosque Noticed this is running from /root/.vscode-server. Are you using WSL? |
@JoeRobich no, but I am running inside a container using ms-vscode-remote.remote-containers |
@JoeRobich anything else I can do to help investigating this issue? |
I was trying to repro this in container and never got it to fail. Either the project was not recognized by omnisharp at all, or it worked fine. I am not aware of anything specific to vstest and mono. But if this is a long running issue I will have a closer look on 1794, maybe there is some clue, and even a repro. |
Crashing after a test is the easiest way to reproduce, but I also get
random crashes with enough frequency to make the developing experience a
bit annoying.
I can gather some logs when these crashes happens and send them over to
you. Just let me know what I should configure in order to get helpful logs
and what steps to follow when a crash occurs.
…On Thu, Sep 24, 2020, 06:45 Jakub Jareš ***@***.***> wrote:
I was trying to repro this in container and never got it to fail. Either
the project was not recognized by omnisharp at all, or it worked fine.
I am not aware of anything specific to vstest and mono. But if this is a
long running issue I will have a closer look on 1794, maybe there is some
clue, and even a repro.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4021 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHMQXVBBSJQOTHP7QJGTGDSHMINBANCNFSM4QNA55VA>
.
|
@nohwnd I can reproduce this pretty consistenly by opening OmniSharp-Roslyn in VSCode and using the codelens to try and debug tests. |
@JoeRobich could you also collect the bug report info so I have a starting point for repro, please? Are you on Windows or Mac? :) |
I have the same issue on Pop!_OS 20.04 LTS. I'm running my application using VS Code's |
Affected by the same symptoms: OmniSharp server crashes after debugging test over SSH-remote. The breakpoints are hit, but as soon as the tests finish, OmniSharp server crashes. I've attached the OmniSharp log and the test project I was using (though I don't know how far you will be able to get) |
@cubikca thanks for the project. For my future reference this is how to run a rabbitmq in docker to be able to succeed when running the test locally. docker run -p 5672:5672 --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_USER=brian -e RABBITMQ_DEFAULT_PASS=development rabbitmq:3 Then I need to re-open it in container, and |
@nohwnd @JoeRobich this appears to be related to msbuild in omnisharp reloading of projects when a build is triggered. I can hit this pretty consistently just by opening roslyn/Compilers.sln in vscode (I'm on linux), waiting for it to load, and then running a |
Triggering a test builds the project, which should then have the same behavior. But I don't think it's the test runner itself, I think it's the build triggering some kind of operation that causes omnisharp to reload, and it fails to do so catastrophically. |
Do you see exitcode 0 in the omnisharp log if that happens? |
No, I see a mono crash. |
Just happened to me again, so I grabbed the log. It's too long to put into this comment, so I saved it as a gist: https://gist.github.com/333fred/b4d73c5d89301052e48d4d2d43fc14be. Managed stacktrace is at the very bottom:
|
Any news on this issue? This is dragging my team productivity to the bottom. |
I have troubles with omnsharp crashing every time I create a new file class in C#. I'm using VS Code on Windows 10 with .net core 3.1. |
|
Having the same Issue, sometimes i need to restart the remote container two times because omnisharp crashes on the initialization. Using Remote container on linux.
|
@nohwnd @JoeRobich what else can I do to help fixing this issue? |
I often (multiple times per day) get this crash when debugging. Running on linux, no containers. I can often (but not always) prevent a crash by disabling the "All Exceptions" and "User-Unhandled Exceptions" breakpoints. When those are disabled, it crashes less often. When those are enabled - and I hit a breakpoint, or step through code - and step over a Hope that provide more insight into the problem? This is a really (!) bad bug, which has been with us for ages. |
Really BAD. All bugs witch need restart entire IDE is pain for developer day-life. Please, help us ... |
Some feedback: since upgrading to the net6-based o#, I no longer have debugging crashes. 😄 |
thanks for confirming. The crash was indeed coming from the embedded Mono and we are going to be moving away from it - NET 6 build will become the default. |
@filipw Still experiencing the crash on OmniSharp |
Same here. To enable the .NET Core Build of OmniSharp in VSCode, just add the following line to your VSCode configuration: |
Closing as debugging crashes seem to be resolved in the modern .NET builds of O#. |
Issue Description
Steps to Reproduce
1 - Add breakpoint to code
2 - Run a test with "Debug Test"
Expected Behavior
Expected code execution to reach the breakpoint
Actual Behavior
1- Omnisharp server crashes
Obs: There is also a huge json crash dump from mono, I can send it via email under request. I also saved the debug log and can send it also.
Logs
OmniSharp log
Starting OmniSharp server at 8/27/2020, 1:58:21 PM
Target: /workspaces/backend/backend.sln
OmniSharp server started.
Path: /root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.1/.omnisharp/1.37.0/run
PID: 408
Starting OmniSharp on ubuntu 18.4 (x64)
info: OmniSharp.Services.DotNetCliService
DotNetPath set to dotnet
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Located 1 MSBuild instance(s)
1: StandAlone 16.8.0 - "/root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.1/.omnisharp/1.37.0/omnisharp/.msbuild/Current/Bin"
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
MSBUILD_EXE_PATH environment variable set to '/root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.1/.omnisharp/1.37.0/omnisharp/.msbuild/Current/Bin/MSBuild.exe'
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Registered MSBuild instance: StandAlone 16.8.0 - "/root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.1/.omnisharp/1.37.0/omnisharp/.msbuild/Current/Bin"
CscToolExe = csc.exe
MSBuildToolsPath = /root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.1/.omnisharp/1.37.0/omnisharp/.msbuild/Current/Bin
CscToolPath = /root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.1/.omnisharp/1.37.0/omnisharp/.msbuild/Current/Bin/Roslyn
BypassFrameworkInstallChecks = true
MSBuildExtensionsPath = /root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.1/.omnisharp/1.37.0/omnisharp/.msbuild
info: OmniSharp.Cake.CakeProjectSystem
Detecting Cake files in '/workspaces/backend'.
info: OmniSharp.Cake.CakeProjectSystem
Could not find any Cake files
info: OmniSharp.MSBuild.ProjectSystem
Detecting projects in '/workspaces/backend/backend.sln'.
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/Sled.Api/Sled.Api.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/Sled.Api.Test/Sled.Api.Test.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/Troco.Api.Common/Troco.Api.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/Troco.Api.TestSuite/Troco.Api.TestSuite.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/Troco.CustomerApi/Troco.CustomerApi.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/Troco.CustomerApi.Test/Troco.CustomerApi.Test.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Troco.Application/Troco.Application.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Troco.Application.Test/Troco.Application.Test.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Troco.CLI/Troco.CLI.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Troco.Common/Troco.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Troco.Domain/Troco.Domain.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Troco.Domain.Test/Troco.Domain.Test.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Troco.Infrastructure/Troco.Infrastructure.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.CustomerIO/Troco.Vendor.CustomerIO.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.PagueVeloz/Troco.Vendor.PagueVeloz.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.Polen/Troco.Vendor.Polen.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.SE/Troco.Vendor.SE.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.Tendencia/Troco.Vendor.Tendencia.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.Transdata/Troco.Vendor.Transdata.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.Transfeera/Troco.Vendor.Transfeera.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/API/IdentityServer/IdentityServer.csproj
info: OmniSharp.Script.ScriptProjectSystem
Detecting CSX files in '/workspaces/backend'.
info: OmniSharp.Script.ScriptProjectSystem
Could not find any CSX files
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
info: OmniSharp.WorkspaceInitializer
Configuration finished.
info: OmniSharp.Stdio.Host
Omnisharp server running using Stdio at location '/workspaces/backend' on host 166.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/API/Sled.Api/Sled.Api.csproj
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[warn]: OmniSharp.MSBuild.ProjectLoader
Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/API/Sled.Api/Sled.Api.csproj'.
/workspaces/backend/API/Sled.Api/Sled.Api.csproj
/usr/share/dotnet/sdk/3.1.302/Sdks/Microsoft.NET.Sdk.Razor/build/netstandard2.0/Sdk.Razor.CurrentVersion.targets(404,5): Error: Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
Adding project '/workspaces/backend/API/Sled.Api/Sled.Api.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/API/Sled.Api.Test/Sled.Api.Test.csproj
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/API/Sled.Api.Test/Sled.Api.Test.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/API/Sled.Api.Test/Sled.Api.Test.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/API/Troco.Api.Common/Troco.Api.Common.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/API/Troco.Api.Common/Troco.Api.Common.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/API/Troco.Api.Common/Troco.Api.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/API/Troco.Api.TestSuite/Troco.Api.TestSuite.csproj
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/API/Troco.Api.TestSuite/Troco.Api.TestSuite.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/API/Troco.Api.TestSuite/Troco.Api.TestSuite.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/API/Troco.CustomerApi/Troco.CustomerApi.csproj
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
[warn]: OmniSharp.MSBuild.ProjectLoader
Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/API/Troco.CustomerApi/Troco.CustomerApi.csproj'.
/workspaces/backend/API/Troco.CustomerApi/Troco.CustomerApi.csproj
/usr/share/dotnet/sdk/3.1.302/Sdks/Microsoft.NET.Sdk.Razor/build/netstandard2.0/Sdk.Razor.CurrentVersion.targets(404,5): Error: Detected Razor language version downgrade. This is typically caused by a reference to the Microsoft.AspNetCore.Razor.Design package. Consider removing this package reference.
Adding project '/workspaces/backend/API/Troco.CustomerApi/Troco.CustomerApi.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/API/Troco.CustomerApi.Test/Troco.CustomerApi.Test.csproj
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/API/Troco.CustomerApi.Test/Troco.CustomerApi.Test.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/API/Troco.CustomerApi.Test/Troco.CustomerApi.Test.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Troco.Application/Troco.Application.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Troco.Application/Troco.Application.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Troco.Application/Troco.Application.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Troco.Application.Test/Troco.Application.Test.csproj
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Troco.Application.Test/Troco.Application.Test.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Troco.Application.Test/Troco.Application.Test.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Troco.CLI/Troco.CLI.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Troco.CLI/Troco.CLI.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Troco.CLI/Troco.CLI.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Troco.Common/Troco.Common.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Troco.Common/Troco.Common.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Troco.Common/Troco.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Troco.Domain/Troco.Domain.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Troco.Domain/Troco.Domain.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Troco.Domain/Troco.Domain.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Troco.Domain.Test/Troco.Domain.Test.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Troco.Domain.Test/Troco.Domain.Test.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Troco.Domain.Test/Troco.Domain.Test.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Troco.Infrastructure/Troco.Infrastructure.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Troco.Infrastructure/Troco.Infrastructure.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Troco.Infrastructure/Troco.Infrastructure.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Vendor/Troco.Vendor.CustomerIO/Troco.Vendor.CustomerIO.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Vendor/Troco.Vendor.CustomerIO/Troco.Vendor.CustomerIO.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Vendor/Troco.Vendor.CustomerIO/Troco.Vendor.CustomerIO.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Vendor/Troco.Vendor.PagueVeloz/Troco.Vendor.PagueVeloz.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Vendor/Troco.Vendor.PagueVeloz/Troco.Vendor.PagueVeloz.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Vendor/Troco.Vendor.PagueVeloz/Troco.Vendor.PagueVeloz.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Vendor/Troco.Vendor.Polen/Troco.Vendor.Polen.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Vendor/Troco.Vendor.Polen/Troco.Vendor.Polen.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Vendor/Troco.Vendor.Polen/Troco.Vendor.Polen.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Vendor/Troco.Vendor.SE/Troco.Vendor.SE.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Vendor/Troco.Vendor.SE/Troco.Vendor.SE.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Vendor/Troco.Vendor.SE/Troco.Vendor.SE.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Vendor/Troco.Vendor.Tendencia/Troco.Vendor.Tendencia.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Vendor/Troco.Vendor.Tendencia/Troco.Vendor.Tendencia.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Vendor/Troco.Vendor.Tendencia/Troco.Vendor.Tendencia.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Vendor/Troco.Vendor.Transdata/Troco.Vendor.Transdata.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Vendor/Troco.Vendor.Transdata/Troco.Vendor.Transdata.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Vendor/Troco.Vendor.Transdata/Troco.Vendor.Transdata.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Vendor/Troco.Vendor.Transfeera/Troco.Vendor.Transfeera.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Vendor/Troco.Vendor.Transfeera/Troco.Vendor.Transfeera.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Vendor/Troco.Vendor.Transfeera/Troco.Vendor.Transfeera.csproj'
info: OmniSharp.MSBuild.ProjectManager
Update project: IdentityServer
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Update project: Sled.Api
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Update project: Sled.Api.Test
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Api.Common
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Api.TestSuite
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.CustomerApi
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.CustomerApi.Test
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Application
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Application.Test
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /workspaces/backend/API/Troco.Api.Common/bin/Debug/netcoreapp3.1/Troco.Api.Common.dll mtoken: 0x0a00000c due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.CLI
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Common
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Domain
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Domain.Test
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Infrastructure
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Vendor.CustomerIO
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Vendor.PagueVeloz
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Vendor.Polen
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Vendor.SE
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Vendor.Tendencia
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Vendor.Transdata
info: OmniSharp.MSBuild.ProjectManager
Update project: Troco.Vendor.Transfeera
info: OmniSharp.DotNetTest.VSTestManager
read: {"MessageType":"TestSession.Connected","Payload":null}
info: OmniSharp.DotNetTest.VSTestManager
read: {"MessageType":"ProtocolVersion","Payload":1}
info: OmniSharp.DotNetTest.DebugSessionManager
Debug session started.
/root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.1/.omnisharp/1.37.0/run: line 28: 433 Killed "${mono_cmd}" "${omnisharp_cmd}" "$@"
C# log
blank
Environment information
VSCode version: 1.48.2
C# Extension: 1.23.1
Mono Information
OmniSharp using built-in monoDotnet Information
.NET Core SDK (reflecting any global.json): Version: 3.1.302 Commit: 41faccf259Runtime Environment:
OS Name: ubuntu
OS Version: 18.04
OS Platform: Linux
RID: ubuntu.18.04-x64
Base Path: /usr/share/dotnet/sdk/3.1.302/
Host (useful for support):
Version: 3.1.6
Commit: 3acd9b0cd1
.NET Core SDKs installed:
3.1.302 [/usr/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.App 3.1.6 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.6 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
Visual Studio Code Extensions
The text was updated successfully, but these errors were encountered: