dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.86k stars 670 forks source link

Fails on load C# project #5060

Open rodrigofbm opened 2 years ago

rodrigofbm commented 2 years ago

Environment data

dotnet --info output:

SDK do .NET (refletindo qualquer global.json):
 Version:   6.0.200
 Commit:    4c30de7899

Ambiente de runtime:
 OS Name:     linuxmint
 OS Version:  20.3
 OS Platform: Linux
 RID:         linux-x64
 Base Path:   /usr/share/dotnet/sdk/6.0.200/

Host (useful for support):
  Version: 6.0.2
  Commit:  839cdfb0ec

.NET SDKs installed:
  6.0.200 [/usr/share/dotnet/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 6.0.2 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 6.0.2 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET runtimes or SDKs:
  https://aka.ms/dotnet-download

VS Code version:

Version: 1.64.2
Commit: f80445acd5a3dadef24aa209168452a3d97cc326
Date: 2022-02-09T22:02:29.527Z
Electron: 13.5.2
Chromium: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Linux x64 5.4.0-99-generic

C# Extension version: 1.24.0

OmniSharp log

Starting OmniSharp server at 16/02/2022 10:11:12
    Target: /home/torres/Documentos/Builtcode/Interplayers/api/Interplayers.Authorizer.Management.sln

OmniSharp server started with Mono 6.12.0.
    Path: /home/torres/.vscode/extensions/ms-dotnettools.csharp-1.24.0/.omnisharp/1.38.1-beta.65/omnisharp/OmniSharp.exe
    PID: 4192

[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on linuxmint 20.3 (x64)
[info]: OmniSharp.Services.DotNetCliService
        Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK
[info]: OmniSharp.Services.DotNetCliService
        Using the 'dotnet' on the PATH.
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 2 MSBuild instance(s)
            1: Mono 16.6.0 - "/usr/lib/mono/msbuild/Current/bin"
            2: StandAlone 17.1.0 - "/home/torres/.vscode/extensions/ms-dotnettools.csharp-1.24.0/.omnisharp/1.38.1-beta.65/omnisharp/.msbuild/Current/Bin"
[warn]: OmniSharp.CompositionHostBuilder
        It looks like you have Mono installed which contains a MSBuild lower than 16.10.0 which is the minimum supported by the configured .NET Core Sdk.
 Try updating Mono to the latest stable or preview version to enable better .NET Core Sdk support.
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: Mono 16.6.0 - "/usr/lib/mono/msbuild/Current/bin"
            CscToolExe = csc.exe
            CscToolPath = /home/torres/.vscode/extensions/ms-dotnettools.csharp-1.24.0/.omnisharp/1.38.1-beta.65/omnisharp/.msbuild/Current/Bin/Roslyn
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in '/home/torres/Documentos/Builtcode/Interplayers/api'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Did not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in '/home/torres/Documentos/Builtcode/Interplayers/api/Interplayers.Authorizer.Management.sln'.
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Api/Interplayers.Authorizer.Management.Api.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Domain/Interplayers.Authorizer.Management.Domain.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.CrossCutting/Interplayers.Authorizer.Management.CrossCutting.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Infra/Interplayers.Authorizer.Management.Infra.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Data/Interplayers.Authorizer.Management.Data.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in '/home/torres/Documentos/Builtcode/Interplayers/api'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Did not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location '/home/torres/Documentos/Builtcode/Interplayers/api' on host 3888.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Api/Interplayers.Authorizer.Management.Api.csproj
The specified SDK version '6.0' could not be parsed
A compatible installed dotnet SDK for global.json version: [6.0] from [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] was not found
Please install the [6.0] SDK or update [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] with an installed dotnet SDK:
  It was not possible to find any installed dotnet SDKs
  Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
      https://aka.ms/dotnet-download
The specified SDK version '6.0' could not be parsed
A compatible installed dotnet SDK for global.json version: [6.0] from [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] was not found
Please install the [6.0] SDK or update [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] with an installed dotnet SDK:
  It was not possible to find any installed dotnet SDKs
  Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
      https://aka.ms/dotnet-download
The specified SDK version '6.0' could not be parsed
A compatible installed dotnet SDK for global.json version: [6.0] from [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] was not found
Please install the [6.0] SDK or update [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] with an installed dotnet SDK:
  It was not possible to find any installed dotnet SDKs
  Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
      https://aka.ms/dotnet-download
[fail]: OmniSharp.MSBuild.ProjectLoader
        Cannot find the .NET Core SDK. Check that it is installed and that the version specified in global.json (if any) matches the installed version.
[fail]: OmniSharp.MSBuild.ProjectLoader
        The specified SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' could not be found.

Microsoft.Build.Exceptions.InvalidProjectFileException: The specified SDK 'Microsoft.NET.SDK.WorkloadAutoImportPropsLocator' could not be found.  /usr/share/dotnet/sdk/6.0.200/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.props
  at Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidProject (System.String errorSubCategoryResourceName, Microsoft.Build.Shared.IElementLocation elementLocation, System.String resourceName, System.Object[] args) [0x00040] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Shared.ProjectErrorUtilities.VerifyThrowInvalidProject[T1] (System.Boolean condition, System.String errorSubCategoryResourceName, Microsoft.Build.Shared.IElementLocation elementLocation, System.String resourceName, T1 arg0) [0x00003] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidProject[T1] (Microsoft.Build.Shared.IElementLocation elementLocation, System.String resourceName, T1 arg0) [0x00000] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].ExpandAndLoadImportsFromUnescapedImportExpressionConditioned (System.String directoryOfImportingFile, Microsoft.Build.Construction.ProjectImportElement importElement, System.Collections.Generic.List`1[Microsoft.Build.Construction.ProjectRootElement]& projects, Microsoft.Build.BackEnd.SdkResolution.SdkResult& sdkResult, System.Boolean throwOnFileNotExistsError) [0x00254] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].ExpandAndLoadImports (System.String directoryOfImportingFile, Microsoft.Build.Construction.ProjectImportElement importElement, Microsoft.Build.BackEnd.SdkResolution.SdkResult& sdkResult) [0x00027] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].EvaluateImportElement (System.String directoryOfImportingFile, Microsoft.Build.Construction.ProjectImportElement importElement) [0x0000d] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].PerformDepthFirstPass (Microsoft.Build.Construction.ProjectRootElement currentProjectOrImport) [0x00209] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].EvaluateImportElement (System.String directoryOfImportingFile, Microsoft.Build.Construction.ProjectImportElement importElement) [0x00040] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].PerformDepthFirstPass (Microsoft.Build.Construction.ProjectRootElement currentProjectOrImport) [0x00209] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].EvaluateImportElement (System.String directoryOfImportingFile, Microsoft.Build.Construction.ProjectImportElement importElement) [0x00040] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].PerformDepthFirstPass (Microsoft.Build.Construction.ProjectRootElement currentProjectOrImport) [0x00209] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].EvaluateImportElement (System.String directoryOfImportingFile, Microsoft.Build.Construction.ProjectImportElement importElement) [0x00040] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].PerformDepthFirstPass (Microsoft.Build.Construction.ProjectRootElement currentProjectOrImport) [0x00209] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].EvaluateImportElement (System.String directoryOfImportingFile, Microsoft.Build.Construction.ProjectImportElement importElement) [0x00040] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].PerformDepthFirstPass (Microsoft.Build.Construction.ProjectRootElement currentProjectOrImport) [0x000e6] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].Evaluate () [0x0013c] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Evaluator`4[P,I,M,D].Evaluate (Microsoft.Build.Evaluation.IEvaluatorData`4[P,I,M,D] data, Microsoft.Build.Construction.ProjectRootElement root, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings, System.Int32 maxNodeCount, Microsoft.Build.Collections.PropertyDictionary`1[T] environmentProperties, Microsoft.Build.BackEnd.Logging.ILoggingService loggingService, Microsoft.Build.Evaluation.IItemFactory`2[S,T] itemFactory, Microsoft.Build.Evaluation.IToolsetProvider toolsetProvider, Microsoft.Build.Evaluation.ProjectRootElementCacheBase projectRootElementCache, Microsoft.Build.Framework.BuildEventContext buildEventContext, Microsoft.Build.BackEnd.SdkResolution.ISdkResolverService sdkResolverService, System.Int32 submissionId, Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext, System.Boolean interactive) [0x00048] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Project+ProjectImpl.Reevaluate (Microsoft.Build.BackEnd.Logging.ILoggingService loggingServiceForEvaluation, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings, Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext) [0x00063] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Project+ProjectImpl.ReevaluateIfNecessary (Microsoft.Build.BackEnd.Logging.ILoggingService loggingServiceForEvaluation, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings, Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext) [0x00035] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Project+ProjectImpl.ReevaluateIfNecessary (Microsoft.Build.BackEnd.Logging.ILoggingService loggingServiceForEvaluation, Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext) [0x00000] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Project+ProjectImpl.ReevaluateIfNecessary (Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext) [0x00007] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Project+ProjectImpl.Initialize (System.Collections.Generic.IDictionary`2[TKey,TValue] globalProperties, System.String toolsVersion, System.String subToolsetVersion, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings, Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext) [0x0012b] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Project..ctor (System.String projectFile, System.Collections.Generic.IDictionary`2[TKey,TValue] globalProperties, System.String toolsVersion, System.String subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings, Microsoft.Build.Evaluation.Context.EvaluationContext evaluationContext) [0x00075] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Project..ctor (System.String projectFile, System.Collections.Generic.IDictionary`2[TKey,TValue] globalProperties, System.String toolsVersion, System.String subToolsetVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings) [0x00000] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Project..ctor (System.String projectFile, System.Collections.Generic.IDictionary`2[TKey,TValue] globalProperties, System.String toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection, Microsoft.Build.Evaluation.ProjectLoadSettings loadSettings) [0x00000] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.Project..ctor (System.String projectFile, System.Collections.Generic.IDictionary`2[TKey,TValue] globalProperties, System.String toolsVersion, Microsoft.Build.Evaluation.ProjectCollection projectCollection) [0x00000] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.ProjectCollection.LoadProject (System.String fileName, System.Collections.Generic.IDictionary`2[TKey,TValue] globalProperties, System.String toolsVersion) [0x000f7] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at Microsoft.Build.Evaluation.ProjectCollection.LoadProject (System.String fileName, System.String toolsVersion) [0x00000] in <f5c26a7560124a5f9b7255eb2a34a9a9>:0 
  at OmniSharp.MSBuild.ProjectLoader.EvaluateProjectFileCore (System.String filePath, System.Collections.Generic.IReadOnlyDictionary`2[TKey,TValue] projectConfigurationsInSolution, System.Collections.Generic.IList`1[T] loggers) [0x00162] in <103c26f687dd41558883162056442b5f>:0 
  at OmniSharp.MSBuild.ProjectLoader.BuildProject (System.String filePath, System.Collections.Generic.IReadOnlyDictionary`2[TKey,TValue] configurationsInSolution) [0x00026] in <103c26f687dd41558883162056442b5f>:0 
  at OmniSharp.MSBuild.ProjectFile.ProjectFileInfo.Load (System.String filePath, OmniSharp.MSBuild.ProjectIdInfo projectIdInfo, OmniSharp.MSBuild.ProjectLoader loader, System.Guid sessionId, OmniSharp.Services.DotNetInfo dotNetInfo) [0x00023] in <103c26f687dd41558883162056442b5f>:0 
  at OmniSharp.MSBuild.ProjectManager+<>c__DisplayClass32_0.<LoadProject>b__0 () [0x00000] in <103c26f687dd41558883162056442b5f>:0 
  at (wrapper delegate-invoke) System.Func`1[System.ValueTuple`3[OmniSharp.MSBuild.ProjectFile.ProjectFileInfo,System.Collections.Immutable.ImmutableArray`1[OmniSharp.MSBuild.Logging.MSBuildDiagnostic],OmniSharp.MSBuild.Notification.ProjectLoadedEventArgs]].invoke_TResult()
  at OmniSharp.MSBuild.ProjectManager.LoadOrReloadProject (System.String projectFilePath, System.Func`1[TResult] loader) [0x0001b] in <103c26f687dd41558883162056442b5f>:0 

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Domain/Interplayers.Authorizer.Management.Domain.csproj
The specified SDK version '6.0' could not be parsed
A compatible installed dotnet SDK for global.json version: [6.0] from [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] was not found
Please install the [6.0] SDK or update [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] with an installed dotnet SDK:
  It was not possible to find any installed dotnet SDKs
  Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
      https://aka.ms/dotnet-download
The specified SDK version '6.0' could not be parsed
A compatible installed dotnet SDK for global.json version: [6.0] from [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] was not found
Please install the [6.0] SDK or update [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] with an installed dotnet SDK:
  It was not possible to find any installed dotnet SDKs
  Did you mean to run dotnet SDK commands? Please install dotnet SDK from:
      https://aka.ms/dotnet-download

[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.CrossCutting/Interplayers.Authorizer.Management.CrossCutting.csproj
The specified SDK version '6.0' could not be parsed
A compatible installed dotnet SDK for global.json version: [6.0] from [/home/torres/Documentos/Builtcode/Interplayers/api/global.json] was not found

[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Api/Interplayers.Authorizer.Management.Api.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Domain/Interplayers.Authorizer.Management.Domain.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.CrossCutting/Interplayers.Authorizer.Management.CrossCutting.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Infra/Interplayers.Authorizer.Management.Infra.csproj
[fail]: OmniSharp.MSBuild.ProjectManager
        Attempted to update project that is not loaded: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Data/Interplayers.Authorizer.Management.Data.csproj
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No document found. File: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Api/Controllers/RedeCredenciada/V1/SolicitacoesController.cs.
Received response for /findusages but could not find request.
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No document found. File: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Api/Controllers/RedeCredenciada/V1/SolicitacoesController.cs.
Received response for /findusages but could not find request.

Steps to reproduce

open a C# project

Expected behavior

find .Net SDK

Actual behavior

Do not find .NET SDK

I tried to use the lastest version of Omnisharp but I still got errors. Can someone help me please?

filipw commented 2 years ago

the answer is in your log

It looks like you have Mono installed which contains a MSBuild lower than 16.10.0 which is the minimum supported by the configured .NET Core Sdk.

You can set "omnisharp.useModernNet": true to switch to .NET 6.0 build of OmniSharp which does not use Mono

or

You can set "omnisharp.useGlobalMono": "never" to skip using your old global Mono installation and only use the local Mono of OmniSharp.

rodrigofbm commented 2 years ago

@filipw looks like "omnisharp.useGlobalMono": "never", works. But I got some warnings:

[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Interplayers.Authorizer.Management.Api
Can't find custom attr constructor image: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Data/bin/Debug/net6.0/Interplayers.Authorizer.Management.Data.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Domain/bin/Debug/net6.0/Interplayers.Authorizer.Management.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: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.Infra/bin/Debug/net6.0/Interplayers.Authorizer.Management.Infra.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
Can't find custom attr constructor image: /home/torres/Documentos/Builtcode/Interplayers/api/src/Interplayers.Authorizer.Management.CrossCutting/bin/Debug/net6.0/Interplayers.Authorizer.Management.CrossCutting.dll mtoken: 0x0a000001 due to: Cannot resolve dependency to assembly because 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: Interplayers.Authorizer.Management.Domain
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Interplayers.Authorizer.Management.CrossCutting
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Interplayers.Authorizer.Management.Infra
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Interplayers.Authorizer.Management.Data
Received response for /v2/getcodeactions but could not find request.
Received response for /v2/getcodeactions but could not find request.
Received response for /quickinfo but could not find request.