Bump MailKit from 4.12.1 to 4.16.0 #57
Open
Annotations
11 warnings
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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/ScannerServices/VirusTotalService.cs#L42
Possible null reference argument for parameter 'json' in 'JsonDocument JsonDocument.Parse(string json, JsonDocumentOptions options = default(JsonDocumentOptions))'.
|
|
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.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