-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 projects to target dotnet 9 #1057
base: develop
Are you sure you want to change the base?
Conversation
C# Unit Tests90 tests ±0 82 ✅ - 8 16s ⏱️ +11s For more details on these failures, see this check. Results for commit dc17b73. ± Comparison against base commit 022f8b5. ♻️ This comment has been updated with latest results. |
Curious what the benefit of moving to .NET 9 is, specifically. Is it the HybridWebView control in MAUI that we want to use? Or is this just on general principles of keeping up with the latest .NET version? |
It's just keeping up with the latest version as it comes out, in my mind we should always be on latest unless there's a specific reason not to be. |
# Conflicts: # .github/workflows/lexbox-api.yaml # backend/FwLite/FwDataMiniLcmBridge/FwDataMiniLcmBridge.csproj # backend/FwLite/FwLiteProjectSync/FwLiteProjectSync.csproj # backend/FwLite/LcmCrdt/LcmCrdt.csproj # backend/FwLite/MiniLcm/MiniLcm.csproj
.NET 9 is now officially released. It hasn't shown up in the Ubuntu repositories yet, but that's only a matter of time. |
# Conflicts: # backend/FwLite/FwDataMiniLcmBridge/FwDataMiniLcmBridge.csproj # backend/FwLite/LcmCrdt/LcmCrdt.csproj # backend/FwLite/LocalWebApp/LocalWebApp.csproj
# Conflicts: # .github/workflows/fw-lite.yaml # backend/FwLite/LocalWebApp/Routes/HistoryRoutes.cs # backend/FwLite/MiniLcm.Tests/MiniLcm.Tests.csproj # backend/FwLite/MiniLcm/MiniLcm.csproj # backend/harmony
…it/VsTestRunner2/netcoreapp' were found. Ignoring adapter 'Xunit.Runner.VisualStudio.VsTestRunner'. Please uninstall the conflicting adapter(s) to avoid this warning.'
…net test from finding any tests
looks like our current test failure is running into this bug |
No description provided.