Skip to content

If you put a EntrySerialize over a Resource itself and also use it in one of the properties, there will be a StackOverflow Exception #1062

If you put a EntrySerialize over a Resource itself and also use it in one of the properties, there will be a StackOverflow Exception

If you put a EntrySerialize over a Resource itself and also use it in one of the properties, there will be a StackOverflow Exception #1062

Triggered via pull request October 12, 2023 06:07
Status Failure
Total duration 12m 39s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-and-test.yml

on: pull_request
UnitTests  /  UnitTests
6m 9s
UnitTests / UnitTests
IntegrationTests  /  IntegrationTests
5m 23s
IntegrationTests / IntegrationTests
Documentation  /  Documentation
Documentation / Documentation
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 33 warnings
UnitTests / UnitTests
Process completed with exit code 1.
Build / Build
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/
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/Communication/Endpoints/Connector/VersionCompare.cs#L13
Missing XML comment for publicly visible type or member 'VersionCompare.ClientMatch(Version, Version)'
Build / Build: src/Moryx/Configuration/IConfigManager.cs#L28
Parameter 'name' has no matching param tag in the XML comment for 'IConfigManager.SaveConfiguration(IConfig, string, bool)' (but other parameters do)
Build / Build: src/Moryx/Configuration/ValueProvider/ValueProviderExecutorSettings.cs#L67
XML comment has cref attribute 'DefaultValueProvider' that could not be resolved
Build / Build: src/Moryx/Logging/ModuleLogger.cs#L17
Missing XML comment for publicly visible type or member 'ModuleLogger.Name'
Build / Build: src/Moryx/Logging/ModuleLogger.cs#L19
Missing XML comment for publicly visible type or member 'ModuleLogger.NotificationTarget'
Build / Build: src/Moryx/Logging/ModuleLogger.cs#L21
Missing XML comment for publicly visible type or member 'ModuleLogger.IsEnabled(LogLevel)'
Build / Build: src/Moryx/Logging/ModuleLogger.cs#L31
Missing XML comment for publicly visible type or member 'ModuleLogger.ModuleLogger(string, ILoggerFactory)'
Build / Build: src/Moryx/Logging/ModuleLogger.cs#L36
Missing XML comment for publicly visible type or member 'ModuleLogger.ModuleLogger(string, ILoggerFactory, Action<LogLevel, string, Exception>)'
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/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/Communication/Endpoints/Connector/VersionCompare.cs#L13
Missing XML comment for publicly visible type or member 'VersionCompare.ClientMatch(Version, Version)'
IntegrationTests / IntegrationTests: src/Moryx/Configuration/IConfigManager.cs#L28
Parameter 'name' has no matching param tag in the XML comment for 'IConfigManager.SaveConfiguration(IConfig, string, bool)' (but other parameters do)
IntegrationTests / IntegrationTests: src/Moryx/Configuration/ValueProvider/ValueProviderExecutorSettings.cs#L67
XML comment has cref attribute 'DefaultValueProvider' that could not be resolved
IntegrationTests / IntegrationTests: src/Moryx/Logging/ModuleLogger.cs#L17
Missing XML comment for publicly visible type or member 'ModuleLogger.Name'
IntegrationTests / IntegrationTests: src/Moryx/Logging/ModuleLogger.cs#L19
Missing XML comment for publicly visible type or member 'ModuleLogger.NotificationTarget'
IntegrationTests / IntegrationTests: src/Moryx/Logging/ModuleLogger.cs#L21
Missing XML comment for publicly visible type or member 'ModuleLogger.IsEnabled(LogLevel)'
IntegrationTests / IntegrationTests: src/Moryx/Logging/ModuleLogger.cs#L31
Missing XML comment for publicly visible type or member 'ModuleLogger.ModuleLogger(string, ILoggerFactory)'
IntegrationTests / IntegrationTests: src/Moryx/Logging/ModuleLogger.cs#L36
Missing XML comment for publicly visible type or member 'ModuleLogger.ModuleLogger(string, ILoggerFactory, Action<LogLevel, string, Exception>)'
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/Communication/Interpreter/DelimitedMessageInterpreter.cs#L12
'DelimitedMessageInterpreter' overrides Object.Equals(object o) but does not override Object.GetHashCode()
UnitTests / UnitTests: src/Moryx/Communication/Interpreter/HeaderMessageInterpreter.cs#L11
'HeaderMessageInterpreter<THeader>' overrides Object.Equals(object o) but does not override Object.GetHashCode()
UnitTests / UnitTests: src/Moryx/Communication/Endpoints/Connector/VersionCompare.cs#L13
Missing XML comment for publicly visible type or member 'VersionCompare.ClientMatch(Version, Version)'
UnitTests / UnitTests: src/Moryx/Configuration/IConfigManager.cs#L28
Parameter 'name' has no matching param tag in the XML comment for 'IConfigManager.SaveConfiguration(IConfig, string, bool)' (but other parameters do)
UnitTests / UnitTests: src/Moryx/Configuration/ValueProvider/ValueProviderExecutorSettings.cs#L67
XML comment has cref attribute 'DefaultValueProvider' that could not be resolved
UnitTests / UnitTests: src/Moryx/Logging/ModuleLogger.cs#L17
Missing XML comment for publicly visible type or member 'ModuleLogger.Name'
UnitTests / UnitTests: src/Moryx/Logging/ModuleLogger.cs#L19
Missing XML comment for publicly visible type or member 'ModuleLogger.NotificationTarget'
UnitTests / UnitTests: src/Moryx/Logging/ModuleLogger.cs#L21
Missing XML comment for publicly visible type or member 'ModuleLogger.IsEnabled(LogLevel)'
UnitTests / UnitTests: src/Moryx/Logging/ModuleLogger.cs#L31
Missing XML comment for publicly visible type or member 'ModuleLogger.ModuleLogger(string, ILoggerFactory)'
UnitTests / UnitTests: src/Moryx/Logging/ModuleLogger.cs#L36
Missing XML comment for publicly visible type or member 'ModuleLogger.ModuleLogger(string, ILoggerFactory, Action<LogLevel, string, Exception>)'

Artifacts

Produced during runtime
Name Size
MORYX-Framework-test-results Expired
6.68 KB
packages Expired
2.38 MB