Merge pull request #1084 from MINIOpenSource/feature/skip-oobe #9
build_release.yml
on: push
Matrix: build_app
Build Nuget Packages
3m 22s
publish
0s
Annotations
1 error and 55 warnings
|
Build Nuget Packages
Process completed with exit code 1.
|
|
Build_windows_x64_trimmed_singleFile:
vendors/System.Device.Location/LocationProvider.cs#L102
Non-nullable event 'LocationChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Build_windows_x64_trimmed_singleFile:
vendors/System.Device.Location/LocationProvider.cs#L102
Non-nullable field 'm_propertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build_windows_x64_trimmed_singleFile:
vendors/System.Device.Location/LocationProvider.cs#L120
Nullability of reference types in type of parameter 'sender' of 'void GeoLocationProvider.OnInternalStatusChanged(object sender, GeoLocationStatusChangedEventArgs e)' doesn't match the target delegate 'EventHandler<GeoLocationStatusChangedEventArgs>' (possibly because of nullability attributes).
|
|
Build_windows_x64_trimmed_singleFile:
vendors/System.Device.Location/Internals.cs#L101
Possible null reference return.
|
|
Build_windows_x64_trimmed_singleFile:
vendors/System.Device.Location/Internals.cs#L100
Possible null reference return.
|
|
Build_windows_x64_trimmed_singleFile:
vendors/System.Device.Location/GeoCoordinateWatcherInternal.cs#L88
Possible null reference assignment.
|
|
Build_windows_x64_trimmed_singleFile:
vendors/System.Device.Location/GeoCoordinateWatcher.cs#L325
Nullability of reference types in type doesn't match implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Build_windows_x64_trimmed_singleFile:
vendors/System.Device.Location/LocationProvider.cs#L257
Nullability of reference types in type doesn't match implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Build_windows_x64_trimmed_singleFile:
vendors/System.Device.Location/GeoCoordinate.cs#L280
Nullability of reference types in type of parameter 'other' of 'bool GeoCoordinate.Equals(GeoCoordinate other)' doesn't match implicitly implemented member 'bool IEquatable<GeoCoordinate>.Equals(GeoCoordinate? other)' (possibly because of nullability attributes).
|
|
Build_windows_x64_trimmed_singleFile:
vendors/System.Device.Location/GeoCoordinate.cs#L255
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build_windows_x64_trimmed_singleFile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build_windows_x64_full_singleFile:
vendors/System.Device.Location/LocationProviderInternal.cs#L128
Non-nullable field 'm_eventGetLocDone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build_windows_x64_full_singleFile:
vendors/System.Device.Location/LocationProviderInternal.cs#L128
Non-nullable field 'm_location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build_windows_x64_full_singleFile:
vendors/System.Device.Location/LocationProviderInternal.cs#L128
Non-nullable field 'm_lock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build_windows_x64_full_singleFile:
vendors/System.Device.Location/LocationProviderInternal.cs#L136
Nullability of reference types in type of parameter 'state' of 'void GeoLocationProviderInternal.CreateHandler(object state)' doesn't match the target delegate 'WaitCallback' (possibly because of nullability attributes).
|
|
Build_windows_x64_full_singleFile:
vendors/System.Device.Location/LocationProviderInternal.cs#L116
Converting null literal or possible null value to non-nullable type.
|
|
Build_windows_x64_full_singleFile:
vendors/System.Device.Location/LocationProviderInternal.cs#L63
Possible null reference assignment.
|
|
Build_windows_x64_full_singleFile:
vendors/System.Device.Location/GeoCoordinateWatcher.cs#L325
Nullability of reference types in type doesn't match implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Build_windows_x64_full_singleFile:
vendors/System.Device.Location/LocationProvider.cs#L257
Nullability of reference types in type doesn't match implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Build_windows_x64_full_singleFile:
vendors/System.Device.Location/GeoCoordinate.cs#L280
Nullability of reference types in type of parameter 'other' of 'bool GeoCoordinate.Equals(GeoCoordinate other)' doesn't match implicitly implemented member 'bool IEquatable<GeoCoordinate>.Equals(GeoCoordinate? other)' (possibly because of nullability attributes).
|
|
Build_windows_x64_full_singleFile:
vendors/System.Device.Location/GeoCoordinate.cs#L255
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build_windows_x64_full_singleFile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build_windows_x86_full_singleFile:
vendors/System.Device.Location/GeoPosition.cs#L28
Possible null reference argument for parameter 'position' in 'GeoPosition<T>.GeoPosition(DateTimeOffset timestamp, T position)'.
|
|
Build_windows_x86_full_singleFile:
vendors/System.Device.Location/GeoCoordinate.cs#L258
Possible null reference argument for parameter 'other' in 'bool GeoCoordinate.Equals(GeoCoordinate other)'.
|
|
Build_windows_x86_full_singleFile:
vendors/System.Device.Location/LocationProviderInternal.cs#L116
Converting null literal or possible null value to non-nullable type.
|
|
Build_windows_x86_full_singleFile:
vendors/System.Device.Location/LocationProviderInternal.cs#L63
Possible null reference assignment.
|
|
Build_windows_x86_full_singleFile:
vendors/System.Device.Location/CivicAddressResolver.cs#L155
Cannot convert null literal to non-nullable reference type.
|
|
Build_windows_x86_full_singleFile:
vendors/System.Device.Location/CivicAddressResolver.cs#L138
Non-nullable event 'ResolveAddressCompleted' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Build_windows_x86_full_singleFile:
vendors/System.Device.Location/GeoCoordinateWatcher.cs#L325
Nullability of reference types in type doesn't match implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Build_windows_x86_full_singleFile:
vendors/System.Device.Location/LocationProvider.cs#L257
Nullability of reference types in type doesn't match implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Build_windows_x86_full_singleFile:
vendors/System.Device.Location/GeoCoordinate.cs#L280
Nullability of reference types in type of parameter 'other' of 'bool GeoCoordinate.Equals(GeoCoordinate other)' doesn't match implicitly implemented member 'bool IEquatable<GeoCoordinate>.Equals(GeoCoordinate? other)' (possibly because of nullability attributes).
|
|
Build_windows_x86_full_singleFile:
vendors/System.Device.Location/GeoCoordinate.cs#L255
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build_windows_x86_full_singleFile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build Nuget Packages:
ClassIsland.Shared/Interfaces/IAttachedSettingsControlBase.cs#L5
Missing XML comment for publicly visible type or member 'IAttachedSettingsControlBase.AttachedSettingsControlHelper'
|
|
Build Nuget Packages:
ClassIsland.Shared/Interfaces/IAttachedSettingsControlBase.cs#L3
Missing XML comment for publicly visible type or member 'IAttachedSettingsControlBase'
|
|
Build Nuget Packages:
ClassIsland.Shared/Models/Profile/TimeLayoutItem.cs#L13
The field 'TimeLayoutItem._isOnClass' is assigned but its value is never used
|
|
Build Nuget Packages:
ClassIsland.Shared/Helpers/ConfigureFileHelper.cs#L15
The field 'ConfigureFileHelper._logger' is never used
|
|
Build Nuget Packages:
ClassIsland.Shared/ObservableDictionary.cs#L189
Dereference of a possibly null reference.
|
|
Build Nuget Packages:
ClassIsland.Shared/ObservableDictionary.cs#L175
Dereference of a possibly null reference.
|
|
Build Nuget Packages:
ClassIsland.Shared/ObservableDictionary.cs#L148
Possible null reference return.
|
|
Build Nuget Packages:
ClassIsland.Shared/ObservableDictionary.cs#L125
Possible null reference return.
|
|
Build Nuget Packages:
ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'PropertyChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Build Nuget Packages:
ClassIsland.Shared/ObservableDictionary.cs#L8
Non-nullable event 'CollectionChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Build Nuget Packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
Build_windows_arm64_full_singleFile:
vendors/System.Device.Location/CivicAddressResolver.cs#L180
Nullability of reference types in type of parameter 'state' of 'void CivicAddressResolver.ResolveAddress(object state)' doesn't match the target delegate 'WaitCallback' (possibly because of nullability attributes).
|
|
Build_windows_arm64_full_singleFile:
vendors/System.Device.Location/CivicAddressResolver.cs#L170
Cannot convert null literal to non-nullable reference type.
|
|
Build_windows_arm64_full_singleFile:
vendors/System.Device.Location/CivicAddressResolver.cs#L155
Cannot convert null literal to non-nullable reference type.
|
|
Build_windows_arm64_full_singleFile:
vendors/System.Device.Location/CivicAddressResolver.cs#L138
Non-nullable event 'ResolveAddressCompleted' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
Build_windows_arm64_full_singleFile:
vendors/System.Device.Location/LocationProviderInternal.cs#L116
Converting null literal or possible null value to non-nullable type.
|
|
Build_windows_arm64_full_singleFile:
vendors/System.Device.Location/LocationProviderInternal.cs#L63
Possible null reference assignment.
|
|
Build_windows_arm64_full_singleFile:
vendors/System.Device.Location/LocationProvider.cs#L257
Nullability of reference types in type doesn't match implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Build_windows_arm64_full_singleFile:
vendors/System.Device.Location/GeoCoordinate.cs#L280
Nullability of reference types in type of parameter 'other' of 'bool GeoCoordinate.Equals(GeoCoordinate other)' doesn't match implicitly implemented member 'bool IEquatable<GeoCoordinate>.Equals(GeoCoordinate? other)' (possibly because of nullability attributes).
|
|
Build_windows_arm64_full_singleFile:
vendors/System.Device.Location/GeoCoordinate.cs#L255
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build_windows_arm64_full_singleFile:
vendors/System.Device.Location/GeoCoordinateWatcher.cs#L325
Nullability of reference types in type doesn't match implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
|
Build_windows_arm64_full_singleFile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
out_app_windows_arm64_full_singleFile
Expired
|
38.9 MB |
sha256:274076a891bbd1ab895f7f3350f0bbd528f1f9ec3565eefc688bd9c12f6cfaf0
|
|
|
out_app_windows_x64_full_singleFile
Expired
|
42.8 MB |
sha256:1cf377843b868f61b47e489a79f37d4b397a8915829d09eae4a9172df3bedb82
|
|
|
out_app_windows_x64_trimmed_singleFile
Expired
|
21.9 MB |
sha256:16c79dc9eff499414fc907a7a882bfd9dd7db3b785cb8d0240d5bdb6e171dbe0
|
|
|
out_app_windows_x86_full_singleFile
Expired
|
42 MB |
sha256:32e8a2d25449949b3cbdceb88947f6db9716a0af494079a499428084912d2a64
|
|