opentap / OpenTap.Python

Python integration for OpenTAP
Apache License 2.0
20 stars 6 forks source link

Sometimes OpenTap.Python.dll cannot be loaded #176

Closed rmadsen-ks closed 3 months ago

rmadsen-ks commented 3 months ago

We are not sure why this happens, but the solution is probably to avoid building with an invalid natural language set.

08:46:12.898     Searcher     Skipping assembly 'OpenTap.Python.dll'. Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name')en is an invalid culture identifier.
08:46:12.899     Searcher     CultureNotFoundException: Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name')en is an invalid culture identifier.
08:46:12.903     Searcher     at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride)