Skip to content

v3.24.0

Compare
Choose a tag to compare
@Taritsyn Taritsyn released this 06 Feb 19:48
· 47 commits to master since this release

Version: 3.24.0
Published: 2/6/2024
Change Set: e9a49c1

  • In the JsEngineSwitcher class was added the AllowCurrentProperty property (default true)
  • In JavaScriptEngineSwitcher.Extensions.MsDependencyInjection:
    • AddJsEngineSwitcher(Action<IJsEngineSwitcher>) and AddJsEngineSwitcher(IJsEngineSwitcher, Action<IJsEngineSwitcher>) extension methods are replaced by new methods accordingly: AddJsEngineSwitcher(Action<JsEngineSwitcherOptions>) and AddJsEngineSwitcher(IJsEngineSwitcher, Action<JsEngineSwitcherOptions>)
    • AllowCurrentProperty property of JsEngineSwitcherOptions class allows to forbid usage of the JsEngineSwitcher.Current property. This feature can be used to fix a error #115 “Concurrency issue when initializing JS engine switcher in startup”. Special thanks to Ville Häkli

NuGet Packages

Core