Skip to content

Commit

Permalink
HostProtection attribute removed (review request by @stevenaw)
Browse files Browse the repository at this point in the history
  • Loading branch information
maettu-this committed Aug 19, 2024
1 parent 51cd8b7 commit e92ba3f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ namespace NUnit.Framework.Diagnostics
/// <see cref="ConsoleTraceListener"/> is provided by .NET
/// (the origin of <see cref="Console"/>).
/// </para></remarks>
// Implemented following the ConsoleTraceListener implementation.
#if !NET6_0_OR_GREATER
[HostProtection(Synchronization = true)]
#endif
public class ProgressTraceListener : TextWriterTraceListener
{
#region Constructors
Expand Down

0 comments on commit e92ba3f

Please sign in to comment.