Skip to content

#190 test tms-runner by komissarov-petr #190

#190 test tms-runner by komissarov-petr

#190 test tms-runner by komissarov-petr #190

Manually triggered March 25, 2024 16:50
Status Failure
Total duration 1m 11s
Artifacts

test-tms-runner.yml

on: workflow_dispatch
Matrix: test
Fit to window
Zoom out
Zoom in

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.