Skip to content

Merge pull request #6 from meysamhadeli/feat/update-packages-to-dotne… #10

Merge pull request #6 from meysamhadeli/feat/update-packages-to-dotne…

Merge pull request #6 from meysamhadeli/feat/update-packages-to-dotne… #10

Triggered via push February 13, 2026 19:13
Status Success
Total duration 2m 2s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
ci: src/BuildingBlocks/Core/IEventDispatcher.cs#L7
Cannot convert null literal to non-nullable reference type.
ci: src/BuildingBlocks/Web/ConfigurationHelper.cs#L7
Cannot convert null literal to non-nullable reference type.
ci: src/BuildingBlocks/OpenTelemetryCollector/DiagnosticsProvider/CustomeDiagnosticsProvider.cs#L89
Nullability of reference types in return type of 'Task<TResult?> CustomeDiagnosticsProvider.ExecuteActivityAsync<TResult>(CreateActivityInfo createActivityInfo, Func<Activity?, CancellationToken, Task<TResult>> action, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<TResult> IDiagnosticsProvider.ExecuteActivityAsync<TResult>(CreateActivityInfo createActivityInfo, Func<Activity?, CancellationToken, Task<TResult>> action, CancellationToken cancellationToken = default(CancellationToken))'.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L711
Cannot convert null literal to non-nullable reference type.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L718
'TestBase<TEntryPoint, TWContext, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L693
Cannot convert null literal to non-nullable reference type.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L700
'TestWriteBase<TEntryPoint, TWContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L676
Cannot convert null literal to non-nullable reference type.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L683
'TestReadBase<TEntryPoint, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
ci: src/BuildingBlocks/TestBase/TestBase.cs#L530
Cannot convert null literal to non-nullable reference type.