Morten Grøtan

Results 4 issues of 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: ![image](https://user-images.githubusercontent.com/9464822/57139043-78d0c700-6db4-11e9-8908-ad58096f9d6e.png) I suggest to disable output of this...