Changed logging into structured format - #21
Open
Fildrance wants to merge 5 commits into
Open
Annotations
11 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
SS14.Labeller.Tests/CustomWebApplicationFactory.cs#L23
Non-nullable property 'TopicsRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
SS14.Labeller.Tests/CustomWebApplicationFactory.cs#L22
Non-nullable property 'DiscourseClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
SS14.Labeller.Tests/CustomWebApplicationFactory.cs#L21
Non-nullable property 'GitHubApiClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
SS14.Labeller.Tests/GitHubApi/GithubRetryHandlerTests.cs#L131
'MockHttpMessageHandler.Send(HttpRequestMessage, CancellationToken)' hides inherited member 'HttpMessageHandler.Send(HttpRequestMessage, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
Build:
SS14.Labeller.Tests/GitHubApi/GithubRetryHandlerTests.cs#L69
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
Build:
SS14.Labeller.Tests/GitHubApi/GithubRetryHandlerTests.cs#L49
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
Build:
SS14.Labeller.Tests/CustomWebApplicationFactory.cs#L23
Non-nullable property 'TopicsRepository' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
SS14.Labeller.Tests/CustomWebApplicationFactory.cs#L22
Non-nullable property 'DiscourseClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
SS14.Labeller.Tests/CustomWebApplicationFactory.cs#L21
Non-nullable property 'GitHubApiClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
SS14.Labeller.Tests/GitHubApi/GithubRetryHandlerTests.cs#L131
'MockHttpMessageHandler.Send(HttpRequestMessage, CancellationToken)' hides inherited member 'HttpMessageHandler.Send(HttpRequestMessage, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
background
wait
wait-all
cancel
parallel
Loading