Skip to content

Commit

Permalink
Shift xUnit1041 to be a Warning instead of an Error
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Dec 12, 2023
1 parent 4db8815 commit bc3fd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xunit.analyzers/Utility/Descriptors.cs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static DiagnosticDescriptor Rule(
"xUnit1041",
"Fixture arguments to test classes must have fixture sources",
Usage,
Error,
Warning,
"Fixture argument '{0}' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test)"
);

Expand Down

0 comments on commit bc3fd98

Please sign in to comment.