Skip to content

Replace eat with menu #97

Replace eat with menu

Replace eat with menu #97

Triggered via push January 13, 2025 12:17
Status Success
Total duration 43s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/skUnit/Scenarios/Parsers/Assertions/NotEmptyAssertion.cs#L22
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/ScenarioAssert_Function.cs#L119
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input, IEnumerable<object>? history = null)'.
build: src/skUnit/Asserts/ScenarioAssert_Initialize.cs#L38
Possible null reference argument for parameter 'obj' in 'void Action<string>.Invoke(string obj)'.
build: src/skUnit/Scenarios/Parsers/Assertions/ContainsAllAssertion.cs#L26
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/FunctionCallCheckAssertion.cs#L60
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#L26
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/Asserts/ScenarioAssert_Kernel.cs#L67
Possible null reference argument for parameter 'input' in 'Task IKernelAssertion.Assert(Semantic semantic, string input, IEnumerable<object>? history = null)'.
build: src/skUnit/Scenarios/Parsers/Assertions/EmptyAssertion.cs#L27
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/EqualsAssertion.cs#L31
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.