Skip to content

who knows VS generaes it 1 #9503

Description

@jlchavez

Type: Bug

Issue Description

Steps to Reproduce

Expected Behavior

Actual Behavior

Extension version: 2.140.9
VS Code version: Code 1.127.0 (4fe60c8b1cdac1c4c174f2fb180d0d758272d713, 2026-06-30T10:52:33+02:00)
OS version: Windows_NT x64 10.0.26200
Modes:

Logs

C# log

Details
2026-07-05 04:03:51.515 [info] Locating .NET runtime version 10.0.5
2026-07-05 04:03:51.601 [info] Dotnet path: C:\Program Files\dotnet\dotnet.exe
2026-07-05 04:03:51.602 [info] Activating C# + C# Dev Kit...
2026-07-05 04:03:51.782 [info] info: Program[0]
2026-07-05 04:03:51.782 [info]       Server started with process ID 38144
2026-07-05 04:03:52.623 [info] [Program] Language server initialized
2026-07-05 04:03:52.624 [info] [Program] Monitoring client process 50280 for exit
2026-07-05 04:03:53.155 [info] [initialized] [Microsoft.CodeAnalysis.LanguageServer.FileBasedPrograms.FileBasedProgramsEntryPointDiscovery] Finished discovery in 'c:\Users\jlchavez\source\repos\WebPx.ECM' in 15 milliseconds
2026-07-05 04:03:57.388 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\Users\jlchavez\source\repos\WebPx.ECM\src\WebPx.ECM.Infrastructure\WebPx.ECM.Infrastructure.csproj loaded by C# Dev Kit
2026-07-05 04:03:57.403 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\Users\jlchavez\source\repos\WebPx.ECM\src\WebPx.ECM.DocSigner\WebPx.ECM.DocSigner.csproj loaded by C# Dev Kit
2026-07-05 04:03:57.406 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\Users\jlchavez\source\repos\WebPx.ECM\src\WebPx.ECM.Contracts\WebPx.ECM.Contracts.csproj loaded by C# Dev Kit
2026-07-05 04:03:57.408 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\Users\jlchavez\source\repos\WebPx.ECM\src\WebPx.ECM.Domain\WebPx.ECM.Domain.csproj loaded by C# Dev Kit
2026-07-05 04:03:57.410 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\Users\jlchavez\source\repos\WebPx.ECM\src\WebPx.ECM.Application\WebPx.ECM.Application.csproj loaded by C# Dev Kit
2026-07-05 04:03:57.412 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\Users\jlchavez\source\repos\WebPx.ECM\src\WebPx.ECM.DocSigner\WebPx.ECM.DocSigner.csproj loaded by C# Dev Kit
2026-07-05 04:03:57.413 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\Users\jlchavez\source\repos\WebPx.ECM\src\WebPx.ECM.MobileApi\WebPx.ECM.MobileApi.csproj loaded by C# Dev Kit
2026-07-05 04:03:57.415 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\Users\jlchavez\source\repos\WebPx.ECM\src\WebPx.ECM.Server\WebPx.ECM.Server.csproj loaded by C# Dev Kit
2026-07-05 04:03:57.416 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\Users\jlchavez\source\repos\WebPx.ECM\src\WebPx.ECM.DocSigner\WebPx.ECM.DocSigner.csproj loaded by C# Dev Kit
2026-07-05 04:03:58.023 [info] [serviceBroker/connect] [WorkspaceProjectFactoryService] Project C:\Users\jlchavez\source\repos\WebPx.ECM\src\WebPx.ECM.DocSigner\WebPx.ECM.DocSigner.csproj loaded by C# Dev Kit
2026-07-05 06:08:30.762 [error] Request textDocument/diagnostic failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:30.763 [error] Document pull failed for text document file:///c%3A/Users/jlchavez/source/repos/WebPx.ECM/src/WebPx.ECM.Server/ECM/Server/Components/Pages/Client/Inbox.razor
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:30.764 [error] Request textDocument/diagnostic failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:30.764 [error] Document pull failed for text document file:///c%3A/Users/jlchavez/source/repos/WebPx.ECM/src/WebPx.ECM.Server/ECM/Server/Components/Pages/Client/Institutional.razor
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:30.765 [error] Request textDocument/inlayHint failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:30.772 [error] Request textDocument/semanticTokens/range failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:30.914 [error] Request textDocument/codeLens failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:30.946 [error] Request textDocument/inlayHint failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:31.035 [error] Request textDocument/semanticTokens/range failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/Manage/ResetAuthenticator_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:44.615 [error] Request textDocument/inlayHint failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Pages/Client/DocumentDetail_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Pages/Client/DocumentDetail_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:44.650 [error] Request textDocument/semanticTokens/range failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Pages/Client/DocumentDetail_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Pages/Client/DocumentDetail_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:44.859 [error] Request textDocument/codeLens failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Pages/Client/DocumentDetail_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Pages/Client/DocumentDetail_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:44.895 [error] Request textDocument/inlayHint failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Pages/Client/DocumentDetail_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Pages/Client/DocumentDetail_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:08:44.967 [error] Request textDocument/semanticTokens/range failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Pages/Client/DocumentDetail_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Pages/Client/DocumentDetail_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:09:05.836 [error] Request textDocument/inlayHint failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Shared/PasskeySubmit_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Shared/PasskeySubmit_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:09:05.840 [error] Request textDocument/semanticTokens/range failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Shared/PasskeySubmit_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Shared/PasskeySubmit_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:09:05.951 [error] Request textDocument/codeLens failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Shared/PasskeySubmit_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Shared/PasskeySubmit_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:09:05.997 [error] Request textDocument/inlayHint failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Shared/PasskeySubmit_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Shared/PasskeySubmit_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:09:06.075 [error] Request textDocument/semanticTokens/range failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Shared/PasskeySubmit_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Shared/PasskeySubmit_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:10:49.660 [error] Request textDocument/inlayHint failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/RegisterConfirmation_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/RegisterConfirmation_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:10:49.662 [error] Request textDocument/semanticTokens/range failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/RegisterConfirmation_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/RegisterConfirmation_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:10:49.749 [error] Request textDocument/codeLens failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/RegisterConfirmation_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/RegisterConfirmation_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:10:49.821 [error] Request textDocument/inlayHint failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/RegisterConfirmation_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/RegisterConfirmation_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]
2026-07-05 06:10:49.869 [error] Request textDocument/semanticTokens/range failed.
  Message: Razor source generator did not produce a host output for project 'WebPx.ECM.Server': warning CS8785: Generator 'RazorSourceGenerator' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type 'ArgumentException' with message 'The hintName 'ECM/Server/Components/Account/Pages/RegisterConfirmation_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')'.
