Feature/refactor rewrite#4
Closed
Fildrance wants to merge 5 commits into
Closed
Annotations
10 warnings
|
SS14.Labeller.Tests/IntegrationTests.cs#L144
Argument of type 'Task<string?>' cannot be used for parameter 'value' of type 'Task<string>' in 'ConfiguredCall SubstituteExtensions.Returns<Task<string>>(Task<string> value, Task<string> returnThis, params Task<string>[] returnThese)' due to differences in the nullability of reference types.
|
|
SS14.Labeller.Tests/IntegrationTests.cs#L168
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
SS14.Labeller.Tests/IntegrationTests.cs#L160
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
SS14.Labeller.Tests/IntegrationTests.cs#L104
Argument of type 'Task<string?>' cannot be used for parameter 'value' of type 'Task<string>' in 'ConfiguredCall SubstituteExtensions.Returns<Task<string>>(Task<string> value, Task<string> returnThis, params Task<string>[] returnThese)' due to differences in the nullability of reference types.
|
|
SS14.Labeller.Tests/IntegrationTests.cs#L128
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
SS14.Labeller.Tests/IntegrationTests.cs#L120
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
SS14.Labeller.Tests/IntegrationTests.cs#L72
Argument of type 'Task<string?>' cannot be used for parameter 'value' of type 'Task<string>' in 'ConfiguredCall SubstituteExtensions.Returns<Task<string>>(Task<string> value, Task<string> returnThis, params Task<string>[] returnThese)' due to differences in the nullability of reference types.
|
|
SS14.Labeller.Tests/IntegrationTests.cs#L88
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
SS14.Labeller.Tests/CustomWebApplicationFactory.cs#L14
Non-nullable property 'GitHubApiClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
SS14.Labeller/Handlers/LabelPullRequestReviewHandler.cs#L38
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
|
The logs for this run have expired and are no longer available.
Loading