A tool that would help users understand and review pull requests better
akshita31/active-directory-aspnetcore-webapp-openidconnect-v2 0
An ASP.NET Core 2.x Web App which lets sign-in users (including in your org, many orgs, orgs + personal accounts, sovereign clouds) and call Web APIs (including Microsoft Graph)
akshita31/active-directory-dotnet-webapp-openidconnect-aspnetcore 0
An ASP.NET Core web application that signs-in Azure AD users from a single Azure AD tenant.
akshita31/akshita007.github.io 0
Build a Jekyll blog in minutes, without touching the command line.
akshita31/artifacts-credprovider 0
The Azure Artifacts Credential Provider enables dotnet, NuGet.exe, and MSBuild to interactively acquire credentials for Azure Artifacts feeds.
akshita31/ASP.NET-Learning-Sample 0
A sample repository for the PluralSight course - https://app.pluralsight.com/library/courses/aspdotnet-core-fundamentals/table-of-contents
Open source documentation of Microsoft Azure
akshita31/azure-quickstart-templates 0
Azure Quickstart Templates
akshita31/azure-rest-api-specs 0
The source for REST API specifications for Microsoft Azure.
issue commentOmniSharp/omnisharp-roslyn
InvalidOperationException: Unexpected null
@ctooqam I had already tried this and without success. But, after your comment I tried harder, and downgrading to version 1.23.0
solved the issue on my side, thanks.
And a side note: I realized after the downgrade that this also resolved an intermittent build fail that I was having in a project that uses Roslyn source generator https://github.com/unoplatform/uno/issues/4924
comment created time in 16 minutes
issue commentaspnet/Announcements
Changes to Nullable Reference Type Annotations in .NET 6.0
- Microsoft.AspNetCore.Authentication.Cookies.ITicketStore.RetrieveAsync(string! key) -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationTicket!>! + Microsoft.AspNetCore.Authentication.Cookies.ITicketStore.RetrieveAsync(string! key) -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationTicket?>!
comment created time in 7 hours
issue commentOmniSharp/omnisharp-vscode
Huge Performance Problem on big projects
rzls is the Razor Language Server. @ryanbrandenburg @NTaylorMullen could you have a look?
comment created time in 10 hours
issue commentOmniSharp/omnisharp-vscode
Omnisharp can't find .NET SDK when open any C sharp project
@justinmchase you are the man. I spent 2 hours figuring out why omnisharp cannot find my sdks
comment created time in 10 hours
issue commentOmniSharp/omnisharp-vscode
Huge Performance Problem on big projects
I think I'm affected by the same problem, originally reported at https://github.com/microsoft/vscode/issues/114224
Issue Type: <b>Bug</b>
I have a project that references several GB of source files, spread out over hundreds of thousands of files. VSCode opens the project nicely and makes it possible to work with and search through the files.
However every once in a while it crashes my computer. I've seen that a process called "rzls" seems to hog immense amounts of RAM, in the range of 80-90% of all available RAM. Today it crashed by work computer with 64GM of RAM, of which typically only 10-20% are used with common applications like Crome or Thunderbird. No compile was running at the time of the crash.
See attached screenshot.
VS Code version: Code 1.52.1 (ea3859d4ba2f3e577a159bc91e3074c5d85c0523, 2020-12-16T16:32:10.090Z) OS version: Linux x64 5.4.0-60-generic
<details> <summary>System Info</summary>
Item | Value |
---|---|
CPUs | Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (12 x 3910) |
GPU Status | 2d_canvas: enabled<br>flash_3d: enabled<br>flash_stage3d: enabled<br>flash_stage3d_baseline: enabled<br>gpu_compositing: enabled<br>multiple_raster_threads: enabled_on<br>oop_rasterization: disabled_off<br>opengl: enabled_on<br>protected_video_decode: unavailable_off<br>rasterization: disabled_software<br>skia_renderer: enabled_on<br>video_decode: unavailable_off<br>vulkan: disabled_off<br>webgl: enabled<br>webgl2: enabled |
Load (avg) | 2, 2, 2 |
Memory (System) | 31.10GB (0.25GB free) |
Process Argv | BDAScripts.code-workspace --no-sandbox --crash-reporter-id cfee8681-3b9d-43e6-a2b1-3c1799828d72 |
Screen Reader | no |
VM | 0% |
DESKTOP_SESSION | ubuntu |
XDG_CURRENT_DESKTOP | Unity |
XDG_SESSION_DESKTOP | ubuntu |
XDG_SESSION_TYPE | x11 |
</details><details><summary>Extensions (20)</summary>
Extension | Author (truncated) | Version |
---|---|---|
bracket-pair-colorizer-2 | Coe | 0.2.0 |
gitlens | eam | 11.1.3 |
shell-format | fox | 7.0.1 |
vscode-pull-request-github | Git | 0.22.0 |
vscode-test-explorer | hbe | 2.19.4 |
latex-workshop | Jam | 8.15.0 |
autoconf | mae | 0.1.0 |
vscode-catch2-test-adapter | mat | 3.6.19 |
vscode-docker | ms- | 1.9.0 |
csharp | ms- | 1.23.8 |
python | ms- | 2020.12.424452561 |
jupyter | ms- | 2020.12.414227025 |
remote-containers | ms- | 0.154.2 |
cpptools | ms- | 1.1.3 |
bash-debug | rog | 0.3.9 |
rewrap | stk | 1.13.0 |
code-spell-checker | str | 1.10.2 |
shellcheck | tim | 0.12.3 |
cmake | twx | 0.0.17 |
markdown-all-in-one | yzh | 3.4.0 |
</details> <!-- generated by issue reporter -->
comment created time in 10 hours
issue commentOmniSharp/omnisharp-vscode
High CPU usage for CodeLens on overriden methods with many references
This may be related to #4072; have you tried to get a thread dump of the mono
process that consumes 100% CPU (kill -QUIT <pid-of-mono-process>
and see if it looks similar to mine ?
I've tried latest beta (1.23.9-beta
with #4310 merged but unfortunately the bug is still here). I think the PR with configurable filters is very interesting, at least as a temporary workaround.
comment created time in 12 hours
issue commentOmniSharp/omnisharp-vscode
Omnisharp ignores code in newly added source files
I also downgraded to 1.23.3 as a workaround. Any version above that does not work in Windows or in WSL.
comment created time in a day
issue openedOmniSharp/omnisharp-vscode
Huge Performance Problem on big projects
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
- Open a folder with 10+ projects and 200k+ lines of code using remote containers (On Linux)
- Wait patiently for omnisharp to process everything (i7 10th gen, 16gb RAM, SSD).
- There is a 40% chance it will crash and you will need to restart the whole thing (back to step 1).
- 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
<details> 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
Starting OmniSharp on debian 10.0 (x64)
DotNetPath set to dotnet
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"
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'
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
Detecting Cake files in '/workspaces/backend'.
Could not find any Cake files
Detecting projects in '/workspaces/backend/backend.sln'.
Queue project update for '/workspaces/backend/API/IdentityServer/IdentityServer.csproj'
Queue project update for '/workspaces/backend/API/IdentityServer.Test/IdentityServer.Test.csproj'
Queue project update for '/workspaces/backend/API/Sled.Api/Sled.Api.csproj'
Queue project update for '/workspaces/backend/API/Sled.Api.Test/Sled.Api.Test.csproj'
Queue project update for '/workspaces/backend/API/Troco.Api.Common/Troco.Api.Common.csproj'
Queue project update for '/workspaces/backend/API/Troco.Api.TestSuite/Troco.Api.TestSuite.csproj'
Queue project update for '/workspaces/backend/API/Troco.CustomerApi/Troco.CustomerApi.csproj'
Queue project update for '/workspaces/backend/API/Troco.CustomerApi.Test/Troco.CustomerApi.Test.csproj'
Queue project update for '/workspaces/backend/Modules/Sled/Application/Sled.Modules.Sled.Application.csproj'
Queue project update for '/workspaces/backend/Modules/Sled/Tests/IntegrationTests/Sled.Modules.Sled.Application.IntegrationTests.csproj'
Queue project update for '/workspaces/backend/Troco.CLI/Troco.CLI.csproj'
Queue project update for '/workspaces/backend/Troco.Common/Troco.Common.csproj'
Queue project update for '/workspaces/backend/Modules/Sled/Domain/Sled.Modules.Sled.Domain.csproj'
Queue project update for '/workspaces/backend/Modules/Sled/Tests/UnitTests/Sled.Modules.Sled.Domain.UnitTests.csproj'
Queue project update for '/workspaces/backend/Modules/Sled/Infrastructure/Sled.Modules.Sled.Infrastructure.csproj'
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.CustomerIO/Troco.Vendor.CustomerIO.csproj'
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.PagueVeloz/Troco.Vendor.PagueVeloz.csproj'
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.Polen/Troco.Vendor.Polen.csproj'
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.SE/Troco.Vendor.SE.csproj'
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.Tendencia/Troco.Vendor.Tendencia.csproj'
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.Transdata/Troco.Vendor.Transdata.csproj'
Queue project update for '/workspaces/backend/Vendor/Troco.Vendor.Transfeera/Troco.Vendor.Transfeera.csproj'
Queue project update for '/workspaces/backend/BuildingBlocks/Application/Sled.BuildingBlocks.Application.csproj'
Queue project update for '/workspaces/backend/BuildingBlocks/Domain/Sled.BuildingBlocks.Domain.csproj'
Queue project update for '/workspaces/backend/BuildingBlocks/EventBus/Sled.BuildingBlocks.EventBus.csproj'
Loading project: /workspaces/backend/API/IdentityServer/IdentityServer.csproj
Queue project update for '/workspaces/backend/BuildingBlocks/Infrastructure/Sled.BuildingBlocks.Infrastructure.csproj'
Queue project update for '/workspaces/backend/Modules/Sled/IntegrationEvents/Sled.Modules.Sled.IntegrationEvents.csproj'
Queue project update for '/workspaces/backend/Frontend/Frontend.csproj'
Queue project update for '/workspaces/backend/Modules/TrocoSimples/IntegrationEvents/Sled.Modules.TrocoSimples.IntegrationEvents.csproj'
Queue project update for '/workspaces/backend/Modules/TrocoSimples/Infrastructure/Sled.Modules.TrocoSimples.Infrastructure.csproj'
Queue project update for '/workspaces/backend/Modules/TrocoSimples/Application/Sled.Modules.TrocoSimples.Application.csproj'
Queue project update for '/workspaces/backend/Modules/TrocoSimples/Domain/Sled.Modules.TrocoSimples.Domain.csproj'
Detecting CSX files in '/workspaces/backend'.
Could not find any CSX files
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, Order: 0
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
Configuration finished.
Omnisharp server running using Stdio at location '/workspaces/backend' on host 7621.
Miscellaneous file: /workspaces/backend/BuildingBlocks/Domain/obj/Debug/net5.0/Sled.BuildingBlocks.Domain.AssemblyInfo.cs added to workspace
Miscellaneous file: /workspaces/backend/Troco.Common/obj/Debug/net5.0/Troco.Common.AssemblyInfo.cs added to workspace
Miscellaneous file: /workspaces/backend/BuildingBlocks/Application/obj/Debug/net5.0/Sled.BuildingBlocks.Application.AssemblyInfo.cs added to workspace
Miscellaneous file: /workspaces/backend/Vendor/Troco.Vendor.Transdata/obj/Debug/net5.0/Troco.Vendor.Transdata.AssemblyInfo.cs added to workspace
Miscellaneous file: /workspaces/backend/Modules/Sled/Domain/obj/Debug/net5.0/Sled.Modules.Sled.Domain.AssemblyInfo.cs added to workspace
Miscellaneous file: /workspaces/backend/Vendor/Troco.Vendor.CustomerIO/obj/Debug/net5.0/Troco.Vendor.CustomerIO.AssemblyInfo.cs added to workspace
Miscellaneous file: /workspaces/backend/Modules/TrocoSimples/Domain/obj/Debug/net5.0/Sled.Modules.TrocoSimples.Domain.AssemblyInfo.cs added to workspace
Miscellaneous file: /workspaces/backend/Vendor/Troco.Vendor.Polen/obj/Debug/net5.0/Troco.Vendor.Polen.AssemblyInfo.cs added to workspace
Miscellaneous file: /workspaces/backend/BuildingBlocks/Infrastructure/obj/Debug/net5.0/Sled.BuildingBlocks.Infrastructure.AssemblyInfo.cs added to workspace
Miscellaneous file: /workspaces/backend/Modules/Sled/IntegrationEvents/obj/Debug/net5.0/Sled.Modules.Sled.IntegrationEvents.AssemblyInfo.cs added to workspace
Miscellaneous file: /workspaces/backend/Modules/TrocoSimples/IntegrationEvents/obj/Debug/net5.0/Sled.Modules.TrocoSimples.IntegrationEvents.AssemblyInfo.cs added to workspace
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.
Adding project '/workspaces/backend/API/Sled.Api/Sled.Api.csproj'
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.
Adding project '/workspaces/backend/API/Troco.CustomerApi/Troco.CustomerApi.csproj'
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.
Adding project '/workspaces/backend/Troco.CLI/Troco.CLI.csproj'
Loading project: /workspaces/backend/Troco.Common/Troco.Common.csproj
Successfully loaded project file '/workspaces/backend/Troco.Common/Troco.Common.csproj'.
Adding project '/workspaces/backend/Troco.Common/Troco.Common.csproj'
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
</details>
C# log
<details>Post the output from Output-->C# here</details>
Environment information
VSCode version: 1.52.1 C# Extension: 1.23.8
<details><summary>Mono Information</summary> OmniSharp using built-in mono</details> <details><summary>Dotnet Information</summary> .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 </details> <details><summary>Visual Studio Code Extensions</summary>
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 |
</details>
created time in 2 days
issue commentOmniSharp/omnisharp-vscode
Omnisharp stops a few minutes after loading project
OmniSharp keeps crashing for me, too. After this error, IntelliSense etc. no longer works:
************ Request ************
{
"Type": "request",
"Seq": 2459,
"Command": "/findusages",
"Arguments": {
"FileName": "c:\DEV\uTILLIty\Falcon\KDB\kdb-api\Models\Mapper.cs",
"Line": 82,
"Column": 47,
"OnlyThisFile": true,
"ExcludeDefinition": false
}
}
[fail]: OmniSharp.Stdio.Host
************ Response ************
{
"Request_seq": 2459,
"Command": "/findusages",
"Running": true,
"Success": false,
"Message": ""System.InvalidOperationException: Unexpected null\r\n at Roslyn.Utilities.Contract.Fail(String message)\r\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.MapToAppropriateSymbol(ISymbol symbol)\r\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.<DetermineAllSymbolsCoreAsync>d__20.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.<DetermineAllSymbolsAsync>d__19.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.<FindReferencesAsync>d__8.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.<FindReferencesAsync>d__8.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.<FindReferencesAsync>d__8.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.<FindReferencesAsync>d__34.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.<FindReferencesAsync>d__40.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at Microsoft.CodeAnalysis.FindSymbols.SymbolFinder.<FindReferencesAsync>d__39.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService.<Handle>d__2.MoveNext() in D:\\a\\1\\s\\src\\OmniSharp.Roslyn.CSharp\\Services\\Navigation\\FindUsagesService.cs:line 41\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at OmniSharp.Endpoint.EndpointHandler2.<AggregateResponsesFromLanguageHandlers>d__18.MoveNext()\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n at OmniSharp.Endpoint.EndpointHandler
2.<HandleRequestForLanguage>d__20.MoveNext() in D:\\a\\1\\s\\src\\OmniSharp.Host\\Endpoint\\EndpointHandler.cs:line 227\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at OmniSharp.Endpoint.EndpointHandler`2.<Process>d__16.MoveNext() in D:\\a\\1\\s\\src\\OmniSharp.Host\\Endpoint\\EndpointHandler.cs:line 131\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at OmniSharp.Stdio.Host.<HandleRequest>d__13.MoveNext() in D:\\a\\1\\s\\src\\OmniSharp.Stdio\\Host.cs:line 215"",
"Body": null,
"Seq": 46,
"Type": "response"
}
The line in question is not anything complex:
OmniSharp: c:\Users....vscode\extensions\ms-dotnettools.csharp-1.23.8.omnisharp\1.37.6-beta.30\OmniSharp.exe
comment created time in 2 days
startedKray-G/kinx
started time in 2 days
issue closedOmniSharp/omnisharp-vscode
"a\r\nb".IndexOf("\n") return -1
int idx3 = "a\r\nb".IndexOf("\n");
Above statement returns -1.
OS: Ubuntu/WSL2 Version: .NET 5
closed time in 2 days
zhoujitissue commentOmniSharp/omnisharp-vscode
"a\r\nb".IndexOf("\n") return -1
Close it. I will submit another ticket in dotnet runtime.
comment created time in 2 days
issue commentOmniSharp/omnisharp-vscode
Thanks for responding! I tried to install one of these before, but since it is only available in .exe file for windows, I don't know how to proceed. Is there a version for Linux or should start tampering around with wine?
comment created time in 2 days
issue commentOmniSharp/omnisharp-vscode
I have already answered it in another Issue #4347 This was the solution to it.
looks like you are using unity engine, I am also a unity User and the solution is pretty simple. Omnisharp is asking you to download the .net Framework Developers pack so that You can develop apps in C#. Here is the link to download it.
Hope this helps.😀
comment created time in 2 days
issue commentOmniSharp/omnisharp-vscode
I am also a unity User and the solution is pretty simple. Omnisharp is asking you to download the .net Framework Developers pack so that You can develop apps in C#. Here is the link to download it.
comment created time in 2 days
issue commentOmniSharp/omnisharp-vscode
Folding Strategy "auto" doesnt work with extension
@julikaiba Welcome to C#! Starting small is great. I just wanted to be sure I had the scenario correct. =)
comment created time in 2 days
issue commentOmniSharp/omnisharp-vscode
Folding Strategy "auto" doesnt work with extension
Yes it is, I just created a file ending in .cs and work in that (still new to c# so starting small).
comment created time in 2 days
issue commentOmniSharp/omnisharp-vscode
Debugger: didn't support Edit and Continue feature
+1
comment created time in 2 days
created tagOmniSharp/omnisharp-vscode
Official C# support for Visual Studio Code (powered by OmniSharp)
created time in 2 days
push eventOmniSharp/omnisharp-vscode
commit sha 96e8b1f9b874809573291bab869ab7b3fa6e2f0b
Update changelog and version for 1.23.9 betas
push time in 2 days
push eventOmniSharp/omnisharp-vscode
commit sha b7d933fd647cb7743239d42ebb3937917d866813
Support building launch assets for NET6 projects
commit sha 84da7999dbe1438ed50c517a9bf588e8b530d1f5
Support building assets for NET 7-9
commit sha b89b7cb7fd676b5589bf50ee39f4d909f7ea7fe7
Merge pull request #4349 from JoeRobich/build-net6-assets Support building launch assets for NET6-NET9 projects
push time in 2 days
PR merged OmniSharp/omnisharp-vscode
Resolves https://github.com/OmniSharp/omnisharp-vscode/issues/4346.
pr closed time in 2 days
issue closedOmniSharp/omnisharp-vscode
Debugging failed as unable to generate "launch.json" in VSCode.
<!-- To prefill this information:
- Open Visual Studio Code
- Bring up the command palette (press <kbd>F1</kbd>)
- Type
CSharp: Report an issue
If the CSharp: Report an issue
command doesn't appear, make sure that you have C# extension version 1.17.0 or newer installed.
-->
Environment data
dotnet --info
output:
.NET SDK (reflecting any global.json):
Version: 6.0.100-alpha.1.21064.46
Commit: 76b9d0ff50
Runtime Environment: OS Name: Windows OS Version: 10.0.19041 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\6.0.100-alpha.1.21064.46\
Host (useful for support): Version: 6.0.0-alpha.1.21063.13 Commit: 6ded57b3d2
.NET SDKs installed: 6.0.100-alpha.1.21064.46 [C:\Program Files\dotnet\sdk]
.NET runtimes installed: Microsoft.AspNetCore.App 6.0.0-alpha.1.21063.28 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 6.0.0-alpha.1.21063.13 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 6.0.0-alpha.1.21063.9 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
To install additional .NET runtimes or SDKs: https://aka.ms/dotnet-download
VS Code version:1.52.1 C# Extension version:1.23.8
Steps to reproduce
• Create new .NET 6.0 console application(con60) with reference to a .NET Standard 2.1 class library(cla21) via CLI,
• Open it via VSCode
• Debug the app – Put breakpoint in the code and press F5
Expected behavior
Debug could succeed.
Actual behavior
• It shows a prompt message that “Could not find the task 'build'”
• Then open “launch.json”, press “Add Configuration…”, and the "launch.json" file generated with warning:
"WARNING01": "*********************************************************************************",
"WARNING02": "The C# extension was unable to automatically decode projects in the current",
"WARNING03": "workspace to create a runnable launch.json file. A template launch.json file has",
"WARNING04": "been created as a placeholder.",
"WARNING05": "",
"WARNING06": "If OmniSharp is currently unable to load your project, you can attempt to resolve",
"WARNING07": "this by restoring any missing project dependencies (example: run 'dotnet restore')",
"WARNING08": "and by fixing any reported errors from building the projects in your workspace.",
"WARNING09": "If this allows OmniSharp to now load your project then --",
"WARNING10": " * Delete this file",
"WARNING11": " * Open the Visual Studio Code command palette (View->Command Palette)",
"WARNING12": " * run the command: '.NET: Generate Assets for Build and Debug'.",
"WARNING13": "",
"WARNING14": "If your project requires a more complex launch configuration, you may wish to delete",
"WARNING15": "this configuration and pick a different template using the 'Add Configuration...'",
"WARNING16": "button at the bottom of this file.",
"WARNING17": "*********************************************************************************",
closed time in 2 days
dandanmuPull request review commentOmniSharp/omnisharp-vscode
Support building launch assets for NET6 projects
export function findNetFrameworkTargetFramework(project: MSBuildProject): Target return project.TargetFrameworks.find(tf => regexp.test(tf.ShortName)); } -export function findNet5TargetFramework(project: MSBuildProject): TargetFramework {- const targetFramework = project.TargetFrameworks.find(tf => tf.ShortName.startsWith('net5'));- // Temprorary workaround until changes to support the net5.0 TFM is settled. Some NuGet- // builds report the shortname as net50.- if (targetFramework !== undefined) {- targetFramework.ShortName = "net5.0";- }- return targetFramework;+export function findNetCoreTargetFramework(project: MSBuildProject): TargetFramework {+ return findNetCoreAppTargetFramework(project) ?? findModernNetFrameworkTargetFramework(project); } export function findNetCoreAppTargetFramework(project: MSBuildProject): TargetFramework { return project.TargetFrameworks.find(tf => tf.ShortName.startsWith('netcoreapp')); } +export function findModernNetFrameworkTargetFramework(project: MSBuildProject): TargetFramework {+ let regexp = new RegExp('^net[5-6]');
Then I would need to do additional filtering to exclude net[1-4], Maybe the simpler option is to check for net[5-9] which would buy us a few years.
comment created time in 2 days