forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
34 lines (27 loc) · 1.33 KB
/
readme.txt
File metadata and controls
34 lines (27 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--------------------------------------------------------------------------------
README file for JS Engine Switcher: MS Dependency Injection v3.24.0
--------------------------------------------------------------------------------
Copyright (c) 2013-2024 Andrey Taritsyn - http://www.taritsyn.ru
===========
DESCRIPTION
===========
JavaScriptEngineSwitcher.Extensions.MsDependencyInjection contains extension
methods for adding the JS engine switcher in an `IServiceCollection`.
=============
RELEASE NOTES
=============
1. `AddJsEngineSwitcher(Action<IJsEngineSwitcher>)` and
`AddJsEngineSwitcher(IJsEngineSwitcher, Action<IJsEngineSwitcher>)`
extension methods are replaced by new methods accordingly:
`AddJsEngineSwitcher(Action<JsEngineSwitcherOptions>)` and
`AddJsEngineSwitcher(IJsEngineSwitcher, Action<JsEngineSwitcherOptions>)`;
2. `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.
=============
DOCUMENTATION
=============
See documentation on GitHub -
http://github.com/Taritsyn/JavaScriptEngineSwitcher