Skip to content

Fix DisposedObjectException in DatabaseController #1072

Fix DisposedObjectException in DatabaseController

Fix DisposedObjectException in DatabaseController #1072

Triggered via pull request October 25, 2023 08:58
Status Success
Total duration 17m 10s
Artifacts 4

build-and-test.yml

on: pull_request
IntegrationTests  /  IntegrationTests
4m 28s
IntegrationTests / IntegrationTests
Documentation  /  Documentation
1m 12s
Documentation / Documentation
Publish  /  Publish
0s
Publish / Publish
ReportGenerator  /  ReportGenerator
1m 59s
ReportGenerator / ReportGenerator
Publish-Test-Coverage  /  Publish-Test-Coverage
0s
Publish-Test-Coverage / Publish-Test-Coverage
Fit to window
Zoom out
Zoom in

Annotations

35 warnings
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, 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/
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>)'
Documentation / Documentation
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/
ReportGenerator / ReportGenerator
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/download-artifact@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/

Artifacts

Produced during runtime
Name Size
MORYX-Framework-coverage-results Expired
28.4 MB
MORYX-Framework-test-results Expired
22.7 MB
documentation Expired
2.88 MB
packages Expired
2.38 MB