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

Apply missing obsolete attributes in src; fix attribute ordering #39607

Merged
merged 2 commits into from
Jul 20, 2020
Merged

Apply missing obsolete attributes in src; fix attribute ordering #39607

merged 2 commits into from
Jul 20, 2020

Conversation

jeffhandley
Copy link
Member

@jeffhandley jeffhandley commented Jul 19, 2020

In #39269, I missed some of the src files for System.Security.Permissions; this PR applies the [Obsolete] attributes to the APIs missed--the attributes were correctly applied to the ref assembly source already.

Additionally, this PR fixes small inconsistencies in the ref assembly source regarding the ordering of the attributes, keeping the [Obsolete] attribute first.

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@jeffhandley jeffhandley added the NO-REVIEW Experimental/testing PR, do NOT review it label Jul 19, 2020
@jeffhandley jeffhandley removed the NO-REVIEW Experimental/testing PR, do NOT review it label Jul 20, 2020
@jeffhandley jeffhandley merged commit d252f29 into dotnet:master Jul 20, 2020
@jeffhandley jeffhandley deleted the net5-obsoletion-fixes branch July 20, 2020 20:34
@jeffhandley jeffhandley added this to the 5.0.0 milestone Jul 20, 2020
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
…net#39607)

* Apply missing obsolete attributes in src; fix attribute ordering

* Only obsolete the constructors of PolicyStatement
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants