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

Target .NET Core 3.0 & 3.1 #676

Closed
wants to merge 6 commits into from
Closed

Conversation

mmoo9154
Copy link
Contributor

@mmoo9154 mmoo9154 commented May 6, 2020

Added netcore3.0 and netcore3.1 targets to project build and modified the #if for the new targets.

This should be a completely non-breaking change that allows future use of the new and recommended Task Asyncronous Programming[1] pattern directly.

There was a partial (incorrect imho) targetting of netstandard2.1 in the existing code. The #ifs only conditioned on NETSTANDARD2_0. I expanded those to include NETSTANDARD2_0 || NETSTANDARD2_1 || NETCOREAPP3_0 || NETCOREAPP3_1. That could potentialy be a breaking change. (It's not.)

[1] https://docs.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap

@jy824212
Copy link

jy824212 commented Apr 19, 2021

Hi, can you tell me how to pass the checks? mine failed
#811

It has nothing to do with my changes

@timiil
Copy link

timiil commented May 13, 2021

any luck with DOTNET 5?

@IgorMilavec
Copy link
Collaborator

This PR is empty (branch reset?) and we are discussing adding targets in #665

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.

None yet

4 participants