Skip to content

Integration Features #17

Integration Features

Integration Features #17

Triggered via pull request June 28, 2024 15:43
Status Failure
Total duration 1m 8s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build: src/DtronixPackage.Tests/PackageManagerViewModelTests/TestPackageManagerViewModel.cs#L59
'TestPackageManagerViewModel.BrowseOpenFile(out string, out bool)': return type must be 'Task<bool>' to match overridden member 'PackageManagerViewModel<PackageManagerViewModelPackage, TestPackageContent>.BrowseOpenFile(out string, out bool)'
build: src/DtronixPackage.Tests/PackageManagerViewModelTests/TestPackageManagerViewModel.cs#L68
'TestPackageManagerViewModel.BrowseSaveFile(out string)': return type must be 'Task<bool>' to match overridden member 'PackageManagerViewModel<PackageManagerViewModelPackage, TestPackageContent>.BrowseSaveFile(out string)'
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
build: src/DtronixPackage/PackageContent.cs#L8
Nullability of reference types in type of 'event PropertyChangedEventHandler PackageContent.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: src/DtronixPackage/PackageContent.cs#L10
Cannot convert null literal to non-nullable reference type.
build: src/DtronixPackage/RecursiveChangeNotifier/ChangeListener.cs#L14
Nullability of reference types in type of 'event PropertyChangedEventHandler ChangeListener.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: src/DtronixPackage/RecursiveChangeNotifier/ChangeListener.cs#L21
Nullability of reference types in type of 'event NotifyCollectionChangedEventHandler ChangeListener.CollectionChanged' doesn't match implicitly implemented member 'event NotifyCollectionChangedEventHandler? INotifyCollectionChanged.CollectionChanged'.
build: src/DtronixPackage/PackageContent.cs#L8
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: src/DtronixPackage/RecursiveChangeNotifier/CollectionChangeListener.cs#L28
Nullability of reference types in type of parameter 'sender' of 'void CollectionChangeListener.Value_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
build: src/DtronixPackage/RecursiveChangeNotifier/CollectionChangeListener.cs#L48
Nullability of reference types in type of parameter 'sender' of 'void CollectionChangeListener.Listener_PropertyChanged(object sender, PropertyChangedEventArgs e)' doesn't match the target delegate 'PropertyChangedEventHandler' (possibly because of nullability attributes).
build: src/DtronixPackage/RecursiveChangeNotifier/CollectionChangeListener.cs#L49
Nullability of reference types in type of parameter 'sender' of 'void CollectionChangeListener.listener_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)' doesn't match the target delegate 'NotifyCollectionChangedEventHandler' (possibly because of nullability attributes).
build: src/DtronixPackage/Upgrades/PackageUpgrade_1_1_0.cs#L72
Converting null literal or possible null value to non-nullable type.
build: src/DtronixPackage/Upgrades/PackageUpgrade_1_1_0.cs#L74
Dereference of a possibly null reference.