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
After the upgrade to dotnet 6, the dotnet format tool is not working.
Motivation for or Use Case
Reproduce the error
Run dotnet format --verify-no-changes
Error:
Unhandled exception: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'Microsoft.CodeAnalysis.CSharp, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. O sistema não pode encontrar o arquivo especificado.
Overview of the issue
After the upgrade to dotnet 6, the
dotnet format
tool is not working.Motivation for or Use Case
Reproduce the error
Run
dotnet format --verify-no-changes
Error:
Related issues
dotnet/format#1519
Suggest a Fix
Waiting for a fix to un-comment lines on file https://github.com/jhipster/jhipster-dotnetcore/blob/main/test-integration/scripts/09-verify-format.sh
JHipster Version(s)
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
The text was updated successfully, but these errors were encountered: