-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to dotnet 9 #1257
update to dotnet 9 #1257
Conversation
It's better to avoid the artifact changes to make easier the review |
|
Now UT won't run successfully, can you help with the modification. @shargon |
Seems that coverage it's failing |
Now, out of 935 UT, 3 UTs are running failing (in my PC)
|
UT failures at DecimalUsageAnalyzerUnitTests.cs seems to be \r\n and \n disputes only. |
In |
We should revert net9 in core |
this limitation is way too large than what we enable~~ |
This will not be merged untill dotnet9 is stable enough, at least until next verison where biginteger issue can be fixed. |
.github/workflows/main.yml
Outdated
@@ -6,7 +6,7 @@ on: | |||
pull_request: | |||
|
|||
env: | |||
DOTNET_VERSION: 8.0.x | |||
DOTNET_VERSION: 9.0.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Force SDK SDK 9.0.102 and check results
Include="..\Neo.ConsoleService\Neo.ConsoleService.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" /> | ||
<PackageReference Include="MSTest.TestAdapter" Version="3.5.0" /> | ||
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
17.12.4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* master: fix: always check division overflow for int32 and int64 (#1287) Fix: some compiler warnings (#1288) use INC DEC (#1286) Update neo (#1285) Update: keep same sdk version with 'neo' (#1284) partially fix return in try; optimizer replaces JMP->ENDTRY with only ENDTRY (#1283) update to dotnet 9 (#1257) Added some styles (#1280) [`Fix`]: `checked(-x)` if x is int or long (#1281) Fix continue and goto (#1282) # Conflicts: # tests/Neo.Compiler.CSharp.UnitTests/TestingArtifacts/Contract_Types_BigInteger.cs
No description provided.