Add unit tests #149
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build project:
Tms.Adapter/Attributes/StepAttribute.cs#L144
Cannot convert null literal to non-nullable reference type.
|
Build project:
Tms.Adapter/Adapter.cs#L21
Possible null reference assignment.
|
Build project:
Tms.Adapter/Adapter.cs#L23
Possible null reference assignment.
|
Build project:
Tms.Adapter/Utils/Replacer.cs#L7
Possible null reference return.
|
Build project:
Tms.Adapter/Models/StepResult.cs#L9
Non-nullable property 'Outcome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build project:
Tms.Adapter/Attributes/LinksAttribute.cs#L14
Possible null reference assignment.
|
Build project:
Tms.Adapter/Attributes/LinksAttribute.cs#L15
Possible null reference assignment.
|
Build project:
Tms.Adapter/Models/Link.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build project:
Tms.Adapter/Models/Link.cs#L9
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build project:
Tms.Adapter/Models/Link.cs#L11
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading