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

Add deprecation note to CustomBuildEventArgs #9220

Closed
ghogen opened this issue Sep 16, 2023 · 0 comments · Fixed by #9221
Closed

Add deprecation note to CustomBuildEventArgs #9220

ghogen opened this issue Sep 16, 2023 · 0 comments · Fixed by #9221
Assignees

Comments

@ghogen
Copy link
Contributor

ghogen commented Sep 16, 2023

Extracted from dotnet/docs#36403:

https://learn.microsoft.com/en-us/dotnet/api/microsoft.build.framework.custombuildeventargs?view=msbuild-17-netcore needs to link to https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/custombuildeventargs.

CustomBuildEventArgs is deprecated; use ExtendedCustomBuildEventArgs instead.

Assign to @ghogen

@AR-May AR-May added the backlog label Sep 19, 2023
rainersigwald pushed a commit that referenced this issue Oct 26, 2023
Fixes #9220

CustomBuildEventArgs is deprecated. Users are advised to use ExtendedCustomBuildEventArgs instead.
See #8917

The comment change results in a public-facing doc change at
https://learn.microsoft.com/en-us/dotnet/api/microsoft.build.framework.custombuildeventargs?view=msbuild-17-netcore

The new Remarks section includes a link to a public-facing doc that explains the change:
https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/custombuildeventargs
@AR-May AR-May added the triaged label Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants