Andrew Hall
Andrew Hall
This issue wasn't assigned to anyone and looks to have been missed. For those still hitting the issue, I have some follow up questions: 1. How frequent is it happening?...
@TrieBr I know we've had issues with linux around the number of file watchers, that may be the culprit for that particular case. It's good to know they might be...
> I managed to break the Windows one by switching to pre-release C# extension (switching back to stable also remains broken now). Does deleting the obj folder(s) fix this issue?...
This is because of formatting done by Roslyn. Razor emits code like ```csharp // some global usings namespace MyRazorApp { // @using System using System; // note indentation (or lack...
Correct. I got prioritized with other work but hoping to fix this in the 17.12 time frame with https://github.com/dotnet/razor/pull/10334
@LuckyKang79 when you say debugging stops, do you mean that the application crashes?
@thaystg were you able to reproduce this? @LuckyKang79 are you seeing any messages other than the Authorization Failed messages?
I see, the main concern is that `nameof` is not a reserved word in C#. > Alternatively, we could just generate some extra code for IDE support (maybe a method...
> > is geared towards minimizing edits for interactive rendering > > I'm not sure I understand what this means, but in any case the code generation I'm talking about...
❓are there any quick and easy ones for those not directly working on cohosting to fill a few hours and get used to the new design?