Annotations
23 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/ChannelDTO.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/ChannelDTO.cs#L7
Non-nullable property 'Messages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/MessageDTO.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Source/Modules/Channels/Shared/DTOs/ChannelAggregate/MessageDTO.cs#L9
Non-nullable property 'DerivedTopicId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L53
The variable '_' is declared but never used
|
Build:
Source/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L25
The variable 'ex' is declared but never used
|
Build:
Source/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L47
The variable 'ex' is declared but never used
|
Build:
Source/Shared/Features/Modules/IModuleStartup.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/Shared/Features/Configuration/ConfigurationObjectValidator.cs#L7
Nullability of reference types in type of parameter 'name' of 'ValidateOptionsResult ConfigurationObjectValidator<TConfiguration>.Validate(string name, TConfiguration options)' doesn't match implicitly implemented member 'ValidateOptionsResult IValidateOptions<TConfiguration>.Validate(string? name, TConfiguration options)' (possibly because of nullability attributes).
|
Build:
Source/Shared/Features/Domain/ValueObject.cs#L21
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Upload Test Results
Unexpected input(s) 'if', valid inputs are ['name', 'path', 'if-no-files-found', 'retention-days', 'include-hidden-files']
|
Upload Test Results
No files were found with the provided path: TestResults. No artifacts will be uploaded.
|
Publish:
Source/Shared/Kernel/Extensions/ClaimsPrincipal/ClaimsPrincipalExtensions.cs#L53
The variable '_' is declared but never used
|
Publish:
Source/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L25
The variable 'ex' is declared but never used
|
Publish:
Source/Shared/Kernel/BuildingBlocks/Services/Http/HttpClientService.cs#L47
The variable 'ex' is declared but never used
|
Publish:
Source/Shared/Features/Configuration/ConfigurationObjectValidator.cs#L7
Nullability of reference types in type of parameter 'name' of 'ValidateOptionsResult ConfigurationObjectValidator<TConfiguration>.Validate(string name, TConfiguration options)' doesn't match implicitly implemented member 'ValidateOptionsResult IValidateOptions<TConfiguration>.Validate(string? name, TConfiguration options)' (possibly because of nullability attributes).
|
Publish:
Source/Shared/Features/Modules/IModuleStartup.cs#L10
Cannot convert null literal to non-nullable reference type.
|
Publish:
Source/Shared/Features/Modules/Registrator.cs#L12
Cannot convert null literal to non-nullable reference type.
|
Publish:
Source/Shared/Features/Modules/Registrator.cs#L25
Cannot convert null literal to non-nullable reference type.
|
Publish:
Source/Shared/Features/Domain/ValueObject.cs#L21
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Publish:
Source/Shared/Features/SignalR/UserIdProvider.cs#L10
Dereference of a possibly null reference.
|
Publish:
Source/Shared/Features/SignalR/UserIdProvider.cs#L10
Possible null reference return.
|
Loading