We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44321e6 commit ef7e819Copy full SHA for ef7e819
tests/NetEvolve.Extensions.XUnit.Tests.Unit/AttributeTestsBase.cs
@@ -100,8 +100,6 @@ IMessageSink messageSink
100
101
private static CustomAttributeData? FindDiscovererAttributeType(TypeInfo traitAttribute)
102
{
103
- var traitDiscovererType = typeof(TraitDiscovererAttribute);
104
-
105
var typeChecking = traitAttribute;
106
CustomAttributeData? result;
107
do
0 commit comments