Meinrad Recheis
Meinrad Recheis
I can confirm that the build script builds the test projects fine on windows
Works well, tried InteractiveAuto. This has nothing to do with this PR, but I noticed that for small screen sizes the Menu disappears entirely. 
In InteractivityAuto_AllInteractive it shows the burger menu which eventually works after a delay of 10 seconds or so 
I notice that in `InteractivityNone` there is no .sln file, just a csproj file.
I stumbled upon an exception on clicking the weather nav link in the `InteractivityServer` example. ``` System.InvalidOperationException: A component of type 'InteractivityServer.Components.Pages.Weather' has render mode 'InteractiveAutoRenderMode', but the required endpoints...
The weather page in `InteractivityServer_AllInteractive` works
``` On the other hand, if you choose the "Per page/component" Interactivity Location, it is necessary to include the component on every interactive page. ``` This sentence should be fixed.
Btw, this is the first time I check any of the Auth examples. The `InteractivityAuto_UseMain` looks like any other example, where is the auth? Edit: Oops I can't read. It...
Not from my side.
Thanks a lot, this is an excellent example on how to write a custom plugin ;)