Skip to content

Release (#26)

Release (#26) #113

Triggered via push January 27, 2026 11:17
Status Success
Total duration 1m 5s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Test: source/AAS.TwinEngine.Plugin.TestPlugin/ServiceConfiguration/LoggingConfigurationExtension.cs#L19
'ConfigureLogging' is coupled with '41' different types from '31' different namespaces. Rewrite or refactor the code to decrease its class coupling below '41'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1506)
Build & Test: source/AAS.TwinEngine.Plugin.TestPlugin/Program.cs#L13
'Main' is coupled with '48' different types from '34' different namespaces. Rewrite or refactor the code to decrease its class coupling below '41'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1506)
Build & Test: source/AAS.TwinEngine.Plugin.TestPlugin/Api/Submodel/Services/JsonSchemaParser.cs#L47
Possible null reference argument for parameter 'definitions' in 'SemanticTreeNode JsonSchemaParser.ProcessProperty(string schemaPropertyName, JsonSchema property, DefinitionsKeyword definitions)'.
Build & Test: source/AAS.TwinEngine.Plugin.TestPlugin/Infrastructure/Providers/MockData.cs#L8
Non-nullable property 'SubmodelData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: source/AAS.TwinEngine.Plugin.TestPlugin/Infrastructure/Providers/MockData.cs#L7
Non-nullable property 'MetaData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test: source/AAS.TwinEngine.Plugin.TestPlugin/ApplicationLogic/Services/Submodel/Config/Semantics.cs#L10
Non-nullable property 'IndexContextPrefix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.