You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick fix "Replace PROPERTYNAMEHERE with method" results in the popup error "Request codeAction/resolve failed Source: C#"
I have tried rolling back version control to versions where this DID work to no avail.
Steps to Reproduce
Create a field inside any class such as public string Text {get; set;}
Open the quick fix menu with CTRL+.
Select the option Replace 'Text' with methods.
Error appears.
Expected Behavior
The aciton to be carried out as described.
Actual Behavior
The document remains unmodified and the error pops up.
(Do note that i did try this exact line in various other documents, including fresh ones.)
Logs
C# log
2024-12-22 14:40:50.922 [info] [Error - 2:40:50 PM] [LanguageServerHost] System.InvalidOperationException: The solution does not contain the specified document.
at Microsoft.CodeAnalysis.Solution.CheckContainsDocument(DocumentId documentId) in /_/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs:line 1725
at Microsoft.CodeAnalysis.Solution.WithDocumentSyntaxRoots(ImmutableArray`1 syntaxRoots, PreservationMode mode) in /_/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs:line 1354
at Microsoft.CodeAnalysis.Solution.WithDocumentSyntaxRoot(DocumentId documentId, SyntaxNode root, PreservationMode mode) in /_/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs:line 1346
at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.UpdateReferencesInDocumentAsync(Solution updatedSolution, Document originalDocument, IEnumerable`1 references, ImmutableDictionary`2 propertyToBackingField, String desiredGetMethodName, String desiredSetMethodName, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 234
at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.UpdateReferencesAsync(Solution updatedSolution, ILookup`2 referencesByDocument, ImmutableDictionary`2 propertyToBackingField, String desiredGetMethodName, String desiredSetMethodName, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 209
at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.ReplacePropertyWithMethodsAsync(Document document, IPropertySymbol propertySymbol, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 108
at Microsoft.CodeAnalysis.CodeActions.CodeAction.ComputeOperationsAsync(IProgress`1 progress, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs:line 307
at Microsoft.CodeAnalysis.CodeActions.CodeAction.GetOperationsCoreAsync(Solution originalSolution, IProgress`1 progress, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs:line 244
at Microsoft.CodeAnalysis.LanguageServer.Handler.CodeActionResolveHandler.HandleRequestAsync(CodeAction codeAction, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/CodeActions/CodeActionResolveHandler.cs:line 91
at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, String language, CancellationToken cancellationToken)
2024-12-22 14:40:50.925 [info] [Error - 2:40:50 PM] Request codeAction/resolve failed.
2024-12-22 14:40:50.925 [info] Message: The solution does not contain the specified document.
Code: -32000
[object Object]
C# LSP Trace Logs
2024-12-22 14:44:49.957 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:49.958 [info] [LanguageServerHost] [05:44:49.956][Start]textDocument/hover
2024-12-22 14:44:49.960 [info] [LanguageServerHost] [05:44:49.956][End]textDocument/hover
2024-12-22 14:44:50.189 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:50.190 [info] [LanguageServerHost] [05:44:50.188][Start]textDocument/hover
2024-12-22 14:44:50.192 [info] [LanguageServerHost] [05:44:50.190][End]textDocument/hover
2024-12-22 14:44:50.905 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:50.906 [info] [LanguageServerHost] [05:44:50.904][Start]textDocument/hover
2024-12-22 14:44:50.909 [info] [LanguageServerHost] [05:44:50.906][End]textDocument/hover
2024-12-22 14:44:50.936 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:50.937 [info] [LanguageServerHost] [05:44:50.935][Start]textDocument/_vs_getProjectContexts
2024-12-22 14:44:50.938 [info] [LanguageServerHost] [05:44:50.935][End]textDocument/_vs_getProjectContexts
2024-12-22 14:44:50.997 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:50.997 [info] [LanguageServerHost] [05:44:50.995][Start]textDocument/documentHighlight
2024-12-22 14:44:51.009 [info] [LanguageServerHost] [05:44:51.007][End]textDocument/documentHighlight
2024-12-22 14:44:51.199 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:51.200 [info] [LanguageServerHost] [05:44:51.198][Start]textDocument/codeLens
2024-12-22 14:44:51.202 [info] [LanguageServerHost] [05:44:51.198][End]textDocument/codeLens
2024-12-22 14:44:51.460 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:51.462 [info] [LanguageServerHost] [05:44:51.459][Start]codeLens/resolve
2024-12-22 14:44:51.462 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:51.463 [info] [LanguageServerHost] [05:44:51.460][Start]codeLens/resolve
2024-12-22 14:44:51.484 [info] [LanguageServerHost] [05:44:51.480][End]codeLens/resolve
2024-12-22 14:44:51.500 [info] [LanguageServerHost] [05:44:51.498][End]codeLens/resolve
2024-12-22 14:44:51.680 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:51.681 [info] [LanguageServerHost] [05:44:51.678][Start]textDocument/definition
2024-12-22 14:44:51.682 [info] [SourceLink] Navigating to symbol 'string' from 'System.Runtime'.
2024-12-22 14:44:51.683 [info] [SourceLink] Symbol found in assembly path 'C:\Users\Puroweso\.nuget\packages\microsoft.netcore.app.ref\6.0.35\ref\net6.0\System.Runtime.dll'
2024-12-22 14:44:51.683 [info] [SourceLink] Source is a reference assembly, not enough information to find PDB.
2024-12-22 14:44:51.701 [info] [LanguageServerHost] [05:44:51.698][End]textDocument/definition
2024-12-22 14:44:51.802 [info] [LanguageServerHost] No request parameters given, using default language handler
2024-12-22 14:44:51.802 [info] [LanguageServerHost] [05:44:51.799][Start]workspace/buildOnlyDiagnosticIds
2024-12-22 14:44:51.803 [info] [LanguageServerHost] [05:44:51.800][End]workspace/buildOnlyDiagnosticIds
2024-12-22 14:44:51.807 [info] [LanguageServerHost] [05:44:51.806][Start]textDocument/didOpen
2024-12-22 14:44:51.807 [info] [LanguageServerHost] didOpen for file:///c:/Users/Puroweso/AppData/Local/Temp/MetadataAsSource/d337fd8f18d1484689508cefa9cdcb6f/DecompilationMetadataAsSourceFileProvider/1794a5a9060c4a899319f9b9cd26e0cc/String.cs
2024-12-22 14:44:51.808 [info] [LanguageServerHost] [05:44:51.806][End]textDocument/didOpen
2024-12-22 14:44:51.809 [info] [LanguageServerHost] [05:44:51.806][Start]textDocument/didClose
2024-12-22 14:44:51.809 [info] [LanguageServerHost] didClose for file:///c:/Users/Puroweso/AppData/Local/Temp/MetadataAsSource/d337fd8f18d1484689508cefa9cdcb6f/DecompilationMetadataAsSourceFileProvider/1794a5a9060c4a899319f9b9cd26e0cc/String.cs
2024-12-22 14:44:51.809 [info] [LanguageServerHost] [05:44:51.806][End]textDocument/didClose
2024-12-22 14:44:51.810 [info] [LanguageServerHost] Closing workspace/diagnostics request for enc
2024-12-22 14:44:51.810 [info] [LanguageServerHost] Closing workspace/diagnostics request for WorkspaceDocumentsAndProject
2024-12-22 14:44:51.810 [info] [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics
2024-12-22 14:44:51.811 [info] [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics
2024-12-22 14:44:51.812 [info] [LanguageServerHost] [05:44:51.807][End]workspace/diagnostic
2024-12-22 14:44:51.812 [info] [LanguageServerHost] [05:44:51.807][End]workspace/diagnostic
2024-12-22 14:44:51.839 [info] [LanguageServerHost] Closing workspace/diagnostics request for HotReloadDiagnostics
2024-12-22 14:44:51.839 [info] [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics
2024-12-22 14:44:51.840 [info] [LanguageServerHost] [05:44:51.838][End]workspace/diagnostic
2024-12-22 14:44:52.770 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:52.771 [info] [LanguageServerHost] [05:44:52.769][Start]textDocument/codeAction
2024-12-22 14:44:53.024 [info] [LanguageServerHost] [05:44:53.023][End]textDocument/codeAction
2024-12-22 14:44:53.106 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:53.107 [info] [LanguageServerHost] [05:44:53.105][Start]textDocument/inlayHint
2024-12-22 14:44:53.111 [info] [LanguageServerHost] [05:44:53.107][End]textDocument/inlayHint
2024-12-22 14:44:53.156 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:53.156 [info] [LanguageServerHost] [05:44:53.155][Start]textDocument/semanticTokens/range
2024-12-22 14:44:53.160 [info] [LanguageServerHost] [05:44:53.158][End]textDocument/semanticTokens/range
2024-12-22 14:44:53.295 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:53.296 [info] [LanguageServerHost] [05:44:53.294][Start]codeLens/resolve
2024-12-22 14:44:53.297 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:53.298 [info] [LanguageServerHost] [05:44:53.294][Start]codeLens/resolve
2024-12-22 14:44:53.299 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:53.300 [info] [LanguageServerHost] [05:44:53.296][Start]codeLens/resolve
2024-12-22 14:44:53.310 [info] [LanguageServerHost] [05:44:53.306][End]codeLens/resolve
2024-12-22 14:44:53.310 [info] [LanguageServerHost] [05:44:53.306][End]codeLens/resolve
2024-12-22 14:44:53.329 [info] [LanguageServerHost] [05:44:53.327][End]codeLens/resolve
2024-12-22 14:44:53.820 [info] [LanguageServerHost] Request did not contain a textDocument, using default language handler
2024-12-22 14:44:53.820 [info] [LanguageServerHost] [05:44:53.819][Start]workspace/diagnostic
2024-12-22 14:44:53.821 [info] [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: WorkspaceDocumentsAndProject) started getting diagnostics
2024-12-22 14:44:53.821 [info] [LanguageServerHost] previousResults.Length=0
2024-12-22 14:44:53.821 [info] [LanguageServerHost] Processing 0 documents
2024-12-22 14:44:53.822 [info] [LanguageServerHost] Request did not contain a textDocument, using default language handler
2024-12-22 14:44:53.822 [info] [LanguageServerHost] [05:44:53.819][Start]workspace/diagnostic
2024-12-22 14:44:53.823 [info] [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: enc) started getting diagnostics
2024-12-22 14:44:53.823 [info] [LanguageServerHost] previousResults.Length=0
2024-12-22 14:44:53.824 [info] [LanguageServerHost] Processing 0 documents
2024-12-22 14:44:53.850 [info] [LanguageServerHost] Request did not contain a textDocument, using default language handler
2024-12-22 14:44:53.850 [info] [LanguageServerHost] [05:44:53.849][Start]workspace/diagnostic
2024-12-22 14:44:53.851 [info] [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: HotReloadDiagnostics) started getting diagnostics
2024-12-22 14:44:53.851 [info] [LanguageServerHost] previousResults.Length=0
2024-12-22 14:44:53.851 [info] [LanguageServerHost] Processing 0 documents
2024-12-22 14:44:54.260 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:54.260 [info] [LanguageServerHost] [05:44:54.260][Start]codeAction/resolve
2024-12-22 14:44:54.318 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:54.319 [info] [LanguageServerHost] [05:44:54.317][Start]textDocument/documentHighlight
2024-12-22 14:44:54.331 [info] [LanguageServerHost] [05:44:54.329][End]textDocument/documentHighlight
2024-12-22 14:44:54.518 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:54.519 [info] [LanguageServerHost] [05:44:54.518][Start]textDocument/codeLens
2024-12-22 14:44:54.519 [info] [LanguageServerHost] [05:44:54.518][End]textDocument/codeLens
2024-12-22 14:44:54.524 [info] [Error - 2:44:54 PM] [LanguageServerHost] System.InvalidOperationException: The solution does not contain the specified document.
at Microsoft.CodeAnalysis.Solution.WithDocumentSyntaxRoots(ImmutableArray`1 syntaxRoots, PreservationMode mode) in /_/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs:line 1351
at Microsoft.CodeAnalysis.Solution.WithDocumentSyntaxRoot(DocumentId documentId, SyntaxNode root, PreservationMode mode) in /_/src/Workspaces/Core/Portable/Workspace/Solution/Solution.cs:line 1346
at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.UpdateReferencesInDocumentAsync(Solution updatedSolution, Document originalDocument, IEnumerable`1 references, ImmutableDictionary`2 propertyToBackingField, String desiredGetMethodName, String desiredSetMethodName, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 234
at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.UpdateReferencesAsync(Solution updatedSolution, ILookup`2 referencesByDocument, ImmutableDictionary`2 propertyToBackingField, String desiredGetMethodName, String desiredSetMethodName, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 209
at Microsoft.CodeAnalysis.ReplacePropertyWithMethods.ReplacePropertyWithMethodsCodeRefactoringProvider.ReplacePropertyWithMethodsAsync(Document document, IPropertySymbol propertySymbol, CancellationToken cancellationToken) in /_/src/Features/Core/Portable/ReplacePropertyWithMethods/ReplacePropertyWithMethodsCodeRefactoringProvider.cs:line 108
at Microsoft.CodeAnalysis.CodeActions.CodeAction.ComputeOperationsAsync(IProgress`1 progress, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs:line 307
at Microsoft.CodeAnalysis.CodeActions.CodeAction.GetOperationsCoreAsync(Solution originalSolution, IProgress`1 progress, CancellationToken cancellationToken) in /_/src/Workspaces/Core/Portable/CodeActions/CodeAction.cs:line 244
at Microsoft.CodeAnalysis.LanguageServer.Handler.CodeActionResolveHandler.HandleRequestAsync(CodeAction codeAction, RequestContext context, CancellationToken cancellationToken) in /_/src/LanguageServer/Protocol/Handler/CodeActions/CodeActionResolveHandler.cs:line 91
at Microsoft.CommonLanguageServerProtocol.Framework.QueueItem`1.StartRequestAsync[TRequest,TResponse](TRequest request, TRequestContext context, IMethodHandler handler, String language, CancellationToken cancellationToken)
2024-12-22 14:44:54.529 [info] [Error - 2:44:54 PM] Request codeAction/resolve failed.
2024-12-22 14:44:54.529 [info] Message: The solution does not contain the specified document.
Code: -32000
[object Object]
2024-12-22 14:44:54.532 [info] [LanguageServerHost] [05:44:54.527][End]codeAction/resolve
2024-12-22 14:44:54.575 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:54.576 [info] [LanguageServerHost] [05:44:54.575][Start]textDocument/codeAction
2024-12-22 14:44:54.783 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:54.785 [info] [LanguageServerHost] [05:44:54.782][Start]codeLens/resolve
2024-12-22 14:44:54.786 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:54.787 [info] [LanguageServerHost] [05:44:54.782][Start]codeLens/resolve
2024-12-22 14:44:54.788 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:54.789 [info] [LanguageServerHost] [05:44:54.784][Start]codeLens/resolve
2024-12-22 14:44:54.790 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:54.790 [info] [LanguageServerHost] [05:44:54.786][Start]codeLens/resolve
2024-12-22 14:44:54.791 [info] [LanguageServerHost] K:\Users\Puroweso\Documents\GAME\ChessLike\Godot\Display\UI\Pause.cs found in workspace Host
2024-12-22 14:44:54.792 [info] [LanguageServerHost] [05:44:54.788][Start]codeLens/resolve
2024-12-22 14:44:54.813 [info] [LanguageServerHost] [05:44:54.809][End]codeLens/resolve
2024-12-22 14:44:54.814 [info] [LanguageServerHost] [05:44:54.809][End]codeLens/resolve
2024-12-22 14:44:54.819 [info] [LanguageServerHost] [05:44:54.817][End]codeLens/resolve
2024-12-22 14:44:54.838 [info] [LanguageServerHost] [05:44:54.837][End]codeLens/resolve
2024-12-22 14:44:54.839 [info] [LanguageServerHost] [05:44:54.837][End]codeLens/resolve
2024-12-22 14:44:54.846 [info] [LanguageServerHost] [05:44:54.844][End]textDocument/codeAction
Environment information
VSCode version: 1.96.2 C# Extension: 2.55.29 Using OmniSharp: false
Type: Bug
Issue Description
Quick fix "Replace PROPERTYNAMEHERE with method" results in the popup error "Request codeAction/resolve failed Source: C#"
I have tried rolling back version control to versions where this DID work to no avail.
Steps to Reproduce
public string Text {get; set;}
Replace 'Text' with methods
.Expected Behavior
The aciton to be carried out as described.
Actual Behavior
The document remains unmodified and the error pops up.
(Do note that i did try this exact line in various other documents, including fresh ones.)
Logs
C# log
C# LSP Trace Logs
Environment information
VSCode version: 1.96.2
C# Extension: 2.55.29
Using OmniSharp: false
Dotnet Information
.NET SDK: Version: 8.0.403 Commit: c64aa40a71 Workload version: 8.0.400-manifests.18f19b92 MSBuild version: 17.11.9+a69bbaaf5Runtime Environment:
OS Name: Windows
OS Version: 10.0.19044
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\8.0.403\
.NET workloads installed:
Configured to use loose manifests when installing new manifests.
There are no installed workloads to display.
Host:
Version: 8.0.10
Architecture: x64
Commit: 81cabf2857
.NET SDKs installed:
8.0.403 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.10 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.10 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 8.0.10 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Visual Studio Code Extensions
Extension version: 2.55.29
VS Code version: Code 1.96.2 (fabdb6a30b49f79a7aba0f2ad9df9b399473380f, 2024-12-19T10:22:47.216Z)
OS version: Windows_NT x64 10.0.19044
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: unavailable_software
webnn: unavailable_software
A/B Experiments
The text was updated successfully, but these errors were encountered: