Skip to content

Upgrade future and clean up instruction result object #297

Upgrade future and clean up instruction result object

Upgrade future and clean up instruction result object #297

Triggered via pull request May 29, 2024 20:05
Status Failure
Total duration 1m 33s
Artifacts 1

build-and-test.yml

on: pull_request
UnitTests  /  UnitTests
28s
UnitTests / UnitTests
IntegrationTests  /  IntegrationTests
30s
IntegrationTests / IntegrationTests
Publish  /  Publish
Publish / Publish
ReportGenerator  /  ReportGenerator
ReportGenerator / ReportGenerator
Publish-Test-Coverage  /  Publish-Test-Coverage
Publish-Test-Coverage / Publish-Test-Coverage
Fit to window
Zoom out
Zoom in

Annotations

1 error and 38 warnings
UnitTests / UnitTests
Process completed with exit code 1.
Build / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v3, actions/setup-dotnet@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build / Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build / Build
No files were found with the provided path: artifacts/packages/. No artifacts will be uploaded.
Build / Build: src/Moryx.ControlSystem/Cells/Cell.cs#L35
'Cell.Capabilities' hides inherited member 'Resource.Capabilities'. Use the new keyword if hiding was intended.
Build / Build: src/Moryx.ControlSystem/Cells/Cell.cs#L80
'Cell.CapabilitiesChanged' hides inherited member 'Resource.CapabilitiesChanged'. Use the new keyword if hiding was intended.
Build / Build: src/Moryx.ControlSystem/Cells/Cell.cs#L35
Missing XML comment for publicly visible type or member 'Cell.Capabilities'
Build / Build: src/Moryx.ControlSystem/Cells/Cell.cs#L80
Missing XML comment for publicly visible type or member 'Cell.CapabilitiesChanged'
Build / Build: src/Tests/Moryx.ControlSystem.Tests/EnumInstructionResultTests.cs#L25
'EnumInstructionResult.PossibleInstructionResults(Type, params string[])' is obsolete: 'Method took over the previous signature, use 'PossibleResults' instead'
Build / Build: src/Moryx.Factory/TransportPath.cs#L18
Non-nullable property 'Origin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build: src/Moryx.Factory/TransportPath.cs#L21
Non-nullable property 'Destination' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build: src/Moryx.Factory/MachineGroup.cs#L17
Non-nullable property 'DefaultIcon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build: src/Moryx.Factory/ManufacturingFactory.cs#L15
Non-nullable property 'BackgroundUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build / Build: src/Moryx.Factory/MachineLocation.cs#L19
Possible null reference return.
UnitTests / UnitTests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
UnitTests / UnitTests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
UnitTests / UnitTests: src/Moryx.ControlSystem/Cells/Cell.cs#L35
'Cell.Capabilities' hides inherited member 'Resource.Capabilities'. Use the new keyword if hiding was intended.
UnitTests / UnitTests: src/Moryx.ControlSystem/Cells/Cell.cs#L80
'Cell.CapabilitiesChanged' hides inherited member 'Resource.CapabilitiesChanged'. Use the new keyword if hiding was intended.
UnitTests / UnitTests: src/Moryx.ControlSystem/Cells/Cell.cs#L35
Missing XML comment for publicly visible type or member 'Cell.Capabilities'
UnitTests / UnitTests: src/Moryx.ControlSystem/Cells/Cell.cs#L80
Missing XML comment for publicly visible type or member 'Cell.CapabilitiesChanged'
UnitTests / UnitTests: src/Tests/Moryx.ControlSystem.Tests/EnumInstructionResultTests.cs#L25
'EnumInstructionResult.PossibleInstructionResults(Type, params string[])' is obsolete: 'Method took over the previous signature, use 'PossibleResults' instead'
UnitTests / UnitTests: src/Moryx.Factory/ManufacturingFactory.cs#L15
Non-nullable property 'BackgroundUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
UnitTests / UnitTests: src/Moryx.Factory/MachineGroup.cs#L17
Non-nullable property 'DefaultIcon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
UnitTests / UnitTests: src/Moryx.Factory/SwitchPoint.cs#L33
Non-nullable property 'Origins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
UnitTests / UnitTests: src/Moryx.Factory/SwitchPoint.cs#L35
Non-nullable property 'Destinations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
UnitTests / UnitTests: src/Moryx.Factory/SwitchPoint.cs#L37
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
IntegrationTests / IntegrationTests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
IntegrationTests / IntegrationTests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
IntegrationTests / IntegrationTests: src/Moryx.ControlSystem/Cells/Cell.cs#L35
'Cell.Capabilities' hides inherited member 'Resource.Capabilities'. Use the new keyword if hiding was intended.
IntegrationTests / IntegrationTests: src/Moryx.ControlSystem/Cells/Cell.cs#L80
'Cell.CapabilitiesChanged' hides inherited member 'Resource.CapabilitiesChanged'. Use the new keyword if hiding was intended.
IntegrationTests / IntegrationTests: src/Moryx.ControlSystem/Cells/Cell.cs#L35
Missing XML comment for publicly visible type or member 'Cell.Capabilities'
IntegrationTests / IntegrationTests: src/Moryx.ControlSystem/Cells/Cell.cs#L80
Missing XML comment for publicly visible type or member 'Cell.CapabilitiesChanged'
IntegrationTests / IntegrationTests: src/Tests/Moryx.ControlSystem.Tests/EnumInstructionResultTests.cs#L25
'EnumInstructionResult.PossibleInstructionResults(Type, params string[])' is obsolete: 'Method took over the previous signature, use 'PossibleResults' instead'
IntegrationTests / IntegrationTests: src/Moryx.Factory/TransportPath.cs#L18
Non-nullable property 'Origin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
IntegrationTests / IntegrationTests: src/Moryx.Factory/TransportPath.cs#L21
Non-nullable property 'Destination' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
IntegrationTests / IntegrationTests: src/Moryx.Factory/SwitchPoint.cs#L33
Non-nullable property 'Origins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
IntegrationTests / IntegrationTests: src/Moryx.Factory/SwitchPoint.cs#L35
Non-nullable property 'Destinations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
IntegrationTests / IntegrationTests: src/Moryx.Factory/SwitchPoint.cs#L37
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "MORYX-Factory-test-results". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
MORYX-Factory-test-results Expired
245 KB