Morten Grøtan
Morten Grøtan
There is at least one breaking change in this patch(!) release, where the "BootstrapperBase.DisplayRootViewFor" method has been (correctly) renamed to "DisplayRootViewFor**Async**". Such a change belongs in a major version update,...
**Describe the bug** When performing actions, you get a notification banner in the top right corner. Previously, these banners stayed there for a few seconds, then faded away automatically. But...
If you have a statement like this: ``` from something in listOfSomething where something is Stuff select something as Stuff ``` then you get a syntax error on the "select"...
If you have run both `csp.SetUpgradeInsecureRequests();` and `csp.SetReportOnly();`, a warning will be shown in the console of dev tools in the browser:  I suggest to disable output of this...