Skip to content

v3.3.0

Latest

Choose a tag to compare

@Taritsyn Taritsyn released this 17 Feb 14:48

Version: 3.3.0
Published: 2/17/2026
Change Set: 7c18d7c
NuGet Package MsieJavaScriptEngine

  • Optimized a memory usage in the ReflectionHelpers.GetBestFitMethod method
  • Added support for .NET Standard 2.1 and .NET 10
  • Performed a migration to the modern C# null/not-null checks
  • In the lock statements for .NET 10 target now uses a instances of the System.Threading.Lock class
  • Reduced a memory allocation by using collection expressions
  • The value of a read-only field in an embedded object or type can no longer be changed