feat: update dotnet to version 9 #476
Annotations
10 warnings
Build and Test Flight:
src/BuildingBlocks/TestBase/TestBase.cs#L707
'TestReadBase<TEntryPoint, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
|
Build and Test Flight:
src/BuildingBlocks/TestBase/TestBase.cs#L701
Cannot convert null literal to non-nullable reference type.
|
Build and Test Flight:
src/BuildingBlocks/TestBase/TestBase.cs#L723
'TestWriteBase<TEntryPoint, TWContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
|
Build and Test Flight:
src/BuildingBlocks/TestBase/TestBase.cs#L717
Cannot convert null literal to non-nullable reference type.
|
Build and Test Flight:
src/BuildingBlocks/TestBase/TestBase.cs#L741
'TestBase<TEntryPoint, TWContext, TRContext>.Fixture' hides inherited member 'TestFixtureCore<TEntryPoint>.Fixture'. Use the new keyword if hiding was intended.
|
Build and Test Flight:
src/BuildingBlocks/TestBase/TestBase.cs#L734
Cannot convert null literal to non-nullable reference type.
|
Build and Test Flight:
src/BuildingBlocks/Web/ConfigurationHelper.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Build and Test Flight:
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).
|
Build and Test Flight:
src/BuildingBlocks/Core/IEventDispatcher.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Build and Test Flight:
src/BuildingBlocks/Core/IEventDispatcher.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Loading