Skip to content

Add cosmosdb setup for github actions #10

Add cosmosdb setup for github actions

Add cosmosdb setup for github actions #10

Triggered via pull request December 1, 2024 20:21
Status Failure
Total duration 1m 15s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Annoy-o-Bot/Parser/JsonReminderParser.cs#L12
Dereference of a possibly null reference.
build: Annoy-o-Bot/GitHub/RequestParser.cs#L9
Converting null literal or possible null value to non-nullable type.
build: Annoy-o-Bot/GitHub/RequestParser.cs#L10
Possible null reference return.
build: Annoy-o-Bot/GitHub/GitHubRepository.cs#L30
The variable 'e' is declared but never used
build: Annoy-o-Bot.CosmosDB.Tests/CosmosWrapperTests.cs#L8
Non-nullable field 'DocumentClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Annoy-o-Bot.CosmosDB.Tests/CosmosWrapperTests.cs#L8
Non-nullable field 'CosmosWrapper' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Annoy-o-Bot.Tests/TimeoutFunctionTests.cs#L14
Null should not be used for value type parameter 'intervalStep' of type 'int'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: Annoy-o-Bot.Tests/TimeoutFunctionTests.cs#L20
Null should not be used for value type parameter 'intervalStep' of type 'int'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: Annoy-o-Bot.Tests/TimeoutFunctionTests.cs#L35
Null should not be used for value type parameter 'intervalStep' of type 'int'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build: Annoy-o-Bot.Tests/Parser/JsonReminderParserTests.cs#L114
Do not use Assert.Equal() to check for null value. Use Assert.Null instead. (https://xunit.net/xunit.analyzers/rules/xUnit2003)