Upgrade to .NET 10, refresh dependencies, runtime-adjustable MaxMisses (v1.11.0)#7
Merged
Merged
Conversation
- Retarget all projects to net10.0; add central package management (Directory.Packages.props) and shared build props (Directory.Build.props). - Update dependencies to latest stable; drop redundant System.Drawing.Common and Microsoft.SourceLink.GitHub (now bundled in the SDK). - Migrate System.CommandLine beta4 -> 2.0 GA; enable nullable reference types and modern C# constructs across the codebase. - SortTracker.MaxMisses is now settable at runtime (occlusion gap can be adjusted between frames); add covering test. - Bump version to 1.11.0; update CI to .NET 10 and actions v4. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Prepares the v1.11.0 release.
.NET 10 upgrade & modernization
net10.0.Directory.Packages.props) and sharedDirectory.Build.props(ImplicitUsings,Nullable,LangVersion=latest).System.CommandLinebeta4 → 2.0 GA; move to the MSTest meta-package.System.Drawing.Common(onlySystem.Drawing.Primitivestypes are used — ship in the shared framework, removes a Windows-only dep) andMicrosoft.SourceLink.GitHub(bundled in the .NET 8+ SDK).TryGetValue, top-level statements in the evaluator).setup-dotnet@v4,checkout@v4,10.0.x); add a package README.Feature: runtime-adjustable occlusion gap
SortTracker.MaxMisseschanged fromget; private init;→get; set;. It's read on everyTrack(..)call, so the new value applies on the next frame. Added covering test.Notes
1.11.0.