Skip to content

v.1.0.5

v.1.0.5 #53

Triggered via push November 12, 2023 14:14
Status Success
Total duration 2m 55s
Artifacts

build-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: GuillaumeFalourd/setup-windows10-sdk-action@v1.5. 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/SingleBuild.xaml.cs#L52
Dereference of a possibly null reference.
build: msbuild-gui/SingleBuild.xaml.cs#L52
Possible null reference argument for parameter 'oldValue' in 'string string.Replace(string oldValue, string? newValue)'.
build: msbuild-gui/SingleBuild.xaml.cs#L57
Argument of type 'List<string?>' cannot be used for parameter 'targets' of type 'List<string>' in 'void MainWindow.RunBuild(List<string> targets, string? SourceFolder, string? OutputFolder, string? MsBuild, string? Target, string? AssemblySearchPaths, string? Configuration, string? VisualStudioVersion)' due to differences in the nullability of reference types.
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/InputWindow.xaml.cs#L31
Nullable value type may be null.