Skip to content

Commit

Permalink
Removed the using System.Threading; directive from BehaviorType
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmurillo committed Dec 24, 2024
2 parents d7438c1 + 1d03fdf commit 6816204
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CodeFixes/BehaviorType.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Threading;

namespace Moq.CodeFixes;
namespace Moq.CodeFixes;

Check failure on line 1 in src/CodeFixes/BehaviorType.cs

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

src/CodeFixes/BehaviorType.cs#L1

Provide an 'AssemblyVersion' attribute for assembly 'srcassembly.dll'.

/// <summary>
/// Options to customize the behavior of Moq.
Expand Down

0 comments on commit 6816204

Please sign in to comment.