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
Running dotnet format for .NET 9 preview 3 outputs errors similar to the following:
Failed to apply code fix CSharpRemoveUnnecessaryImportsCodeFixProvider for IDE0005: Unable to load one or more of the requested types.
Method not found: 'Boolean Microsoft.CodeAnalysis.IParameterSymbol.get_IsParamsArray()'.
❯ dotnet formatFailed to apply code fix CSharpFormattingCodeFixProvider for IDE0055: Unable to load one or more of the requested types.Method not found: 'Boolean Microsoft.CodeAnalysis.IParameterSymbol.get_IsParamsArray()'.Failed to apply code fix CSharpFormattingCodeFixProvider for IDE0055: Unable to load one or more of the requested types.Method not found: 'Boolean Microsoft.CodeAnalysis.IParameterSymbol.get_IsParamsArray()'.Failed to apply code fix CSharpFormattingCodeFixProvider for IDE0055: Unable to load one or more of the requested types.Method not found: 'Boolean Microsoft.CodeAnalysis.IParameterSymbol.get_IsParamsArray()'.Failed to apply code fix CSharpFormattingCodeFixProvider for IDE0055: Unable to load one or more of the requested types.Method not found: 'Boolean Microsoft.CodeAnalysis.IParameterSymbol.get_IsParamsArray()'.Failed to apply code fix CSharpFormattingCodeFixProvider for IDE0055: Unable to load one or more of the requested types.Method not found: 'Boolean Microsoft.CodeAnalysis.IParameterSymbol.get_IsParamsArray()'.Failed to apply code fix CSharpFormattingCodeFixProvider for IDE0055: Unable to load one or more of the requested types.Method not found: 'Boolean Microsoft.CodeAnalysis.IParameterSymbol.get_IsParamsArray()'.Failed to apply code fix CSharpFormattingCodeFixProvider for IDE0055: Unable to load one or more of the requested types.Method not found: 'Boolean Microsoft.CodeAnalysis.IParameterSymbol.get_IsParamsArray()'.
Further technical details
.NET SDK 9.0.100-preview.3.24204.13
The text was updated successfully, but these errors were encountered:
Describe the bug
Running
dotnet format
for .NET 9 preview 3 outputs errors similar to the following:To Reproduce
dotnet format
from the root of the repostory.Exceptions (if any)
Further technical details
.NET SDK
9.0.100-preview.3.24204.13
The text was updated successfully, but these errors were encountered: