Skip to content

feat: TMS-28784: add a command to create a filter for test frameworks by test run. #165

feat: TMS-28784: add a command to create a filter for test frameworks by test run.

feat: TMS-28784: add a command to create a filter for test frameworks by test run. #165

Triggered via pull request December 13, 2024 08:33
Status Failure
Total duration 43s
Artifacts

validate.yaml

on: pull_request
Matrix: test
Matrix: validate
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 65 warnings
test (./Tms.Adapter.CoreTests): Tms.Adapter.CoreTests/Client/ClientTests.cs#L83
Argument 1: cannot convert from 'string' to 'Tms.Adapter.Core.Models.TestContainer'
test (./Tms.Adapter.CoreTests): Tms.Adapter.CoreTests/Client/ClientTests.cs#L83
Argument 2: cannot convert from 'System.Collections.Generic.List<Tms.Adapter.Core.Models.Link>' to 'Tms.Adapter.Core.Models.ClassContainer'
test (./Tms.Adapter.CoreTests)
Process completed with exit code 1.
test (./TmsRunnerTests)
The job was canceled because "_Tms_Adapter_CoreTests" failed.
test (./TmsRunnerTests)
The operation was canceled.
validate (./Tms.Adapter.Core)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Configurator/TmsSettings.cs#L5
Non-nullable field '_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Configurator/TmsSettings.cs#L13
Non-nullable property 'PrivateToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Configurator/TmsSettings.cs#L14
Non-nullable property 'ProjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Configurator/TmsSettings.cs#L15
Non-nullable property 'ConfigurationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Configurator/TmsSettings.cs#L16
Non-nullable property 'TestRunId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Configurator/TmsSettings.cs#L17
Non-nullable property 'TestRunName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Client/Converter.cs#L61
Possible null reference assignment.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Client/Converter.cs#L114
Possible null reference assignment.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Client/Converter.cs#L115
Possible null reference assignment.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Logger/LoggerFactory.cs#L9
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test (./Tms.Adapter.CoreTests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (./Tms.Adapter.CoreTests): Tms.Adapter.Core/Configurator/TmsSettings.cs#L5
Non-nullable field '_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test (./Tms.Adapter.CoreTests): Tms.Adapter.Core/Configurator/TmsSettings.cs#L13
Non-nullable property 'PrivateToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./Tms.Adapter.CoreTests): Tms.Adapter.Core/Configurator/TmsSettings.cs#L14
Non-nullable property 'ProjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./Tms.Adapter.CoreTests): Tms.Adapter.Core/Configurator/TmsSettings.cs#L15
Non-nullable property 'ConfigurationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./Tms.Adapter.CoreTests): Tms.Adapter.Core/Configurator/TmsSettings.cs#L16
Non-nullable property 'TestRunId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./Tms.Adapter.CoreTests): Tms.Adapter.Core/Configurator/TmsSettings.cs#L17
Non-nullable property 'TestRunName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./Tms.Adapter.CoreTests): Tms.Adapter.Core/Logger/LoggerFactory.cs#L9
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
test (./Tms.Adapter.CoreTests): Tms.Adapter.Core/Models/TestContainer.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./Tms.Adapter.CoreTests): Tms.Adapter.Core/Models/TestContainer.cs#L6
Non-nullable property 'ExternalId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./Tms.Adapter.CoreTests): Tms.Adapter.Core/Models/TestContainer.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter.XUnit)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Client/Converter.cs#L61
Possible null reference assignment.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Client/Converter.cs#L114
Possible null reference assignment.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Client/Converter.cs#L115
Possible null reference assignment.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Client/Converter.cs#L128
Possible null reference assignment.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Client/Converter.cs#L129
Possible null reference assignment.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Configurator/TmsSettings.cs#L5
Non-nullable field '_url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Configurator/TmsSettings.cs#L13
Non-nullable property 'PrivateToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Configurator/TmsSettings.cs#L14
Non-nullable property 'ProjectId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Configurator/TmsSettings.cs#L15
Non-nullable property 'ConfigurationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Configurator/TmsSettings.cs#L16
Non-nullable property 'TestRunId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
validate (./Tms.Adapter): Tms.Adapter/Attributes/StepAttribute.cs#L146
Cannot convert null literal to non-nullable reference type.
validate (./Tms.Adapter): Tms.Adapter/Models/StepResult.cs#L9
Non-nullable property 'Outcome' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter): Tms.Adapter/Adapter.cs#L23
Possible null reference assignment.
validate (./Tms.Adapter): Tms.Adapter/Adapter.cs#L25
Possible null reference assignment.
validate (./Tms.Adapter): Tms.Adapter/Utils/Replacer.cs#L7
Possible null reference return.
validate (./Tms.Adapter): Tms.Adapter/Models/File.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter): Tms.Adapter/Models/File.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter): Tms.Adapter/Models/File.cs#L7
Non-nullable property 'CallerMemberName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter): Tms.Adapter/Models/File.cs#L8
Non-nullable property 'PathToFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./Tms.Adapter): Tms.Adapter/Models/Link.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./TmsRunnerTests): Tms.Adapter/Attributes/StepAttribute.cs#L146
Cannot convert null literal to non-nullable reference type.
test (./TmsRunnerTests): Tms.Adapter/Utils/Replacer.cs#L7
Possible null reference return.
test (./TmsRunnerTests): Tms.Adapter/Models/StepResult.cs#L9
Non-nullable property 'Outcome' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./TmsRunnerTests): Tms.Adapter/Adapter.cs#L23
Possible null reference assignment.
test (./TmsRunnerTests): Tms.Adapter/Adapter.cs#L25
Possible null reference assignment.
test (./TmsRunnerTests): Tms.Adapter/Models/File.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./TmsRunnerTests): Tms.Adapter/Models/File.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./TmsRunnerTests): Tms.Adapter/Models/File.cs#L7
Non-nullable property 'CallerMemberName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./TmsRunnerTests): Tms.Adapter/Models/File.cs#L8
Non-nullable property 'PathToFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test (./TmsRunnerTests): Tms.Adapter/Attributes/LinksAttribute.cs#L14
Possible null reference assignment.
validate (./TmsRunner)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
validate (./TmsRunner): Tms.Adapter/Attributes/StepAttribute.cs#L146
Cannot convert null literal to non-nullable reference type.
validate (./TmsRunner): Tms.Adapter/Models/StepResult.cs#L9
Non-nullable property 'Outcome' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./TmsRunner): Tms.Adapter/Adapter.cs#L23
Possible null reference assignment.
validate (./TmsRunner): Tms.Adapter/Adapter.cs#L25
Possible null reference assignment.
validate (./TmsRunner): Tms.Adapter/Utils/Replacer.cs#L7
Possible null reference return.
validate (./TmsRunner): Tms.Adapter/Models/File.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./TmsRunner): Tms.Adapter/Models/File.cs#L6
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./TmsRunner): Tms.Adapter/Models/File.cs#L7
Non-nullable property 'CallerMemberName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./TmsRunner): Tms.Adapter/Models/File.cs#L8
Non-nullable property 'PathToFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
validate (./TmsRunner): Tms.Adapter/Attributes/LinksAttribute.cs#L14
Possible null reference assignment.