-
Notifications
You must be signed in to change notification settings - Fork 1.7k
CI Update - Update .NET Standard 2.1 Preview #3055
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
Conversation
rpetrusha
left a comment
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.
I thought I'd approve just in case, @mairaw, but there are a number of troubling things in this PR. Some (evidently) 1.1-only APIs have been dropped, as have some .NET Standard 2.1 preview items. I think that my comments identify most of the trouble areas.
|
Thank you for your thorough review @rpetrusha. A lot of the issues you've captured mostly fell into two buckets:
|
* Updates re MD5/SHA1 usage second batch (#2953) * Add SHA1 recommendations. * Fix typo. * Fix typo again. * Fix per review. * Update ReflectionOnly methods for .NET Core (#3056) Add System.PlatformNotSupportedException doc. * CI Update - Update .NET Standard 2.1 Preview (#3055) * CI Update * readd dropped content/apis
No description provided.