-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Reconsider naming of ObsoletedInOSPlatformAttribute #72970
Comments
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsFrom @buyaa-n:
|
namespace System.Runtime.Versioning;
-public sealed class ObsoletedInOSPlatformAttribute : OSPlatformAttribute
+public sealed class ObsoletedOSPlatformAttribute : OSPlatformAttribute |
Context: dotnet/android#7234 Refactor logic for applying `[Obsolete]` attributes into a single common method. This method will later be extended to add support for [`[ObsoletedOSPlatformAttribute]`][0]. Doing this piece first and separately allows us to verify that the refactor does not break anything, as the existing logic is tricky. A future PR will also remove the temporary hacks used to preserve stylistic compatibility with a `generator` refactor in 6bbb00a. [0]: dotnet/runtime#72970
From @jeffhandley delivered by @buyaa-n:
The text was updated successfully, but these errors were encountered: