Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(framework): .net standard 2.0 API client #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

colindekker
Copy link

Created a .NET Standard 2.0 version of the Open API client

Every method in OpenApiClient is now an Async method, returning a Task based
result

BREAKING CHANGES: old method calls do not work anymore, entire client now
works asynchronously
directory.props sets the c# language version to 8.0 to allow the use of new
language constrcuts in the code

BREAKING CHANGES: will not build on older versions of Visual Studio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant