Improve run-tests.yml performance: only restore/build required projec… #37
Annotations
20 warnings
|
src/Libraries/Matching.Core/Matcher.cs#L26
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Matcher.cs#L26
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Matcher.cs#L19
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Matcher.cs#L19
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Messaging/Services/RabbitService.cs#L28
Non-nullable field 'connection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/Libraries/Messaging/Services/RabbitService.cs#L28
Non-nullable field 'channel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/Libraries/EnvironmentSetup/ConfigureEnvironment.cs#L81
Possible null reference argument for parameter 'password' in 'RabbitHostingContextWrapper.RabbitHostingContextWrapper(string? hostingContext, string username = "guest", string password = "guest")'.
|
|
src/Libraries/EnvironmentSetup/ConfigureEnvironment.cs#L81
Possible null reference argument for parameter 'username' in 'RabbitHostingContextWrapper.RabbitHostingContextWrapper(string? hostingContext, string username = "guest", string password = "guest")'.
|
|
src/Libraries/EnvironmentSetup/ConfigureEnvironment.cs#L81
Possible null reference argument for parameter 'password' in 'RabbitHostingContextWrapper.RabbitHostingContextWrapper(string? hostingContext, string username = "guest", string password = "guest")'.
|
|
src/Libraries/EnvironmentSetup/ConfigureEnvironment.cs#L81
Possible null reference argument for parameter 'username' in 'RabbitHostingContextWrapper.RabbitHostingContextWrapper(string? hostingContext, string username = "guest", string password = "guest")'.
|
|
src/Libraries/EnvironmentSetup/ConfigureEnvironment.cs#L81
Possible null reference argument for parameter 'username' in 'RabbitHostingContextWrapper.RabbitHostingContextWrapper(string? hostingContext, string username = "guest", string password = "guest")'.
|
|
src/Libraries/Matching.Core/Matchers/PostcodeMatcher.cs#L24
Dereference of a possibly null reference.
|
|
src/Libraries/Matching.Core/Matcher.cs#L26
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Matcher.cs#L26
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Matcher.cs#L19
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Matcher.cs#L19
Converting null literal or possible null value to non-nullable type.
|
|
src/Libraries/Matching.Core/Search/Precedence.cs#L88
Dereference of a possibly null reference.
|
|
src/Libraries/Matching.Core/Search/Precedence.cs#L78
Dereference of a possibly null reference.
|
|
src/Libraries/Matching.Core/Search/Precedence.cs#L78
Dereference of a possibly null reference.
|
|
src/Libraries/Matching.Core/Search/Precedence.cs#L66
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading