Taritsyn / JavaScriptEngineSwitcher

JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScript engine.
Apache License 2.0
439 stars 49 forks source link

Warning NETSDK1187 #117

Closed yodasad closed 6 months ago

yodasad commented 6 months ago

Hello!

This warning is generated during package restore:

Warning NETSDK1187 Package JavaScriptEngineSwitcher.V8 3.17.1 has a resource with the locale 'ru-ru'. This locale has been normalized to the standard format 'ru-RU' to prevent casing issues in the build. Consider notifying the package author about this casing issue.

Taritsyn commented 6 months ago

Hello!

This error has been fixed in version 3.19.0.

yodasad commented 6 months ago

@Taritsyn , thank you!

Our project depends on this library transitively through another NuGet package BlazorPolyfill.Server, that's why NuGet does not show there is an update.