-
Notifications
You must be signed in to change notification settings - Fork 78
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
Upgrade NHamcrest & drop NETStandard.Library #211
Upgrade NHamcrest & drop NETStandard.Library #211
Conversation
CaptnCodr
commented
Aug 5, 2022
- Upgrade NHamcrest in result of the .NET6 Upgrade on NHamcrest (.NET6 Upgrade nhamcrest/NHamcrest#10)
- Drop netstandard2.0 (that was required for NHamcrest)
Dropping What is new and cool in new NHamcrest? What is out motivation to upgrade? |
Do we have statistics that shows how many dependents are still on .NET Framework? The root motivation is to get rid off .NET Framework/Standard in FsUnit with their dependencies to have only We can also lose it a bit with shipping FsUnit in New in NHamcrest is that is now in |
I believe that we do not have such statistic.
Am I got it right that the only reason why NHamster is
This is absolutely good option. |
NHamcrest was a bit outdated with only .NET Framework and FsUnit needed to implement Netstandard.Library to work. So, FsUnit had to be on Thanks for pointing out. |
So now, the output is now Users can simply get the In the end we're just referencing |
@sergey-tihon is this ok for you how it looks right now? 🙂 |
LGTM Thank you @CaptnCodr for this PR and all hard work to port |