Fix Linux path separator issue in PathTemplateHelper (issue #292) #40
build.yml
on: pull_request
Build Papercut SMTP
4m 33s
Build and Push Docker Image
0s
Annotations
1 error and 10 warnings
|
Build Papercut SMTP
Process completed with exit code 1.
|
|
Build Papercut SMTP:
src/Papercut.Message/Helpers/MessageHelper.cs#L68
This call site is reachable on all platforms. 'RegistryKey.GetValue(string?, object?)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
Build Papercut SMTP:
src/Papercut.Message/Helpers/MessageHelper.cs#L64
Possible null reference return.
|
|
Build Papercut SMTP:
src/Papercut.Message/Helpers/MessageHelper.cs#L70
Dereference of a possibly null reference.
|
|
Build Papercut SMTP:
src/Papercut.Message/Helpers/MessageHelper.cs#L68
Dereference of a possibly null reference.
|
|
Build Papercut SMTP:
src/Papercut.Message/MessageWatcher.cs#L37
Non-nullable event 'RefreshNeeded' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Build Papercut SMTP:
src/Papercut.Message/MessageWatcher.cs#L37
Non-nullable event 'NewMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Build Papercut SMTP:
src/Papercut.Message/MessageWatcher.cs#L37
Non-nullable field '_watchers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build Papercut SMTP:
src/Papercut.Message/MessageWatcher.cs#L41
Nullability of reference types in type of parameter 'sender' of 'void MessageWatcher.OnRefreshLoadPaths(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
|
|
Build Papercut SMTP
The assembly 'Cake.Incubator, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null'
|
|
Build Papercut SMTP
The assembly 'Cake.FileHelpers, Version=6.1.3.0, Culture=neutral, PublicKeyToken=null'
|