chore: update dependencies and build tooling - #370
Open
niemyjski wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
net8.0andnet9.0Microsoft.Extensions references on their matching major lines while updating each to its latest supported releaseSecurity and provenance
dotnet list Exceptionless.Net.Windows.slnx package --vulnerable --include-transitive: no vulnerable packagesdotnet list Exceptionless.Net.Windows.slnx package --deprecated --include-transitive: no deprecated packagesosv-scanner scan source --recursive .: no issues across all 28 manifests, including the legacy MVCpackages.configValidation
dotnet build --configuration Release Exceptionless.Net.NonWindows.slnx: succeeded, 0 warningsdotnet test --configuration Release --no-build Exceptionless.Net.NonWindows.slnx: 310 passed, 18 existing skipsnet462,net472,net8.0,net9.0, andnet10.0: succeeded, 0 warningsnet462, 0 warningsSample runtime boundary
The legacy MVC, WCF, and Web Forms samples were attempted but require Visual Studio WebApplication targets and .NET Framework developer packs that are unavailable on macOS. ASP.NET Core and Blazor dev-host startup stalls were reproduced unchanged on untouched
origin/main, so they are pre-existing runtime/toolchain behavior rather than regressions from this branch.Coordination
This consolidates and supersedes the package updates in #361, #362, #363, #364, and #365. Open feature PRs #367 and #368 were inspected but intentionally not absorbed because their MAUI and serializer/DI changes are not on
main; #368 will have a smallsrc/Exceptionless/Exceptionless.csprojrebase overlap.