Skip to content

Merge remote-tracking branch 'origin/dev' into future #332

Merge remote-tracking branch 'origin/dev' into future

Merge remote-tracking branch 'origin/dev' into future #332

Triggered via push December 20, 2024 12:01
Status Success
Total duration 2m 18s
Artifacts 4
UnitTests  /  UnitTests
31s
UnitTests / UnitTests
IntegrationTests  /  IntegrationTests
29s
IntegrationTests / IntegrationTests
Publish  /  Publish
15s
Publish / Publish
ReportGenerator  /  ReportGenerator
13s
ReportGenerator / ReportGenerator
Publish-Test-Coverage  /  Publish-Test-Coverage
23s
Publish-Test-Coverage / Publish-Test-Coverage
Fit to window
Zoom out
Zoom in

Annotations

38 warnings
EnvVar
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build / Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/VisualInstructions/VisualInstructorExtensions.cs#L218
'EnumInstructionResult.PossibleInstructionResults(Type, params string[])' is obsolete: 'Method took over the previous signature, use 'PossibleResults' instead'
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/Moryx.Orders/PartClassification.cs#L6
Missing XML comment for publicly visible type or member 'PartClassification'
Build / Build: src/Moryx.Orders/PartClassification.cs#L8
Missing XML comment for publicly visible type or member 'PartClassification.Unknown'
Build / Build: src/Moryx.Orders/PartClassification.cs#L9
Missing XML comment for publicly visible type or member 'PartClassification.Material'
Build / Build: src/Moryx.Orders/PartClassification.cs#L10
Missing XML comment for publicly visible type or member 'PartClassification.InfoComponent'
Build / Build: src/Moryx.Orders/PartClassification.cs#L11
Missing XML comment for publicly visible type or member 'PartClassification.CarrierMaterial'
IntegrationTests / IntegrationTests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/VisualInstructions/VisualInstructorExtensions.cs#L218
'EnumInstructionResult.PossibleInstructionResults(Type, params string[])' is obsolete: 'Method took over the previous signature, use 'PossibleResults' instead'
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/MachineGroup.cs#L17
Non-nullable property 'DefaultIcon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
IntegrationTests / IntegrationTests: 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.
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.
UnitTests / UnitTests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/VisualInstructions/VisualInstructorExtensions.cs#L218
'EnumInstructionResult.PossibleInstructionResults(Type, params string[])' is obsolete: 'Method took over the previous signature, use 'PossibleResults' instead'
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/TransportPath.cs#L18
Non-nullable property 'Origin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
UnitTests / UnitTests: 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.
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/SwitchPoint.cs#L33
Non-nullable property 'Origins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
ReportGenerator / ReportGenerator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Publish / Publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Publish-Test-Coverage / Publish-Test-Coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Publish-Test-Coverage / Publish-Test-Coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
MORYX-Factory-coverage-results Expired
409 KB
MORYX-Factory-integration-test-results Expired
14.8 KB
MORYX-Factory-packages Expired
181 KB
MORYX-Factory-test-results Expired
15.7 KB