Skip to content

Commit

Permalink
Removed unnecessary property hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalPavlik committed Apr 10, 2024
1 parent f5e0038 commit 9e7ae5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StructuredLogger/BinaryLogger/TaskStartedEventArgs2.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class TaskStartedEventArgs2 : TaskStartedEventArgs
// the properties in the base class have an internal setter
public new int LineNumber { get; set; }
public new int ColumnNumber { get; set; }
public new string TaskAssemblyLocation { get; set; }
public string TaskAssemblyLocation { get; set; }
}
}

0 comments on commit 9e7ae5b

Please sign in to comment.