v3.3.0
Toolchain modernization release (#26).
Breaking changes
StackTraceDeminifierFactoryis now astaticclass; its implicit public constructor was removed. Documented usage (StackTraceDeminifierFactory.GetStackTraceDeminifier(...)) is unaffected.
Changes
- .NET 10 SDK baseline (
global.json); solution migrated to.slnx. - Tests run on Microsoft.Testing.Platform; targets
net462;net8.0;net9.0;net10.0. - SDK-style packaging (
dotnet pack) with embedded debug symbols (no.snupkg); SourceLink + reproducible builds. - Polyfills via Meziantou.Polyfill (replacing PolySharp).
- Dependencies updated:
esprima 3.0.6,System.Text.Json 8.0.5, NUnit 4.6.1, analyzers, SourceLink 10. - Added AsyncFixer and Meziantou.Analyzer with the full rule set enabled.
Package
SourceMapTools 3.3.0— targetsnetstandard2.0; depends onesprima 3.0.6andSystem.Text.Json 8.0.5.