Merge pull request #5 from meysamhadeli/chore/update-aspire-settings #8
Annotations
10 warnings
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L743
'TestWriteBase<TEntryPoint, TWContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
|
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L721
Cannot convert null literal to non-nullable reference type.
|
|
ci:
src/BuildingBlocks/TestBase/TestBase.cs#L727
'TestReadBase<TEntryPoint, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
|
|
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/Core/IEventDispatcher.cs#L9
Cannot convert null literal to non-nullable reference type.
|
|
ci:
src/BuildingBlocks/Core/IEventDispatcher.cs#L7
Cannot convert null literal to non-nullable reference type.
|
|
ci:
src/BuildingBlocks/Core/EventDispatcher.cs#L70
Cannot convert null literal to non-nullable reference type.
|
|
ci:
src/BuildingBlocks/Core/EventDispatcher.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
ci:
src/BuildingBlocks/Web/SlugifyParameterTransformer.cs#L9
Nullability of reference types in type of parameter 'value' of 'string SlugifyParameterTransformer.TransformOutbound(object value)' doesn't match implicitly implemented member 'string? IOutboundParameterTransformer.TransformOutbound(object? value)' (possibly because of nullability attributes).
|
|
ci:
src/BuildingBlocks/Web/ConfigurationHelper.cs#L7
Cannot convert null literal to non-nullable reference type.
|