#190 test tms-runner by komissarov-petr #190
Annotations
2 errors and 20 warnings
MsTest
Process completed with exit code 127.
|
NUnitTests
Process completed with exit code 127.
|
MsTest:
Tms.Adapter/Attributes/StepAttribute.cs#L146
Cannot convert null literal to non-nullable reference type.
|
MsTest:
Tms.Adapter/Models/StepResult.cs#L11
Non-nullable property 'Outcome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MsTest:
Tms.Adapter/Utils/Replacer.cs#L9
Possible null reference return.
|
MsTest:
Tms.Adapter/Models/Link.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MsTest:
Tms.Adapter/Models/Link.cs#L11
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MsTest:
Tms.Adapter/Models/Link.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MsTest:
Tms.Adapter/Models/File.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MsTest:
Tms.Adapter/Models/File.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MsTest:
Tms.Adapter/Models/File.cs#L7
Non-nullable property 'CallerMemberName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MsTest:
Tms.Adapter/Models/File.cs#L8
Non-nullable property 'PathToFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NUnitTests:
Tms.Adapter/Attributes/StepAttribute.cs#L146
Cannot convert null literal to non-nullable reference type.
|
NUnitTests:
Tms.Adapter/Models/StepResult.cs#L11
Non-nullable property 'Outcome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NUnitTests:
Tms.Adapter/Utils/Replacer.cs#L9
Possible null reference return.
|
NUnitTests:
Tms.Adapter/Models/File.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NUnitTests:
Tms.Adapter/Models/File.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NUnitTests:
Tms.Adapter/Models/File.cs#L7
Non-nullable property 'CallerMemberName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NUnitTests:
Tms.Adapter/Models/File.cs#L8
Non-nullable property 'PathToFile' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
NUnitTests:
Tms.Adapter/Adapter.cs#L25
Possible null reference assignment.
|
NUnitTests:
Tms.Adapter/Adapter.cs#L27
Possible null reference assignment.
|
NUnitTests:
Tms.Adapter/Models/Link.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|