Skip to content

Commit

Permalink
Update Meziantou.DotNet.CodingStandard to 1.0.108
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Jan 6, 2024
1 parent 33f32f2 commit 6c7a694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<!-- Analyzers -->
<ItemGroup>
<PackageReference Include="Meziantou.DotNet.CodingStandard" Version="1.0.97">
<PackageReference Include="Meziantou.DotNet.CodingStandard" Version="1.0.108">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public void RevealToString()
}

[Fact]
[SuppressMessage("Design", "MA0150:Do not call the default object.ToString explicitly")]
public void ToStringDoesNotRevealValue()
{
using var data = SensitiveData.Create("foo");
Expand Down

0 comments on commit 6c7a694

Please sign in to comment.