Skip to content

Added small benchmark #2

Added small benchmark

Added small benchmark #2

Triggered via push December 18, 2024 19:41
Status Success
Total duration 1m 12s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

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)