Merge pull request #287 from thomhurst/feature/fix-analyzer-references #21
Annotations
6 warnings
modularpipeline:
tools/speed-comparison/TUnitTimer/TUnitTimer/Tests.cs#L7
Non-nullable field '_stopwatch' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
modularpipeline:
tools/speed-comparison/TUnitTimer/TUnitTimer/Tests.cs#L7
Non-nullable field '_stopwatch' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
modularpipeline:
tools/speed-comparison/MSTestTimer/MSTestTimer/Tests.cs#L8
Non-nullable field '_stopwatch' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
modularpipeline:
tools/speed-comparison/MSTestTimer/MSTestTimer/Tests.cs#L8
Non-nullable field '_stopwatch' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
modularpipeline:
tools/speed-comparison/xUnitTimer/xUnitTimer/Tests.cs#L10
Theory method 'Test1' on test class 'Tests' does not use parameter '_'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
modularpipeline:
tools/speed-comparison/xUnitTimer/xUnitTimer/Tests.cs#L10
Theory method 'Test1' on test class 'Tests' does not use parameter '_'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|