dotnet-core-sdk-beta
dotnet-core-sdk-beta copied to clipboard
Netstandard and Async
- Set projects to be netstandard instead of netcoreapp. This increases compatibility with full-framework projects.
- Exposed async query methods for controllers.
- Properly flagged the version as -beta
Why hasn't this been merged yet? :(
I can't understand why this hasn't been merged thus far.
It looks like that the API has been abandoned :(
@leniency thank you for taking the time! Their API wasn't working with .NET Core 3.0 but yours is.
Appreciate the work. It would be great if this would get merged and released