Huge Performance Problem on big projects
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 17h 56m
- Merged PRs (30d)
- 21
Description
## Issue Description ##
As our project grows it is becoming more and more common to have Omnisharp crashing randomly or just taking too long to process files (even the currently open file).
Take a look at this example where the hinting makes no sense at all:

## Steps to Reproduce ##
1. Open a folder with 10+ projects and 200k+ lines of code using remote containers (On Linux)
2. Wait patiently for omnisharp to process everything (i7 10th gen, 16gb RAM, SSD).
3. There is a 40% chance it will crash and you will need to restart the whole thing (back to step 1).
4. Start working and code a bit, save some files and the hint will start to lag and stuff like the image above will happen.
## Expected Behavior ##
## Actual Behavior ##
## Logs ##
### OmniSharp log ###
Starting OmniSharp server at 1/16/2021, 5:03:04 PM
Target: /workspaces/backend/backend.sln
OmniSharp server started.
Path: /root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.8/.omnisharp/1.37.5/run
PID: 7950
[info]: OmniSharp.Stdio.Host
Starting OmniSharp on debian 10.0 (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.8/.omnisharp/1.37.5/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.8/.omnisharp/1.37.5/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.8/.omnisharp/1.37.5/omnisharp/.msbuild/Current/Bin"
CscToolExe = csc.exe
MSBuildToolsPath = /root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.8/.omnisharp/1.37.5/omnisharp/.msbuild/Current/Bin
CscToolPath = /root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.8/.omnisharp/1.37.5/omnisharp/.msbuild/Current/Bin/Roslyn
BypassFrameworkInstallChecks = true
MSBuildExtensionsPath = /root/.vscode-server/extensions/ms-dotnettools.csharp-1.23.8/.omnisharp/1.37.5/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/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.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
Queue project update for '/workspaces/backend/BuildingBlocks/Application/Sled.BuildingBlocks.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/Domain/Sled.BuildingBlocks.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/EventBus/Sled.BuildingBlocks.EventBus.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/API/IdentityServer/IdentityServer.csproj
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/Infrastructure/Sled.BuildingBlocks.Infrastructure.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/IntegrationEvents/Sled.Modules.Sled.IntegrationEvents.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Frontend/Frontend.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/TrocoSimples/IntegrationEvents/Sled.Modules.TrocoSimples.IntegrationEvents.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/TrocoSimples/Infrastructure/Sled.Modules.TrocoSimples.Infrastructure.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/TrocoSimples/Application/Sled.Modules.TrocoSimples.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/TrocoSimples/Domain/Sled.Modules.TrocoSimples.Domain.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.Completion.CompletionOptionsProvider, 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 7621.
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/BuildingBlocks/Domain/obj/Debug/net5.0/Sled.BuildingBlocks.Domain.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Troco.Common/obj/Debug/net5.0/Troco.Common.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/BuildingBlocks/Application/obj/Debug/net5.0/Sled.BuildingBlocks.Application.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Vendor/Troco.Vendor.Transdata/obj/Debug/net5.0/Troco.Vendor.Transdata.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Modules/Sled/Domain/obj/Debug/net5.0/Sled.Modules.Sled.Domain.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Vendor/Troco.Vendor.CustomerIO/obj/Debug/net5.0/Troco.Vendor.CustomerIO.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Modules/TrocoSimples/Domain/obj/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Vendor/Troco.Vendor.Polen/obj/Debug/net5.0/Troco.Vendor.Polen.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/BuildingBlocks/Infrastructure/obj/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Modules/Sled/IntegrationEvents/obj/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Modules/TrocoSimples/IntegrationEvents/obj/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/BuildingBlocks/EventBus/obj/Debug/net5.0/Sled.BuildingBlocks.EventBus.AssemblyInfo.cs added to workspace
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/IdentityServer.Test/IdentityServer.Test.csproj
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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.Test/IdentityServer.Test.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/API/Sled.Api/Sled.Api.csproj
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/5.0.100-rc.2.20479.15/Sdks/Microsoft.NET.Sdk.Razor/build/netstandard2.0/Sdk.Razor.CurrentVersion.targets(416,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.
[info]: OmniSharp.MSBuild.ProjectManager
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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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.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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/API/Troco.Api.TestSuite/obj/Debug/net5.0/Troco.Api.TestSuite.AssemblyInfo.cs added to workspace
[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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/API/Troco.CustomerApi/obj/Debug/net5.0/Troco.CustomerApi.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/API/Troco.CustomerApi/obj/Debug/net5.0/Troco.CustomerApi.RazorAssemblyInfo.cs added to workspace
[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/5.0.100-rc.2.20479.15/Sdks/Microsoft.NET.Sdk.Razor/build/netstandard2.0/Sdk.Razor.CurrentVersion.targets(416,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.
[info]: OmniSharp.MSBuild.ProjectManager
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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/API/Troco.CustomerApi.Test/obj/Debug/net5.0/Troco.CustomerApi.Test.AssemblyInfo.cs added to workspace
[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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj
Can't find custom attr constructor image: /workspaces/backend/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Modules/Sled/Application/obj/Debug/net5.0/Sled.Modules.Sled.Application.AssemblyInfo.cs added to workspace
[info]: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.csproj
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Modules/Sled/Tests/IntegrationTests/obj/Debug/net5.0/Sled.Modules.Sled.Application.IntegrationTests.AssemblyInfo.cs added to workspace
[info]: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Troco.CLI/Troco.CLI.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
Detected package version outside of dependency constraint: AWSSDK.SecretsManager 3.3.0 requires AWSSDK.Core (>= 3.3.21.20 && < 3.4.0) but version AWSSDK.Core 3.5.1.29 was resolved.
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.csproj'
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Troco.CLI/obj/Debug/net5.0/Troco.CLI.AssemblyInfo.cs added to workspace
[info]: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Troco.CLI/Troco.CLI.csproj'.
/workspaces/backend/Troco.CLI/Troco.CLI.csproj
/workspaces/backend/Troco.CLI/Troco.CLI.csproj(0,0): Error: Detected package version outside of dependency constraint: AWSSDK.SecretsManager 3.3.0 requires AWSSDK.Core (>= 3.3.21.20 && < 3.4.0) but version AWSSDK.Core 3.5.1.29 was resolved.
[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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Modules/Sled/Tests/UnitTests/obj/Debug/net5.0/Sled.Modules.Sled.Domain.UnitTests.AssemblyInfo.cs added to workspace
[info]: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.Infrastructure.csproj
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Modules/Sled/Infrastructure/obj/Debug/net5.0/Sled.Modules.Sled.Infrastructure.AssemblyInfo.cs added to workspace
[info]: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.Infrastructure.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.Infrastructure.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Vendor/Troco.Vendor.CustomerIO/Troco.Vendor.CustomerIO.csproj
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/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
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/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.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Vendor/Troco.Vendor.PagueVeloz/obj/Debug/net5.0/Troco.Vendor.PagueVeloz.AssemblyInfo.cs added to workspace
[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/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.Infrastructure.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.CustomerIO/Troco.Vendor.CustomerIO.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Vendor/Troco.Vendor.Polen/Troco.Vendor.Polen.csproj
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/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
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.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'
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.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'
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/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
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.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.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Vendor/Troco.Vendor.Transfeera/obj/Debug/net5.0/Troco.Vendor.Transfeera.AssemblyInfo.cs added to workspace
[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
Loading project: /workspaces/backend/BuildingBlocks/Application/Sled.BuildingBlocks.Application.csproj
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/Sled.BuildingBlocks.Application.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/BuildingBlocks/Application/Sled.BuildingBlocks.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/BuildingBlocks/Domain/Sled.BuildingBlocks.Domain.csproj
[info]: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/BuildingBlocks/Domain/Sled.BuildingBlocks.Domain.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/BuildingBlocks/Domain/Sled.BuildingBlocks.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/BuildingBlocks/EventBus/Sled.BuildingBlocks.EventBus.csproj
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/Sled.BuildingBlocks.EventBus.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/BuildingBlocks/EventBus/Sled.BuildingBlocks.EventBus.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/BuildingBlocks/Infrastructure/Sled.BuildingBlocks.Infrastructure.csproj
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/Sled.BuildingBlocks.Infrastructure.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/BuildingBlocks/Infrastructure/Sled.BuildingBlocks.Infrastructure.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Modules/Sled/IntegrationEvents/Sled.Modules.Sled.IntegrationEvents.csproj
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/Sled.Modules.Sled.IntegrationEvents.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Modules/Sled/IntegrationEvents/Sled.Modules.Sled.IntegrationEvents.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Frontend/Frontend.csproj
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.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
Queue project update for '/workspaces/backend/BuildingBlocks/Application/Sled.BuildingBlocks.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/Domain/Sled.BuildingBlocks.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/EventBus/Sled.BuildingBlocks.EventBus.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/Infrastructure/Sled.BuildingBlocks.Infrastructure.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/IntegrationEvents/Sled.Modules.Sled.IntegrationEvents.csproj'
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/Frontend.AssemblyInfo.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/App.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Pages/AddEditPartner.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Pages/Counter.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Pages/FetchData.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Pages/InternalCommands.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Pages/Index.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Pages/Partners.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Pages/Outbox.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Shared/SurveyPrompt.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Shared/MainLayout.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/_Imports.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Pages/TransactionalActivity.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/RazorDeclaration/Shared/NavMenu.razor.g.cs added to workspace
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Frontend/obj/Debug/net5.0/Frontend.RazorAssemblyInfo.cs added to workspace
[info]: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Frontend/Frontend.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Frontend/Frontend.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Modules/TrocoSimples/IntegrationEvents/Sled.Modules.TrocoSimples.IntegrationEvents.csproj
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/Sled.Modules.TrocoSimples.IntegrationEvents.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Modules/TrocoSimples/IntegrationEvents/Sled.Modules.TrocoSimples.IntegrationEvents.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Modules/TrocoSimples/Infrastructure/Sled.Modules.TrocoSimples.Infrastructure.csproj
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.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
Queue project update for '/workspaces/backend/BuildingBlocks/Application/Sled.BuildingBlocks.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/Domain/Sled.BuildingBlocks.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/EventBus/Sled.BuildingBlocks.EventBus.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/Infrastructure/Sled.BuildingBlocks.Infrastructure.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/IntegrationEvents/Sled.Modules.Sled.IntegrationEvents.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Frontend/Frontend.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/TrocoSimples/IntegrationEvents/Sled.Modules.TrocoSimples.IntegrationEvents.csproj'
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Modules/TrocoSimples/Infrastructure/obj/Debug/net5.0/Sled.Modules.TrocoSimples.Infrastructure.AssemblyInfo.cs added to workspace
[info]: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Modules/TrocoSimples/Infrastructure/Sled.Modules.TrocoSimples.Infrastructure.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Modules/TrocoSimples/Infrastructure/Sled.Modules.TrocoSimples.Infrastructure.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Modules/TrocoSimples/Application/Sled.Modules.TrocoSimples.Application.csproj
Can't find custom attr constructor image: /workspaces/backend/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.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/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.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/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.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
Queue project update for '/workspaces/backend/BuildingBlocks/Application/Sled.BuildingBlocks.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/Domain/Sled.BuildingBlocks.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/EventBus/Sled.BuildingBlocks.EventBus.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/BuildingBlocks/Infrastructure/Sled.BuildingBlocks.Infrastructure.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/Sled/IntegrationEvents/Sled.Modules.Sled.IntegrationEvents.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Frontend/Frontend.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/TrocoSimples/IntegrationEvents/Sled.Modules.TrocoSimples.IntegrationEvents.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Queue project update for '/workspaces/backend/Modules/TrocoSimples/Infrastructure/Sled.Modules.TrocoSimples.Infrastructure.csproj'
[info]: OmniSharp.OmniSharpWorkspace
Miscellaneous file: /workspaces/backend/Modules/TrocoSimples/Application/obj/Debug/net5.0/Sled.Modules.TrocoSimples.Application.AssemblyInfo.cs added to workspace
[info]: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/workspaces/backend/Modules/TrocoSimples/Application/Sled.Modules.TrocoSimples.Application.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Modules/TrocoSimples/Application/Sled.Modules.TrocoSimples.Application.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Loading project: /workspaces/backend/Modules/TrocoSimples/Domain/Sled.Modules.TrocoSimples.Domain.csproj
Can't find custom attr constructor image: /workspaces/backend/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/Sled.Modules.TrocoSimples.Domain.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
Adding project '/workspaces/backend/Modules/TrocoSimples/Domain/Sled.Modules.TrocoSimples.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
Update project: IdentityServer
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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: IdentityServer.Test
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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.TestSuite
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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.Modules.Sled.Application
[info]: OmniSharp.MSBuild.ProjectManager
Update project: Sled.Modules.Sled.Application.IntegrationTests
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/Domain/bin/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.dll mtoken: 0x0a000001 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/Modules/TrocoSimples/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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: Sled.Modules.Sled.Domain
[info]: OmniSharp.MSBuild.ProjectManager
Update project: Sled.Modules.Sled.Domain.UnitTests
[info]: OmniSharp.MSBuild.ProjectManager
Update project: Sled.Modules.Sled.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.MSBuild.ProjectManager
Update project: Sled.BuildingBlocks.Application
[info]: OmniSharp.MSBuild.ProjectManager
Update project: Sled.BuildingBlocks.Domain
[info]: OmniSharp.MSBuild.ProjectManager
Update project: Sled.BuildingBlocks.EventBus
[info]: OmniSharp.MSBuild.ProjectManager
Update project: Sled.BuildingBlocks.Infrastructure
[info]: OmniSharp.MSBuild.ProjectManager
Update project: Sled.Modules.Sled.IntegrationEvents
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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: Frontend
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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/BuildingBlocks/EventBus/bin/Debug/net5.0/Sled.BuildingBlocks.EventBus.dll mtoken: 0x0a000001 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/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/Modules/Sled/IntegrationEvents/bin/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.CustomerIO/bin/Debug/net5.0/Troco.Vendor.CustomerIO.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Polen/bin/Debug/net5.0/Troco.Vendor.Polen.dll mtoken: 0x0a000001 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/Vendor/Troco.Vendor.Transdata/bin/Debug/net5.0/Troco.Vendor.Transdata.dll mtoken: 0x0a000001 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/Troco.Common/bin/Debug/net5.0/Troco.Common.dll mtoken: 0x0a000001 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.Modules.TrocoSimples.IntegrationEvents
Can't find custom attr constructor image: /workspaces/backend/BuildingBlocks/Infrastructure/bin/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.dll mtoken: 0x0a000001 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/BuildingBlocks/Application/bin/Debug/net5.0/Sled.BuildingBlocks.Application.dll mtoken: 0x0a000001 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/BuildingBlocks/Domain/bin/Debug/net5.0/Sled.BuildingBlocks.Domain.dll mtoken: 0x0a000001 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.Modules.TrocoSimples.Infrastructure
[info]: OmniSharp.MSBuild.ProjectManager
Update project: Sled.Modules.TrocoSimples.Application
[info]: OmniSharp.MSBuild.ProjectManager
Update project: Sled.Modules.TrocoSimples.Domain
### C# log ###
Post the output from Output-->C# here
## Environment information ##
**VSCode version**: 1.52.1
**C# Extension**: 1.23.8
Mono Information
OmniSharp using built-in mono
Dotnet Information
.NET SDK (reflecting any global.json):
Version: 5.0.100-rc.2.20479.15
Commit: da7dfa8840
Runtime Environment:
OS Name: debian
OS Version: 10
OS Platform: Linux
RID: debian.10-x64
Base Path: /usr/share/dotnet/sdk/5.0.100-rc.2.20479.15/
Host (useful for support):
Version: 5.0.0-rc.2.20475.5
Commit: c5a3f49c88
.NET SDKs installed:
5.0.100-rc.2.20479.15 [/usr/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 5.0.0-rc.2.20475.17 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 5.0.0-rc.2.20475.5 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
Visual Studio Code Extensions
|Extension|Author|Version|
|---|---|---|
|csharp|ms-dotnettools|1.23.8|
|dotnet-test-explorer|formulahendry|0.7.4|
|gitlab-workflow|GitLab|3.9.0|
|gitlens|eamodio|11.1.3|
|vsliveshare|ms-vsliveshare|1.0.3484|;
Contributor guide
Assessment
This issue has not been assessed yet.