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

Mark DirectoryServicesPermission and DirectoryServicesPermissionAttribute as Obsolete #39413

Closed
jeffhandley opened this issue Jul 16, 2020 · 0 comments · Fixed by #40756
Closed

Comments

@jeffhandley
Copy link
Member

Per dotnet/designs#139, System.DirectoryServices.DirectoryServicesPermission and System.DirectoryServices.DirectoryServicesPermissionAttribute should be marked as Obsolete in .NET 5.

In #39269, it was found that this will require the System.DirectoryServices ref assembly build to distinguish between netstandard2.0 and net5.0, which it doesn't do today. #39401 was filed for the infrastructure work to make that possible; once that is resolved, the types need to be marked as Obsolete.

[Obsolete(Obsoletions.CodeAccessSecurityMessage, DiagnosticId = Obsoletions.CodeAccessSecurityDiagId, UrlFormat = Obsoletions.SharedUrlFormat)]
@jeffhandley jeffhandley added this to the 5.0.0 milestone Jul 16, 2020
@jeffhandley jeffhandley self-assigned this Jul 16, 2020
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Jul 16, 2020
@danmoseley danmoseley removed the untriaged New issue has not been triaged by the area owner label Aug 8, 2020
@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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants