update action #14
Annotations
21 warnings
Dotnet Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Dotnet Build:
HTMLToDocX/Services/AppConfig.cs#L20
Nullability of reference types in type of 'event PropertyChangedEventHandler AppConfigData.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Dotnet Build:
HTMLToDocX/Utils/GAHelper.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Dotnet Build:
HTMLToDocX/Utils/GAHelper.cs#L110
Cannot convert null literal to non-nullable reference type.
|
Dotnet Build:
HTMLToDocX/Utils/ActionVersion.cs#L42
Dereference of a possibly null reference.
|
Dotnet Build:
HTMLToDocX/MainWindow.xaml.cs#L91
Dereference of a possibly null reference.
|
Dotnet Build:
EvernoteToNotionChrome/App.xaml.cs#L54
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet Build:
HTMLToDocX/MainWindow.xaml.cs#L117
Dereference of a possibly null reference.
|
Dotnet Build:
HTMLToDocX/MainWindow.xaml.cs#L80
The variable 'ex' is declared but never used
|
Dotnet Build:
EvernoteToNotionChrome/Service/AppConfig.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Dotnet Build:
HTMLToDocX/Utils/GAHelper.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Dotnet Build:
HTMLToDocX/Services/AppConfig.cs#L20
Nullability of reference types in type of 'event PropertyChangedEventHandler AppConfigData.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Dotnet Build:
HTMLToDocX/Utils/GAHelper.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Dotnet Build:
HTMLToDocX/Utils/GAHelper.cs#L110
Cannot convert null literal to non-nullable reference type.
|
Dotnet Build:
HTMLToDocX/Services/AppConfig.cs#L20
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Dotnet Build:
HTMLToDocX/Utils/GAHelper.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Dotnet Build:
HTMLToDocX/Utils/ActionVersion.cs#L42
Dereference of a possibly null reference.
|
Dotnet Build:
HTMLToDocX/Services/AppConfig.cs#L74
Possible null reference assignment.
|
Dotnet Build:
HTMLToDocX/Services/AppConfig.cs#L75
Dereference of a possibly null reference.
|
Dotnet Build:
HTMLToDocX/MainWindow.xaml.cs#L91
Dereference of a possibly null reference.
|
Dotnet Build:
HTMLToDocX/MainWindow.xaml.cs#L117
Dereference of a possibly null reference.
|