Skip to content

Port #503 to Moryx 8 (Allow Resource Management facade to notify when module is available (running) #1401

Port #503 to Moryx 8 (Allow Resource Management facade to notify when module is available (running)

Port #503 to Moryx 8 (Allow Resource Management facade to notify when module is available (running) #1401

Triggered via pull request December 6, 2024 09:40
Status Success
Total duration 4m 11s
Artifacts 3

build-and-test.yml

on: pull_request
IntegrationTests  /  IntegrationTests
1m 45s
IntegrationTests / IntegrationTests
Publish  /  Publish
0s
Publish / Publish
ReportGenerator  /  ReportGenerator
17s
ReportGenerator / ReportGenerator
Publish-Test-Coverage  /  Publish-Test-Coverage
0s
Publish-Test-Coverage / Publish-Test-Coverage
Fit to window
Zoom out
Zoom in

Annotations

36 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
No files were found with the provided path: artifacts/packages/. No artifacts will be uploaded.
Build / Build: src/Moryx/Tools/FunctionResult.cs#L96
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build / Build: src/Moryx/Tools/FunctionResult.cs#L156
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build / Build: src/Moryx/Communication/Interpreter/DelimitedMessageInterpreter.cs#L12
'DelimitedMessageInterpreter' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build / Build: src/Moryx/Communication/Interpreter/HeaderMessageInterpreter.cs#L11
'HeaderMessageInterpreter<THeader>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
Build / Build: src/Moryx/Tools/FunctionResult.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build / Build: src/Moryx/Tools/FunctionResult.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build / Build: src/Moryx/Tools/FunctionResult.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build / Build: src/Moryx/Serialization/PossibleValues/IntegerStepsAttribute.cs#L48
Member 'IntegerStepsAttribute.GetValues(IContainer)' overrides obsolete member 'PossibleValuesAttribute.GetValues(IContainer)'. Add the Obsolete attribute to 'IntegerStepsAttribute.GetValues(IContainer)'.
Build / Build: src/Moryx/Serialization/PossibleValues/PluginConfigsAttribute.cs#L49
Member 'PluginConfigsAttribute.GetValues(IContainer)' overrides obsolete member 'PossibleValuesAttribute.GetValues(IContainer)'. Add the Obsolete attribute to 'PluginConfigsAttribute.GetValues(IContainer)'.
Build / Build: src/Moryx/Serialization/PossibleValues/PluginConfigsAttribute.cs#L62
Member 'PluginConfigsAttribute.Parse(IContainer, string)' overrides obsolete member 'PossibleValuesAttribute.Parse(IContainer, string)'. Add the Obsolete attribute to 'PluginConfigsAttribute.Parse(IContainer, string)'.
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/Tools/FunctionResult.cs#L96
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
UnitTests / UnitTests: src/Moryx/Tools/FunctionResult.cs#L156
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
UnitTests / UnitTests: src/Moryx/Tools/FunctionResult.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
UnitTests / UnitTests: src/Moryx/Tools/FunctionResult.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
UnitTests / UnitTests: src/Moryx/Tools/FunctionResult.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
UnitTests / UnitTests: src/Moryx/Serialization/PossibleValues/IntegerStepsAttribute.cs#L48
Member 'IntegerStepsAttribute.GetValues(IContainer)' overrides obsolete member 'PossibleValuesAttribute.GetValues(IContainer)'. Add the Obsolete attribute to 'IntegerStepsAttribute.GetValues(IContainer)'.
UnitTests / UnitTests: src/Moryx/Communication/Interpreter/DelimitedMessageInterpreter.cs#L12
'DelimitedMessageInterpreter' overrides Object.Equals(object o) but does not override Object.GetHashCode()
UnitTests / UnitTests: src/Moryx/Serialization/PossibleValues/PluginConfigsAttribute.cs#L49
Member 'PluginConfigsAttribute.GetValues(IContainer)' overrides obsolete member 'PossibleValuesAttribute.GetValues(IContainer)'. Add the Obsolete attribute to 'PluginConfigsAttribute.GetValues(IContainer)'.
UnitTests / UnitTests: src/Moryx/Serialization/PossibleValues/PluginConfigsAttribute.cs#L62
Member 'PluginConfigsAttribute.Parse(IContainer, string)' overrides obsolete member 'PossibleValuesAttribute.Parse(IContainer, string)'. Add the Obsolete attribute to 'PluginConfigsAttribute.Parse(IContainer, string)'.
UnitTests / UnitTests: src/Moryx/Serialization/PossibleValues/PluginNameSelectorAttribute.cs#L28
Member 'PluginNameSelectorAttribute.GetValues(IContainer)' overrides obsolete member 'PossibleValuesAttribute.GetValues(IContainer)'. Add the Obsolete attribute to 'PluginNameSelectorAttribute.GetValues(IContainer)'.
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/Tools/FunctionResult.cs#L96
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
IntegrationTests / IntegrationTests: src/Moryx/Tools/FunctionResult.cs#L156
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
IntegrationTests / IntegrationTests: src/Moryx/Tools/FunctionResult.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
IntegrationTests / IntegrationTests: src/Moryx/Tools/FunctionResult.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
IntegrationTests / IntegrationTests: src/Moryx/Tools/FunctionResult.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
IntegrationTests / IntegrationTests: src/Moryx/Communication/Interpreter/DelimitedMessageInterpreter.cs#L12
'DelimitedMessageInterpreter' overrides Object.Equals(object o) but does not override Object.GetHashCode()
IntegrationTests / IntegrationTests: src/Moryx/Communication/Interpreter/HeaderMessageInterpreter.cs#L11
'HeaderMessageInterpreter<THeader>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
IntegrationTests / IntegrationTests: src/Moryx/Serialization/PossibleValues/IntegerStepsAttribute.cs#L48
Member 'IntegerStepsAttribute.GetValues(IContainer)' overrides obsolete member 'PossibleValuesAttribute.GetValues(IContainer)'. Add the Obsolete attribute to 'IntegerStepsAttribute.GetValues(IContainer)'.
IntegrationTests / IntegrationTests: src/Moryx/Serialization/PossibleValues/PluginConfigsAttribute.cs#L49
Member 'PluginConfigsAttribute.GetValues(IContainer)' overrides obsolete member 'PossibleValuesAttribute.GetValues(IContainer)'. Add the Obsolete attribute to 'PluginConfigsAttribute.GetValues(IContainer)'.
IntegrationTests / IntegrationTests: src/Moryx/Serialization/PossibleValues/PluginConfigsAttribute.cs#L62
Member 'PluginConfigsAttribute.Parse(IContainer, string)' overrides obsolete member 'PossibleValuesAttribute.Parse(IContainer, string)'. Add the Obsolete attribute to 'PluginConfigsAttribute.Parse(IContainer, string)'.
ReportGenerator / ReportGenerator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
MORYX-Framework-coverage-results Expired
3.01 MB
MORYX-Framework-integration-test-results Expired
1.06 MB
MORYX-Framework-test-results Expired
1.09 MB