You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In JavaScriptEngineSwitcher.ChakraCore was explicitly specified charset in the JsCreateString, JsCopyString and JsCreatePropertyId methods of NativeMethods class
<PackageReleaseNotes>1. In the `NativeMethods` class for the `netstandard` and `netcoreapp` targets was changed a calling convention from `StdCall` to `Cdecl`;
27
-
2. Added a `netcoreapp2.1` target.</PackageReleaseNotes>
27
+
2. Charset was explicitly specified in the `JsCreateString`, `JsCopyString` and `JsCreatePropertyId` methods of `NativeMethods` class;
28
+
3. Added a `netcoreapp2.1` target.</PackageReleaseNotes>
0 commit comments