GitHub api refactoring #15
Annotations
10 warnings
Build:
Annoy-o-Bot/GitHub/Api/GitHubRepository.cs#L20
The variable 'e' is declared but never used
|
Build:
Annoy-o-Bot/Parser/JsonReminderParser.cs#L12
Dereference of a possibly null reference.
|
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/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/Parser/JsonReminderParserTests.cs#L112
Do not use Assert.Equal() to check for null value. Use Assert.Null instead. (https://xunit.net/xunit.analyzers/rules/xUnit2003)
|
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.AcceptanceTests/AcceptanceTest.cs#L16
Non-nullable field 'configurationBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
Annoy-o-Bot.AcceptanceTests/AcceptanceTest.cs#L16
Non-nullable field 'container' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading