Skip to content

olt common fixes

olt common fixes #344

Triggered via pull request January 15, 2024 21:51
Status Success
Total duration 3m 52s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/OLT.Core.Common.Abstractions/Extensions/OltArgumentNullException.cs#L7
Rename this class to remove "Exception" or correct its inheritance. (https://rules.sonarsource.com/csharp/RSPEC-2166)
Build: src/OLT.Logging.Serilog/NgxLogger/OltNgxLoggerStackJson.cs#L17
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/OLT.Logging.Serilog/NgxLogger/OltNgxLoggerStackJson.cs#L18
Non-nullable property 'FunctionName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/OLT.Logging.Serilog/NgxLogger/OltNgxLoggerStackJson.cs#L19
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/OLT.Logging.Serilog/NgxLogger/OltNgxLoggerDetailJson.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/OLT.Logging.Serilog/NgxLogger/OltNgxLoggerDetailJson.cs#L18
Non-nullable property 'AppId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/OLT.Logging.Serilog/NgxLogger/OltNgxLoggerDetailJson.cs#L19
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/OLT.Logging.Serilog/NgxLogger/OltNgxLoggerDetailJson.cs#L21
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/OLT.Logging.Serilog/NgxLogger/OltNgxLoggerDetailJson.cs#L22
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/OLT.Logging.Serilog/NgxLogger/OltNgxLoggerDetailJson.cs#L24
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.