Merge pull request #458 from runceel/main #303
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-java@v2, microsoft/[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/
|
Add msbuild to PATH
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:
Source/ReactiveProperty.NETStandard/Interactivity/DelegateConverter.cs#L17
Nullability of reference types in type of parameter 'source' doesn't match overridden member.
|
Build:
Source/ReactiveProperty.NETStandard/ReadOnlyReactiveCollection.cs#L76
Possible null reference assignment.
|
Build:
Source/ReactiveProperty.NETStandard/ReactivePropertyScheduler.cs#L12
Non-nullable field 'defaultSchedulerFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Source/ReactiveProperty.NETStandard/ObservableAsyncHandler.cs#L33
Non-nullable field 'currentValue' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Source/ReactiveProperty.NETStandard/ObservableAsyncHandler.cs#L33
Non-nullable field 'exception' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Source/ReactiveProperty.NETStandard/ObservableAsyncHandler.cs#L33
Non-nullable field 'continuation' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build:
Source/ReactiveProperty.NETStandard/ObservableAsyncHandler.cs#L73
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/ReactiveProperty.NETStandard/ObservableAsyncHandler.cs#L82
Cannot convert null literal to non-nullable reference type.
|
Build:
Source/ReactiveProperty.NETStandard/Internals/PropertyObservableLegacy.cs#L23
Possible null reference return.
|
Build:
Source/ReactiveProperty.NETStandard/ObservableAsyncHandler.cs#L150
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading