Skip to content

Conversation

@sdmaclea
Copy link
Contributor

Add System.PlatformNotSupportedException doc.

Summary

Update the ReflectionOnly methods for .NET Core. These methods are implemented in .NET Core as

throw new PlatformNotSupportedException(...);

Add missing

<exception cref="T:System.PlatformNotSupportedException">
    .NET Core only: This member is not supported.
</exception>

entries.

@mairaw @jkotas @vitek-karas

Add System.PlatformNotSupportedException doc.
@sdmaclea sdmaclea added doc-enhancement Improve the current content 🏁 Release: .NET Core 3.0 :checkered_flag: Release: .NET Core 3.0 labels Aug 20, 2019
@sdmaclea sdmaclea added this to the August 2019 milestone Aug 20, 2019
@sdmaclea sdmaclea self-assigned this Aug 20, 2019
Copy link

@rpetrusha rpetrusha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding exception information for .NET Core, @sdmaclea. I'll merge your PR now.

@rpetrusha rpetrusha merged commit 05d1be7 into dotnet:master Aug 20, 2019
mairaw added a commit that referenced this pull request Aug 21, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏁 Release: .NET Core 3.0 :checkered_flag: Release: .NET Core 3.0 doc-enhancement Improve the current content

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants