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
@Malevrovich Thanks for your response. Running lint with DOTNET_ROLL_FORWARD=latestMajor fails for me in a different way:
❯ movableink/scratch/fsharplint-9.0 dotnet build src/Library/Library.fsproj
Restore complete (0.2s)
Library succeeded (0.1s) → src/Library/bin/Debug/net9.0/Library.dll
Build succeeded in 0.7s
❯ movableink/scratch/fsharplint-9.0 set DOTNET_ROLL_FORWARD=latestMajor
❯ movableink/scratch/fsharplint-9.0 dotnet fsharplint lint src/Library/Library.fsproj
Lint failed to parse files. Failed with: Type check failed. You might want to build your solution/project first and try again.
Type check failed. You might want to build your solution/project first and try again.
Type check failed. You might want to build your solution/project first and try again.
Are you able to successfully lint a project targeting .NET 9? Does the minimal reproduction in my initial post work for you?
Description
We have been using FSharpLint with a .NET project targeting .NET version
8.0.401
.After upgrading our project to .NET version
9.0.101
, FSharpLint no longer works.Repro steps
Working correctly with .NET 8.0:
Failing for a project targeting .NET 9.0:
Expected behavior
Ability to successfully lint projects targeting latest .NET version.
Actual behavior
Not able to lint projects targeting latest .NET version.
Related information
The text was updated successfully, but these errors were encountered: