Skip to content

Improved api-validator-dotnet log messages #140

Improved api-validator-dotnet log messages

Improved api-validator-dotnet log messages #140

Triggered via pull request April 5, 2024 07:26
Status Success
Total duration 36s
Artifacts

validate.yaml

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

Annotations

66 warnings
validate (./Tms.Adapter.Core)
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/.
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 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 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 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 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 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 declaring the property as nullable.
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 declaring the field as nullable.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Models/TestContainer.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Models/TestContainer.cs#L6
Non-nullable property 'ExternalId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
validate (./Tms.Adapter.Core): Tms.Adapter.Core/Models/TestContainer.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
validate (./Tms.Adapter)
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/.
validate (./Tms.Adapter): Tms.Adapter/Attributes/StepAttribute.cs#L146
Cannot convert null literal to non-nullable reference type.
validate (./Tms.Adapter): 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.
validate (./Tms.Adapter): 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.
validate (./Tms.Adapter): 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.
validate (./Tms.Adapter): 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.
validate (./Tms.Adapter): 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.
validate (./Tms.Adapter): Tms.Adapter/Utils/Replacer.cs#L9
Possible null reference return.
validate (./Tms.Adapter): Tms.Adapter/Adapter.cs#L25
Possible null reference assignment.
validate (./Tms.Adapter): Tms.Adapter/Adapter.cs#L27
Possible null reference assignment.
validate (./Tms.Adapter): 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.
validate (./TmsRunner)
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/.
validate (./TmsRunner): Tms.Adapter/Attributes/StepAttribute.cs#L146
Cannot convert null literal to non-nullable reference type.
validate (./TmsRunner): 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.
validate (./TmsRunner): Tms.Adapter/Adapter.cs#L25
Possible null reference assignment.
validate (./TmsRunner): Tms.Adapter/Adapter.cs#L27
Possible null reference assignment.
validate (./TmsRunner): Tms.Adapter/Utils/Replacer.cs#L9
Possible null reference return.
validate (./TmsRunner): Tms.Adapter/Attributes/LinksAttribute.cs#L15
Possible null reference assignment.
validate (./TmsRunner): Tms.Adapter/Attributes/LinksAttribute.cs#L16
Possible null reference assignment.
validate (./TmsRunner): 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.
validate (./TmsRunner): 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.
validate (./TmsRunner): 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.
test (./Tms.Adapter.CoreTests)
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/.
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 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 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 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 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 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 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 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 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 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 declaring the property as nullable.
test (./TmsRunnerTests)
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/.
validate (./Tms.Adapter.XUnit)
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/.
test (./TmsRunnerTests): Tms.Adapter/Attributes/StepAttribute.cs#L146
Cannot convert null literal to non-nullable reference type.
test (./TmsRunnerTests): 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.
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 declaring the field as nullable.
test (./TmsRunnerTests): 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.
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 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 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 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 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 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 declaring the property as nullable.
test (./TmsRunnerTests): Tms.Adapter/Utils/Replacer.cs#L9
Possible null reference return.
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 declaring the property as nullable.
test (./TmsRunnerTests): Tms.Adapter/Adapter.cs#L25
Possible null reference assignment.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Configurator/TmsSettings.cs#L17
Non-nullable property 'TestRunName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test (./TmsRunnerTests): Tms.Adapter/Adapter.cs#L27
Possible null reference assignment.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Logger/LoggerFactory.cs#L9
Non-nullable field '_logger' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
test (./TmsRunnerTests): Tms.Adapter/Attributes/LinksAttribute.cs#L15
Possible null reference assignment.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Models/TestContainer.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Models/TestContainer.cs#L6
Non-nullable property 'ExternalId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
validate (./Tms.Adapter.XUnit): Tms.Adapter.Core/Models/TestContainer.cs#L7
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.