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
OC uses globalization features in .NET by default, so we can't change it by default. Our sample csproj should not disable it.
If you have the need to not install ICU packages, then you also need to set this property on your own csproj copy, or set it in other ways documented here.
Is your feature request related to a problem?
This is related to how Orchard Core will run into problem when new user of OC just follows exactly the Docker tutorial: https://docs.orchardcore.net/en/main/topics/docker/
This is related to the missing of InvariantGlobalization in the current csproj, as pointed out in this pull request "Add InvariantGlobalization to csproj #16873".
Describe the solution you'd like
Should we add a piece of information on the tutorial page telling the new users to remember to add the following to the csproj?
Describe alternatives you've considered
This should not be needed once the pull request "Add InvariantGlobalization to csproj #16873" is approved.
The text was updated successfully, but these errors were encountered: