-
Notifications
You must be signed in to change notification settings - Fork 733
Drop support for .NET Core #2302
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
Drop support for .NET Core #2302
Conversation
0c496fc to
a160c43
Compare
Qodana for .NET29 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
Pull Request Test Coverage Report for Build 6231864167
💛 - Coveralls |
a160c43 to
d62bacf
Compare
ddaa58f to
99c31e7
Compare
99c31e7 to
6f4076e
Compare
Src/FluentAssertions/Common/MemberPathSegmentEqualityComparer.cs
Outdated
Show resolved
Hide resolved
6f4076e to
a5fba36
Compare
Tests/FluentAssertions.Specs/Collections/CollectionAssertionSpecs.BeEquivalentTo.cs
Outdated
Show resolved
Hide resolved
a5fba36 to
6b69fd7
Compare
Tests/FluentAssertions.Specs/Collections/CollectionAssertionSpecs.BeEquivalentTo.cs
Outdated
Show resolved
Hide resolved
Tests/FluentAssertions.Specs/Collections/CollectionAssertionSpecs.BeEquivalentTo.cs
Outdated
Show resolved
Hide resolved
6b69fd7 to
392c9e7
Compare
392c9e7 to
f72da25
Compare
|
I'm confused about the Qodana issues. They seem to be false positives. |
| Because of that Fluent Assertions supports the following minimum platforms. | ||
|
|
||
| * .NET Core 2.1 and 3.0 | ||
| * .NET Framework 4.7 and later | ||
| * .NET 6.0 and later | ||
| * Mono 5.4, Xamarin.iOS 10.14, Xamarin.Mac 3.8 and Xamarin.Android 8.0 | ||
| * Universal Windows Platform 10.0.16299 and later |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙃 We can still run on .NET Core 2.0 and above
"Because of that Fluent Assertions can run on the following minimum platforms."
Which ones? |
Given we don't want to shrink the API surface for frameworks supported by Microsoft, this PR reduces the supported frameworks to .NET Framework 4.7, .NET 6.0, .NET Standard 2.0 (because of UWP) and .NET Standard (because of Mono, Xamarin and Unity).
We also decided to no longer test .NET Standard. The biggest risk is that we use something that compiles but doesn't work in Unity, UWP and such. Testing this with other frameworks like the unsupported .NET Core isn't going to help. We could have embraced Unity, UWP and such. But that would require quite some infrastructure, not just for us, but also for our contributors.
Closes #2251
IMPORTANT
./build.sh --target spellcheckor.\build.ps1 --target spellcheckbefore pushing and check the good outcome