-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssembly
Description
If you believe you have an issue that affects the security of the platform please do NOT create an issue and instead email your issue details to secure@microsoft.com. Your report may be eligible for our bug bounty but ONLY if it is reported through email.
Describe the bug
Blazor Client Side (Wasm), Crashes for Arabic/Farsi Google Chrome Localization, when using DateTime even though its converted to string.
there should be a global way in startup file to ignore localizations.
To Reproduce
Steps to reproduce the behavior:
- Using this version of ASP.NET Core '3.0.100'
- Run Blazor Client Side Wasm with Arabic or Farsi Google Chrome Localization.
- Use Datetime.ToShortString(); somewhere.
- See error
Expected behavior
Not A Valid Calendar for the given culture in F12: Developer Tools -> Console
[Screenshots]
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-blazor-wasmThis issue is related to and / or impacts Blazor WebAssemblyThis issue is related to and / or impacts Blazor WebAssembly
