Bug fixes #762
dotnet-test.yml
on: pull_request
Build and Run Unit tests
10m 33s
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:
test/MeshWeaver.Markdown.Export.Test/DocxTemplateRenderTests.cs#L92
Dereference of a possibly null reference.
|
|
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.
|