Release to NuGet #4
Triggered via release
December 16, 2024 23:46
fedeAlterio
published
477b363
Status
Success
Total duration
44s
Artifacts
–
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
SignalsDotnet/SignalsDotnet/Internals/FromObservableSignal.cs#L100
Nullability of reference types in return type of 'T? FromObservableSignal<T>.Value.get' doesn't match implicitly implemented member 'T IReadOnlySignal<T>.Value.get' (possibly because of nullability attributes).
|
build:
SignalsDotnet/SignalsDotnet/Internals/FromObservableSignal.cs#L100
Nullability of reference types in return type of 'T? FromObservableSignal<T>.UntrackedValue.get' doesn't match implicitly implemented member 'T IReadOnlySignal<T>.UntrackedValue.get' (possibly because of nullability attributes).
|
build:
SignalsDotnet/SignalsDotnet/Internals/FromObservableSignal.cs#L100
Nullability of reference types in type of parameter 'observer' of 'IDisposable FromObservableSignal<T>.Subscribe(IObserver<T?> observer)' doesn't match implicitly implemented member 'IDisposable IObservable<T>.Subscribe(IObserver<T> observer)'.
|
build:
SignalsDotnet/SignalsDotnet.Tests/AsyncComputedSignalTests.cs#L129
Test methods should not call ConfigureAwait(ConfigureAwaitOptions.ForceYielding), as it may bypass parallelization limits. Ensure ConfigureAwaitOptions.ContinueOnCapturedContext in the flags. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
SignalsDotnet/SignalsDotnet.Tests/EffectTests.cs#L134
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
build:
SignalsDotnet/SignalsDotnet/Internals/FromObservableSignal.cs#L100
Nullability of reference types in return type of 'T? FromObservableSignal<T>.Value.get' doesn't match implicitly implemented member 'T IReadOnlySignal<T>.Value.get' (possibly because of nullability attributes).
|
build:
SignalsDotnet/SignalsDotnet/Internals/FromObservableSignal.cs#L100
Nullability of reference types in return type of 'T? FromObservableSignal<T>.UntrackedValue.get' doesn't match implicitly implemented member 'T IReadOnlySignal<T>.UntrackedValue.get' (possibly because of nullability attributes).
|
build:
SignalsDotnet/SignalsDotnet/Internals/FromObservableSignal.cs#L100
Nullability of reference types in type of parameter 'observer' of 'IDisposable FromObservableSignal<T>.Subscribe(IObserver<T?> observer)' doesn't match implicitly implemented member 'IDisposable IObservable<T>.Subscribe(IObserver<T> observer)'.
|
build:
SignalsDotnet/SignalsDotnet.Tests/AsyncComputedSignalTests.cs#L129
Test methods should not call ConfigureAwait(ConfigureAwaitOptions.ForceYielding), as it may bypass parallelization limits. Ensure ConfigureAwaitOptions.ContinueOnCapturedContext in the flags. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
SignalsDotnet/SignalsDotnet.Tests/EffectTests.cs#L134
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|