Skip to content

Commit 89c2ad3

Browse files
authored
1 parent 6545689 commit 89c2ad3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.globalconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ dotnet_diagnostic.IDE0075.severity = warning
959959
dotnet_diagnostic.IDE0076.severity = silent
960960

961961
# IDE0077: LegacyFormatSuppressMessageAttribute
962-
dotnet_diagnostic.IDE0077.severity = silent
962+
dotnet_diagnostic.IDE0077.severity = warning
963963

964964
# IDE0078: UsePatternCombinators
965965
dotnet_diagnostic.IDE0078.severity = silent

src/Microsoft.PowerShell.Commands.Utility/commands/utility/UtilityCommon.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using System.Management.Automation;
88
using System.Text;
99

10-
[module: SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix", Scope = "type", Target = "Microsoft.PowerShell.Commands.ByteCollection")]
10+
[module: SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix", Scope = "type", Target = "~T:Microsoft.PowerShell.Commands.ByteCollection")]
1111

1212
namespace Microsoft.PowerShell.Commands
1313
{

0 commit comments

Comments
 (0)