Riccardo De Agostini
Riccardo De Agostini
Some quick notes: - The same check may be useful in other situations where identifiers are involved, e.g. user-defined constants. - Roslyn has a handy [IsValidIdentifier](https://docs.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.syntaxfacts.isvalididentifier) utility method that can...
> I merged a pending PR that did the dotnet-sync update for devlooped/oss, so you can skip that commit on your PR now so it remains clean-ish. I had already...
> Hey @rdeago this has become a monster of a PR. Very very hard to review and wrap my head around. Yeah, I'm sorry, my fault. I didn't anticipate it...
> Also, I'd use https://www.nuget.org/packages/isexternalinit for that particular polyfill. Yeah, and https://www.nuget.org/packages/indexrange for System.Index and System.Range probably. To be honest, I got fed up of looking for polyfill packages some...
Just to clarify: should they be fields... ```C# public static readonly string Foo = "Bar"; ``` ...properties... ```C# public static string Foo => "Bar"; ``` ... or properties with backing...
Sorry for the late answer. Busy as a bee, as usual. I'll try to open the PR this weekend. .NET 5 should not be a concern anyway: if a generator...
Same here, even after uninstalling and reinstalling Node.js. Just in case it is somehow relevant, I use [NVM for Windows](https://github.com/coreybutler/nvm-windows) too. ``` PS C:\WINDOWS\system32> npm-windows-upgrade npm-windows-upgrade v6.0.1 ? Which version...
I just transferred this issue from EmbedIO, since this is evidently an issue with `Swan.Lite` version 3. Looking at [the source code](https://github.com/unosquare/swan/blob/3.1.0/src/Swan.Lite/SwanRuntime.cs), I can't understand where this exception comes from....
> I believe something got muddled up in the release 3.5.0. For sure. I just wish I knew exactly what. > Seemingly 4.0.0rc was released under that number? Version 3.5.0...
Unfortunately my hands are tied when it comes to the release process. @geoperez seems to be our only hope.