Skip to content

Commit

Permalink
#4 Document silencing redundant using statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sguldmund committed Jan 12, 2024
1 parent aeed745 commit 353d16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Pose.Tests/Extensions/DictionaryExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System.Collections.Generic;
using FluentAssertions;
// ReSharper disable once RedundantUsingDirective
// The using statement is not redundant on platforms targeting net48
using Pose.Extensions;
using Xunit;

Expand Down

0 comments on commit 353d16f

Please sign in to comment.