Skip to content

Add a section for markdown benefits #32

Add a section for markdown benefits

Add a section for markdown benefits #32

Triggered via push December 27, 2023 05:38
Status Success
Total duration 24s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/skUnit/Asserts/SemanticKernelAssert_Function.cs#L48
Possible null reference argument for parameter 'answer' in 'Task IKernelAssertion.Assert(Semantic semantic, string answer)'.
build: src/skUnit/Asserts/SemanticKernelAssert_Function.cs#L127
Possible null reference argument for parameter 'answer' in 'Task IKernelAssertion.Assert(Semantic semantic, string answer)'.
build: src/skUnit/Asserts/SemanticKernelAssert_Initialize.cs#L53
Possible null reference argument for parameter 'obj' in 'void Action<string>.Invoke(string obj)'.
build: src/skUnit/Asserts/SemanticKernelAssert_Kernel.cs#L64
Possible null reference argument for parameter 'answer' in 'Task IKernelAssertion.Assert(Semantic semantic, string answer)'.
build: src/skUnit/Asserts/SemanticKernelAssert_Kernel.cs#L150
Possible null reference argument for parameter 'answer' in 'Task IKernelAssertion.Assert(Semantic semantic, string answer)'.
build: src/skUnit/Scenarios/Parsers/Assertions/EqualsAssertion.cs#L28
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/skUnit/Scenarios/Parsers/Assertions/ContainsAllAssertion.cs#L23
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/skUnit/Scenarios/Parsers/Assertions/ContainsAnyAssertion.cs#L23
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/skUnit/Scenarios/Parsers/InvokeScenarioParser.cs#L124
Possible null reference argument for parameter 'key' in 'string Dictionary<string, string>.this[string key]'.
build: src/skUnit/Asserts/SemanticKernelAssert_Function.cs#L48
Possible null reference argument for parameter 'answer' in 'Task IKernelAssertion.Assert(Semantic semantic, string answer)'.