Skip to content

v3.3.0

Choose a tag to compare

@MaceWindu MaceWindu released this 10 Jun 23:21
· 2 commits to release since this release

Toolchain modernization release (#26).

Breaking changes

  • StackTraceDeminifierFactory is now a static class; 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 — targets netstandard2.0; depends on esprima 3.0.6 and System.Text.Json 8.0.5.