Sour
Sour
Kicking up the dust about this. The comments from the [LDM 2022-03-09 meeting](https://github.com/dotnet/csharplang/blob/main/meetings/2022/LDM-2022-03-09.md#main-attributes) focused on the `[STAThread]` for WinForms and the unlikelihood that users need to apply it. A better...
@svick, this approach works if you're expecting to use preview features throughout one project. My scenario is that my library also utilizes `false` to not force dependent projects that aren't...
@333fred Works like a charm! 🎉🥳I missed the memo that top-level statements creates a `partial class Program { }` behind the scenes somewhere. ``` #if NET6_0_OR_GREATER using System.Runtime.Versioning; [RequiresPreviewFeatures] partial...
In full support of this thread. It's the 1+ VS has over Code. Can't imagine how much time I lost over the years to reorder target framework first, restart Omnisharp,...
I tried a cheap workaround by just copying nanoff.dll to the folder, but it's now complaining that hostpolicy.dll is missing too. I'll just stick to an older version that's working...
@josesimoes 
@OaimIsGnay I'm using 1.0.98 until this is resolved.