Skip to content

Commit

Permalink
Merge pull request #9364 from dotnet/JanKrivanek-patch-4
Browse files Browse the repository at this point in the history
Update CustomBuildEventArgs deprecation info
  • Loading branch information
JanKrivanek authored Oct 30, 2023
2 parents 5348d60 + ec4d205 commit 3c71497
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Framework/CustomBuildEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ namespace Microsoft.Build.Framework
/// Arguments for custom build events.
/// </summary>
/// <remarks>
/// In MSBuild 17.8 and later, this type is deprecated; instead use <see cref="ExtendedCustomBuildEventArgs"/>.
/// <format type="text/markdown"><![CDATA[
/// ## Remarks
/// > [!CAUTION]
/// In .NET 8 and later and Visual Studio 17.8 and later, this type is deprecated; instead use <see cref="ExtendedCustomBuildEventArgs"/>.
/// For more information, see <see href="https://learn.microsoft.com/dotnet/core/compatibility/sdk/8.0/custombuildeventargs"/>
/// For recommended replacement, see <see href="https://learn.microsoft.com/dotnet/core/compatibility/sdk/8.0/custombuildeventargs#recommended-action" />.
/// ]]></format>
/// </remarks>
[Serializable]
public abstract class CustomBuildEventArgs : LazyFormattedBuildEventArgs
Expand Down

0 comments on commit 3c71497

Please sign in to comment.