Skip to content
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

Snapshot file name is not in format InvariantCulture #77

Closed
nscheibe opened this issue Jan 26, 2020 · 0 comments · Fixed by #78
Closed

Snapshot file name is not in format InvariantCulture #77

nscheibe opened this issue Jan 26, 2020 · 0 comments · Fixed by #78

Comments

@nscheibe
Copy link
Member

The snapshot file name is culture info sensitive. This means the file names of the snapshots can be different on systems with different culture info configured (de, en, ch....). This should not be, because the name of the snapshot file must be always the same, not depending on the configured system.

I propose to have the snapshot name always in the culture info "invariant" (CultureInfo.InvariantCulture). Therefore the name of the snapshot is everywhere the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant