feat: TMS-28326: add the suite description to the section step for Qa… #162
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build project:
Migrators/Models/TestCase.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Migrators/Models/TestCase.cs#L23
Non-nullable property 'Steps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Migrators/Models/TestCase.cs#L26
Non-nullable property 'PreconditionSteps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Migrators/Models/TestCase.cs#L29
Non-nullable property 'PostconditionSteps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Migrators/Models/TestCase.cs#L35
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Migrators/Models/TestCase.cs#L38
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Migrators/Models/TestCase.cs#L41
Non-nullable property 'Attachments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Migrators/Models/TestCase.cs#L44
Non-nullable property 'Iterations' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Migrators/Models/TestCase.cs#L47
Non-nullable property 'Links' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build project:
Migrators/Models/TestCase.cs#L51
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading