Alex Fanat
Alex Fanat
Well, all official .NET platforms will support .NET 5 including Xamarin, but so long as the SDK is kept at .NET Standard 2.0, which it still is, any compiled binary...
I want to upgrade to .NET Standard 2.1 so I can use `System.Text.Json` and `Span` without needing to reference the compatibility shim packages for them. This would allow for faster...
Just to clarify, is there a workaround by using GlobalOptions?
Any update on this?
Wait so did [my comment and suggestions on #2636](https://github.com/dotnet/csharplang/issues/2636#issuecomment-509463055) make it into this (as it was recently closed), and if not, can it be? It is referring to being able...
Same problem for me, except I couldn't even get SSH.
If I am missing something please let me know, and I mean no offense by this. I would like to mention that, in my experience, not having `Include` support is...
# Type Extensions Syntax Proposition The following is a syntax and language feature proposition for how extension types would work. ## Example This is an example of what the syntax...
> protected and sealed are not present-tense words Yeah, I know. I think it's a side effect of the fact that I wrote it at 2 AM. > extended would...
what about returning some metadata from the action itself i.e.: ```js return { ... // destroy, update, etc. events: { allowAll: false, definitions: [ { name: "panstart", maxRate: 3 },...