Skip to content

Improve Serializer #555

Improve Serializer

Improve Serializer #555

Triggered via push June 8, 2024 12:22
Status Success
Total duration 2m 54s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The target framework 'net5.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: CommonDialogs/FolderControl.xaml.cs#L97
Nullability of reference types in type of 'event PropertyChangedEventHandler FolderControl.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: CommonDialogs/SqlView.cs#L193
Nullability of reference types in type of 'event PropertyChangedEventHandler SqlView.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: CommonDialogs/FolderBrowser.xaml.cs#L30
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CommonDialogs/FolderBrowser.xaml.cs#L40
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CommonDialogs/FolderControl.xaml.cs#L38
Non-nullable field '_lookUp' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CommonDialogs/FolderControl.xaml.cs#L38
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: CommonDialogs/SqlView.cs#L31
Non-nullable field '_closeCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CommonDialogs/SqlView.cs#L36
Non-nullable field '_connectCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CommonDialogs/SqlView.cs#L41
Non-nullable field '_dataBase' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.