File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2323 name : Setup .NET SDK
2424 uses : actions/setup-dotnet@v4
2525 with :
26- global-json-file : global.json
26+ dotnet-version : |
27+ 8.0.x
28+ 9.0.x
2729 -
2830 name : ' Qodana Scan'
2931
Original file line number Diff line number Diff line change 55 " src"
66 ],
77 "sdk" : {
8- "version" : " 9.0.304"
8+ "version" : " 9.0.304" ,
9+ "rollForward" : " latestMajor"
910 }
1011}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version: "1.0"
66# Specify inspection profile for code analysis
77profile :
88 name : qodana.starter
9- linter : jetbrains/qodana-cdnet:latest
9+ linter : jetbrains/qodana-cdnet:2025.1-eap
1010include :
1111 - name : ConvertIfStatementToReturnStatement
1212 - name : ConvertIfStatementToConditionalTernaryExpression
You can’t perform that action at this time.
0 commit comments