Skip to content

Add cosmosdb setup for github actions #4

Add cosmosdb setup for github actions

Add cosmosdb setup for github actions #4

Triggered via pull request November 30, 2024 23:22
Status Failure
Total duration 2m 12s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
build
Error: The process '/usr/bin/pwsh' failed with exit code 1
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
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/Parser/JsonReminderParser.cs#L12
Dereference of a possibly null reference.
build: Annoy-o-Bot/GitHub/GitHubRepository.cs#L30
The variable 'e' is declared but never used
build: Annoy-o-Bot.Tests/GitHubHelperTests.cs#L21
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
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/GitHubHelperTests.cs#L32
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
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)
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/