System.ArgumentException: The hintName 'ECM/Server/Components/Account/Pages/RegisterConfirmation_razor.g.cs' of the added source file must be unique within a generator. (Parameter 'hintName')
   at Microsoft.CodeAnalysis.AdditionalSourcesCollection.Add(String hintName, SourceText source) in /_/src/Compilers/Core/Portable/SourceGeneration/AdditionalSourcesCollection.cs:line 78
   at Microsoft.CodeAnalysis.SourceOutputNode`1.AppendOutputs(IncrementalExecutionContext context, CancellationToken cancellationToken) in /_/src/Compilers/Core/Portable/SourceGeneration/Nodes/SourceOutputNode.cs:line 102
-----

  Code: -32000 
[object Object]

C# LSP Trace Logs log

Details

Environment Information

VSCode version: 1.127.0
C# Extension: 2.140.9
Using OmniSharp: false

Dotnet Information .NET SDK: Version: 10.0.301 Commit: 96856fd726 Workload version: 10.0.300-manifests.8c7d7c03 MSBuild version: 18.6.4+96856fd72

Runtime Environment:
OS Name: Windows
OS Version: 10.0.26200
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\10.0.301\

.NET workloads installed:
[android]
Installation Source: VS 18.8.11925.187
Manifest Version: 36.1.43/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.android\36.1.43\WorkloadManifest.json
Install Type: Msi

[maccatalyst]
Installation Source: VS 18.8.11925.187
Manifest Version: 26.5.10284/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.maccatalyst\26.5.10284\WorkloadManifest.json
Install Type: Msi

[maui-windows]
Installation Source: VS 18.8.11925.187
Manifest Version: 10.0.20/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.maui\10.0.20\WorkloadManifest.json
Install Type: Msi

[ios]
Installation Source: VS 18.8.11925.187
Manifest Version: 26.5.10284/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.sdk.ios\26.5.10284\WorkloadManifest.json
Install Type: Msi

[wasm-tools]
Installation Source: VS 18.8.11925.187
Manifest Version: 10.0.109/10.0.100
Manifest Path: C:\Program Files\dotnet\sdk-manifests\10.0.100\microsoft.net.workload.mono.toolchain.current\10.0.109\WorkloadManifest.json
Install Type: Msi

Configured to use workload sets when installing new manifests.
No workload sets are installed. Run "dotnet workload restore" to install a workload set.

Host:
Version: 10.0.9
Architecture: x64
Commit: 901ca94124

.NET SDKs installed:
10.0.203 [C:\Program Files\dotnet\sdk]
10.0.301 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.28 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 10.0.1 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 10.0.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 10.0.9 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.13 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.28 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 10.0.1 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 10.0.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 10.0.9 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 7.0.20 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.13 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 8.0.28 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 10.0.7 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 10.0.9 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
x86 [C:\Program Files (x86)\dotnet]
registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]

Environment variables:
DOTNET_CLI_UI_LANGUAGE [en-US]

global.json file:
Not found

Learn more:
https://aka.ms/dotnet/info

Download .NET:
https://aka.ms/dotnet/download

Visual Studio Code Extensions
Extension Author Version Folder Name
claude-code Anthropic 2.1.201 anthropic.claude-code-2.1.201-win32-x64
csdevkit ms-dotnettools 3.20.199 ms-dotnettools.csdevkit-3.20.199-win32-x64
csharp ms-dotnettools 2.140.9 ms-dotnettools.csharp-2.140.9-win32-x64
debugpy ms-python 2026.6.0 ms-python.debugpy-2026.6.0-win32-x64
lldb-dap llvm-vs-code-extensions 0.4.1 llvm-vs-code-extensions.lldb-dap-0.4.1
powershell ms-vscode 2025.4.0 ms-vscode.powershell-2025.4.0
python ms-python 2026.4.0 ms-python.python-2026.4.0-win32-x64
remote-containers ms-vscode-remote 0.463.0 ms-vscode-remote.remote-containers-0.463.0
swift-vscode swiftlang 2.16.6 swiftlang.swift-vscode-2.16.6
vscode-containers ms-azuretools 2.4.5 ms-azuretools.vscode-containers-2.4.5
vscode-dotnet-runtime ms-dotnettools 3.1.0 ms-dotnettools.vscode-dotnet-runtime-3.1.0
vscode-gradle vscjava 3.17.3 vscjava.vscode-gradle-3.17.3
vscode-pylance ms-python 2026.2.1 ms-python.vscode-pylance-2026.2.1
vscode-python-envs ms-python 1.36.0 ms-python.vscode-python-envs-1.36.0-win32-x64
C# Settings
Setting Value
preferCSharpExtension false
compilerDiagnosticScope openFiles
analyzerDiagnosticScope openFiles
enableXamlTools true
useServerGC true
System Info
Item Value
CPUs Intel(R) Core(TM) i9-10900 CPU @ 2.80GHz (20 x 2808)
GPU Status 2d_canvas: enabled
GPU0: VENDOR= 0x10de, DEVICE=0x1f82 [NVIDIA GeForce GTX 1650], DRIVER_VENDOR=NVIDIA, DRIVER_VERSION=32.0.15.9186 ACTIVE
GPU1: VENDOR= 0x8086, DEVICE=0x9bc5 [Intel(R) UHD Graphics 630], DRIVER_VERSION=31.0.101.2140
GPU2: VENDOR= 0x1414, DEVICE=0x008c [Microsoft Basic Render Driver], DRIVER_VERSION=10.0.26100.8521
Machine model name:
Machine model version:
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
trees_in_viz: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 63.85GB (24.68GB free)
Process Argv --crash-reporter-id 47046f34-3ddb-46d9-9687-084b4f6fd281
Screen Reader no
VM 36%
A/B Experiments
vsliv368:30146709
binariesv615:30325510
f8hc8238:30694864
nativeloc1:31344060
dwcopilot:31170013
dwoutputs:31242946
copilot_t_ci:31333650
e5gg6876:31282496
pythonrdcb7:31342333
6518g693:31463988
aj953862:31281341
b6b4d950:31327385
6abeh943:31336334
envsactivate1:31538736
editstats-enabled:31346257
cloudbuttont:31379625
3efgi100_wstrepl:31403338
ec5jj548:31422691
cp_cls_t_966_ss:31526232
4je02754:31466945
8hhj4413:31478653
38bie571_auto:31426784
cp_cls_c_1081:31454833
conptydll_true:31498968
ia-use-proxy-models-svc:31452481
e9c30283:31461165
test_treatment2:31471001
46204921:31447328
capi_axe_098a3278:31544981
idci7584:31464702
e3e4d672:31494082
ei9d7968:31496641
chat:31457767
8hig5102:31480529
89g7j272:31518289
7e187181:31503455
i2gc6536:31499202
52612955:31516516
ghj88844:31499326
23c7c724:31520045
ddid_t:31478206
hmra_i5g22:31518061
7df3h592:31512476
cp_cls_t_1082:31535311
logging_enabled_new:31498466
db5d2638:31499441
jb_cp_cls_t_632:31543129
56dj4588:31512888
32d76977:31512328
ha629193:31508444
cdk-lw-on:31524445
f9bf7985:31543584
31fi7170_t:31522396
a1ije391_t:31540920
8hfba999:31537718
jbcp_cls_pctr_t:31531130
61138546:31518536
cp_intellij_t_nes:31533504
d7b18187:31526828
nes-curr-leftover-1500:31538366
h561g132:31533256
sessions_3:31532893
h7dd7680:31543284
ihg5j128:31534457
9gg7f176:31542112
nes-ex-cf-euporie-03:31542868

Metadata

Metadata

Assignees

No one assigned

    Labels

    C#DKThe C#DK extension is installeduntriaged

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions