Skip to content

Bug fixes

Bug fixes #762

Triggered via pull request April 14, 2026 23:47
@rbuergirbuergi
synchronize #87
bug_fixes
Status Failure
Total duration 10m 37s
Artifacts

dotnet-test.yml

on: pull_request
Build and Run Unit tests
10m 33s
Build and Run Unit tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Build and Run Unit tests
Process completed with exit code 143.
Build and Run Unit tests: test/MeshWeaver.AI.Test/ResolveContextPathTest.cs#L28
Missing XML comment for publicly visible type or member 'ResolveContextPathTest.AbsolutePaths_AreReturnedUnchanged(string, string)'
Build and Run Unit tests: src/MeshWeaver.Hosting/Completion/ChatCompletionOrchestrator.cs#L467
Possible null reference argument for parameter 'ns' in 'string ChatCompletionOrchestrator.ResolveParentNodeNamespace(string ns)'.
Build and Run Unit tests: src/MeshWeaver.Mesh.Contract/Services/IMeshChangeFeed.cs#L63
Missing XML comment for publicly visible type or member 'MeshChangeKind.Deleted'
Build and Run Unit tests: src/MeshWeaver.Mesh.Contract/Services/IMeshChangeFeed.cs#L62
Missing XML comment for publicly visible type or member 'MeshChangeKind.Updated'
Build and Run Unit tests: src/MeshWeaver.Mesh.Contract/Services/IMeshChangeFeed.cs#L61
Missing XML comment for publicly visible type or member 'MeshChangeKind.Created'
Build and Run Unit tests: src/MeshWeaver.Mesh.Contract/Services/IMeshChangeFeed.cs#L47
Missing XML comment for publicly visible type or member 'MeshChangeEvent.Deleted(string, string?)'
Build and Run Unit tests: src/MeshWeaver.Mesh.Contract/Services/IMeshChangeFeed.cs#L43
Missing XML comment for publicly visible type or member 'MeshChangeEvent.Updated(MeshNode)'
Build and Run Unit tests: src/MeshWeaver.Mesh.Contract/Services/IMeshChangeFeed.cs#L39
Missing XML comment for publicly visible type or member 'MeshChangeEvent.Created(MeshNode)'
Build and Run Unit tests: src/MeshWeaver.Mesh.Contract/Query/QueryParser.cs#L381
Cannot convert null literal to non-nullable reference type.