dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.2k stars 168 forks source link

Use ParameterView for setting parameters #453

Open Dreamescaper opened 2 years ago

Dreamescaper commented 2 years ago

Fixes #452 . I had to remove unit tests, because there's nothing unit-testable left.

I've noticed another issue while working on this issue - Shell navigation with 'double' parameters fails for me on Windows with Ukrainian locale. So I've changed parsing to be culture invariant.