-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
78 menyxml should be the same when generated on linux and on windows #79
78 menyxml should be the same when generated on linux and on windows #79
Conversation
The mac trailing space: foreach (var item in System.IO.Directory.GetFiles(path)) yields: windows: macos: Since just alias means alias_defaultLanguage, there are 2 english alias files, and they are applied in different order on windows and macos. Alternatives:
One of the two alias files should perhaps be removed or commented that this is not best practice. |
I lack experience but it may look like it's a common practice to have duplicate files https://github.com/statisticssweden/PxWeb/tree/master/PXWeb/Resources/PX/Databases/Example/alias Anyway, can't we just sort the files ref https://learn.microsoft.com/en-us/dotnet/api/system.io.directory.getfiles?view=net-6.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comment
Slashes and datetime-format should be ok now
What to do with ordering ... see issue ...