Skip to content

ci: fix deploy to stg #126

ci: fix deploy to stg

ci: fix deploy to stg #126

Triggered via push June 19, 2024 11:29
Status Success
Total duration 2m 0s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Ops.Console/InputRecord.cs#L11
'InputRecord.InputRecord()': new protected member declared in sealed type
Build: src/Ops.Console/ProcessedRecord.cs#L10
'ProcessedRecord.ProcessedRecord()': new protected member declared in sealed type
Build: src/Ops.Console/Program.cs#L29
'Program.Program()': new protected member declared in sealed type
Build: src/Ops.Console/AcmIdmService.cs#L60
Possible null reference assignment.
Build: src/Ops.Console/ProcessedRecord.cs#L10
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Console/ProcessedRecord.cs#L10
Non-nullable property 'TicketUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Console/InputRecord.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Console/InputRecord.cs#L11
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Ops.Console/Program.cs#L52
Dispose 'cts' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
Build: src/Ops.Tickets.Console/TicketRecord.cs#L10
'TicketRecord.TicketRecord()': new protected member declared in sealed type