Skip to content

Adding video call (wip) #29

Adding video call (wip)

Adding video call (wip) #29

Triggered via push January 5, 2025 15:57
Status Success
Total duration 1m 2s
Artifacts
Matrix: API Deployer SANDBOX eu-west-1 - BUILD
Fit to window
Zoom out
Zoom in

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/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/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/