Adding video call (wip) #29
api-deployer-sandbox.yaml
on: push
Matrix: API Deployer SANDBOX eu-west-1 - BUILD
Annotations
12 warnings
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x):
src/Domain/Dto/Room/MessageDto.cs#L69
Possible null reference assignment.
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x):
src/Domain/Dto/Notifier/CallSignalModel.cs#L6
Non-nullable property 'RoomId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x):
src/Domain/Dto/Notifier/CallSignalModel.cs#L7
Non-nullable property 'VideoSDkToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x):
src/Infrastructure/Repositories/Base/DynamoRepository.cs#L240
Dereference of a possibly null reference.
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x):
src/Api/Infrastructure/Context/IApiContext.cs#L17
Dereference of a possibly null reference.
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x):
src/Api/Endpoints/V1/PubSub/Post.cs#L57
Dereference of a possibly null reference.
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x):
src/Api/Endpoints/V1/Room/Message/GetPaged.cs#L55
Argument of type 'List<string?>' cannot be used for parameter 'messageIds' of type 'List<string>' in 'Task<List<MessageEntity>> IMessageRepository.GetMessagesAsync(string id, List<string> messageIds, CancellationToken cancellationToken)' due to differences in the nullability of reference types.
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x):
src/Api/Program.cs#L101
Nullability of reference types in value of type 'Task<ProviderCultureResult>' doesn't match target type 'Task<ProviderCultureResult?>'.
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x):
src/Api/Program.cs#L202
Possible null reference argument for parameter 'assemblyName' in 'AssemblyName.AssemblyName(string assemblyName)'.
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x):
src/Api/Program.cs#L205
Dereference of a possibly null reference.
|
API Deployer SANDBOX eu-west-1 - BUILD (8.0.x)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|