Adjusted the way error messages are displayed #54
Annotations
10 errors and 11 warnings
build:
msbuild-gui/APISettings.xaml.cs#L26
'Settings' does not contain a definition for 'Provider' and no accessible extension method 'Provider' accepting a first argument of type 'Settings' could be found (are you missing a using directive or an assembly reference?)
|
build:
msbuild-gui/APISettings.xaml.cs#L27
'Settings' does not contain a definition for 'APIKey' and no accessible extension method 'APIKey' accepting a first argument of type 'Settings' could be found (are you missing a using directive or an assembly reference?)
|
build:
msbuild-gui/APISettings.xaml.cs#L28
'Settings' does not contain a definition for 'AzDeploymentId' and no accessible extension method 'AzDeploymentId' accepting a first argument of type 'Settings' could be found (are you missing a using directive or an assembly reference?)
|
build:
msbuild-gui/APISettings.xaml.cs#L29
'Settings' does not contain a definition for 'AzBaseDomain' and no accessible extension method 'AzBaseDomain' accepting a first argument of type 'Settings' could be found (are you missing a using directive or an assembly reference?)
|
build:
msbuild-gui/APISettings.xaml.cs#L30
'Settings' does not contain a definition for 'ModelList' and no accessible extension method 'ModelList' accepting a first argument of type 'Settings' could be found (are you missing a using directive or an assembly reference?)
|
build:
msbuild-gui/APISettings.xaml.cs#L35
'Settings' does not contain a definition for 'Model' and no accessible extension method 'Model' accepting a first argument of type 'Settings' could be found (are you missing a using directive or an assembly reference?)
|
build:
msbuild-gui/APISettings.xaml.cs#L51
'Settings' does not contain a definition for 'Provider' and no accessible extension method 'Provider' accepting a first argument of type 'Settings' could be found (are you missing a using directive or an assembly reference?)
|
build:
msbuild-gui/APISettings.xaml.cs#L52
'Settings' does not contain a definition for 'APIKey' and no accessible extension method 'APIKey' accepting a first argument of type 'Settings' could be found (are you missing a using directive or an assembly reference?)
|
build:
msbuild-gui/APISettings.xaml.cs#L53
'Settings' does not contain a definition for 'Model' and no accessible extension method 'Model' accepting a first argument of type 'Settings' could be found (are you missing a using directive or an assembly reference?)
|
build:
msbuild-gui/APISettings.xaml.cs#L54
'Settings' does not contain a definition for 'AzDeploymentId' and no accessible extension method 'AzDeploymentId' accepting a first argument of type 'Settings' could be found (are you missing a using directive or an assembly reference?)
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: GuillaumeFalourd/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
msbuild-gui/MainWindow.xaml.cs#L890
Nullability of reference types in type of 'event PropertyChangedEventHandler ResourceService.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
build:
msbuild-gui/MainWindow.xaml.cs#L891
Cannot convert null literal to non-nullable reference type.
|
build:
msbuild-gui/VersionWindow.xaml.cs#L18
Dereference of a possibly null reference.
|
build:
msbuild-gui/App.xaml.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build:
msbuild-gui/App.xaml.cs#L33
Possible null reference argument for parameter 'e' in 'void App.HandleException(Exception e)'.
|
build:
msbuild-gui/App.xaml.cs#L34
Possible null reference argument for parameter 'e' in 'void App.HandleException(Exception e)'.
|
build:
msbuild-gui/Console.xaml.cs#L22
Non-nullable field 'command' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
msbuild-gui/InputWindow.xaml.cs#L31
Nullable value type may be null.
|
build:
msbuild-gui/Console.xaml.cs#L194
Converting null literal or possible null value to non-nullable type.
|
build:
msbuild-gui/MainWindow.xaml.cs#L51
Non-nullable field 'Language' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|