JavaScriptEngineSwitcher.Core 3.0.0

JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .NET, Microsoft ClearScript.V8, Jurassic, Jint, ChakraCore, VroomJs and NiL.JS). This library allows you to quickly and easily switch to using of another JavaScript engine.

Showing the top 20 packages that depend on JavaScriptEngineSwitcher.Core.

Packages Downloads
JavaScriptEngineSwitcher.Msie
JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .Net (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9 and above on a server.
13
JavaScriptEngineSwitcher.Msie
JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .Net (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9 and above on a server.
14
JavaScriptEngineSwitcher.Msie
JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .Net (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9+ or Microsoft Edge on the machine.
13
JavaScriptEngineSwitcher.Vroom
JavaScriptEngineSwitcher.Vroom contains adapter `VroomJsEngine` (wrapper for the VroomJs (http://github.com/pauldotknopf/vroomjs-core) version 1.2.3 with support of V8 version 3.17.16.2). For correct working of the VroomJs on Windows require assemblies `msvcr110.dll` from the Visual C++ Redistributable for Visual Studio 2012 and `msvcp140.dll` from the Microsoft Visual C++ 2015 Redistributable.
13
JavaScriptEngineSwitcher.Vroom
JavaScriptEngineSwitcher.Vroom contains adapter `VroomJsEngine` (wrapper for the VroomJs (http://github.com/pauldotknopf/vroomjs-core) version 1.2.3 with support of V8 version 3.17.16.2). For correct working of the VroomJs on Windows require the Visual C++ Redistributable for Visual Studio 2012 and Microsoft Visual C++ 2015 Redistributable.
13
JavaScriptEngineSwitcher.Vroom
JavaScriptEngineSwitcher.Vroom contains adapter `VroomJsEngine` (wrapper for the VroomJs (http://github.com/pauldotknopf/vroomjs-core) version 1.2.3 with support of V8 version 3.17.16.2). For correct working of the VroomJs on Windows require the Visual C++ Redistributable for Visual Studio 2012 and Microsoft Visual C++ 2015 Redistributable.
14
JSPool
JSPool facilitates easy integration of JavaScript scripting into a .NET application in a scalable and performant manner. It does so by creating a pool of engines that can be reused multiple times, making it easy to use JavaScript libraries that have long initialisation times without having to create a new engine every time.
13
JSPool
JSPool facilitates easy integration of JavaScript scripting into a .NET application in a scalable and performant manner. It does so by creating a pool of engines that can be reused multiple times, making it easy to use JavaScript libraries that have long initialisation times without having to create a new engine every time.
14
JSPool
JSPool facilitates easy integration of JavaScript scripting into a .NET application in a scalable and performant manner. It does so by creating a pool of engines that can be reused multiple times, making it easy to use JavaScript libraries that have long initialisation times without having to create a new engine every time. See https://dan.cx/projects/jspool for usage instructions.
13
JSPool
JSPool facilitates easy integration of JavaScript scripting into a .NET application in a scalable and performant manner. It does so by creating a pool of engines that can be reused multiple times, making it easy to use JavaScript libraries that have long initialisation times without having to create a new engine every time. See https://dan.cx/projects/jspool for usage instructions.
14
JSPool
JSPool facilitates easy integration of JavaScript scripting into a .NET application in a scalable and performant manner. It does so by creating a pool of engines that can be reused multiple times, making it easy to use JavaScript libraries that have long initialisation times without having to create a new engine every time. See https://dan.cx/projects/jspool for usage instructions.
16

  1. In the JsEngineSwitcher class a Instance property was renamed to the Current property;
  2. Now you can implement your own version of the JsEngineSwitcher class;
  3. Format of the error messages was unified;
  4. Created a new exception classes: JsCompilationException, JsEngineException, JsFatalException, JsInterruptedException, JsTimeoutException, JsScriptException and JsUsageException. These exceptions are responsible for handling errors, some of which were previously handled by the JsRuntimeException class;
  5. In the JsException class was added two new properties: Category and Description;
  6. From the JsRuntimeException class was removed one property - ErrorCode;
  7. In the JsRuntimeException class was added three new properties: Type, DocumentName and CallStack;
  8. JsEngineLoadException class now is inherited from the JsEngineException class;
  9. Removed a EmptyValueException class;
  10. Format method of the JsErrorHelpers class was renamed to the GenerateErrorDetails;
  11. Part of the auxiliary code was moved to external libraries: PolyfillsForOldDotNet and AdvancedStringBuilder;
  12. In IJsEngine interface was added two new properties: SupportsScriptInterruption and SupportsScriptPrecompilation, and four new methods: Interrupt, Precompile, PrecompileFile and PrecompileResource;
  13. Added support of .NET Standard 2.0.

.NET Framework 4.0

.NET Framework 4.5

.NET Standard 1.3

.NET Standard 2.0

Version Downloads Last updated
3.24.1 10 18.02.2025
3.24.0 8 18.02.2025
3.21.0 9 18.02.2025
3.19.0 9 21.02.2025
3.3.0 14 18.02.2025
3.1.0 11 17.02.2025
3.0.0 14 07.02.2025
3.0.0-rc2 7 21.02.2025
3.0.0-rc1 8 18.02.2025
3.0.0-beta9 9 18.02.2025
3.0.0-beta4 9 19.02.2025
3.0.0-beta3 9 22.02.2025
3.0.0-beta1 9 20.02.2025
3.0.0-alpha9 9 22.02.2025
3.0.0-alpha6 8 18.02.2025
3.0.0-alpha2 9 21.02.2025
3.0.0-alpha1 10 19.02.2025
2.4.10 8 20.02.2025
2.4.9 13 18.02.2025
2.4.0 12 18.02.2025
2.2.0 13 19.02.2025
2.1.2 16 17.02.2025
2.0.3 11 20.02.2025
2.0.0 13 20.02.2025
2.0.0-beta1 7 18.02.2025
2.0.0-alpha1 8 19.02.2025
1.5.0 11 19.02.2025
1.5.0-beta1 8 18.02.2025
1.5.0-alpha1 12 21.02.2025
1.2.4 12 19.02.2025
1.2.0 14 18.02.2025
1.1.3 13 19.02.2025
1.1.0 13 18.02.2025
1.0.0 13 18.02.2025
0.9.5 14 18.02.2025
0.9.2 15 18.02.2025