Fix MacOS imports (#31) #2
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/checkout@v3, softprops/action-gh-release@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish packages
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Publish packages:
Localization/Localizer.cs#L46
Nullability of reference types in type of 'event PropertyChangedEventHandler Localizer.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Publish packages:
Localization/Localizer.cs#L23
Non-nullable field 'resources' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish packages:
Localization/Localizer.cs#L23
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish packages:
Localization/Localizer.cs#L23
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
Publish packages:
Localization/Localizer.cs#L43
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish packages:
Localization/LocalizeExtension.cs#L10
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Publish packages:
Windows/Console.axaml.cs#L74
Dereference of a possibly null reference.
|
Publish packages:
Windows/Console.axaml.cs#L27
Non-nullable field '_Parent' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Publish packages:
Windows/MainWindow.axaml.cs#L723
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
|
Loading