Add template support for email notifications - #56
Merged
Annotations
10 warnings
|
test/Tests/Test/RetryServiceTest.cs#L49
Cannot convert null literal to non-nullable reference type.
|
|
src/DNS-BLM.Infrastructure/Services/ScannerServices/VirusTotalService.cs#L149
Non-nullable field 'status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
src/DNS-BLM.Infrastructure/Services/ScannerServices/VirusTotalService.cs#L85
Converting null literal or possible null value to non-nullable type.
|
|
src/DNS-BLM.Infrastructure/Services/RetryService.cs#L75
Non-nullable property 'Result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DNS-BLM.Infrastructure/Services/ScannerServices/VirusTotalService.cs#L42
Possible null reference argument for parameter 'json' in 'JsonDocument JsonDocument.Parse(string json, JsonDocumentOptions options = default(JsonDocumentOptions))'.
|
|
src/DNS-BLM.Domain/Configuration/AppConfiguration.cs#L27
Non-nullable property 'TimedTasks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DNS-BLM.Domain/Configuration/AppConfiguration.cs#L21
Non-nullable property 'Domains' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DNS-BLM.Domain/Configuration/AppConfiguration.cs#L17
Non-nullable property 'Mail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DNS-BLM.Domain/Configuration/AppConfiguration.cs#L14
Non-nullable property 'ReportReceiver' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/DNS-BLM.Domain/Configuration/AppConfiguration.cs#L10
Non-nullable property 'ApiCredentials' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading