Merge pull request #11 from JasperFx/descriptions #55
Annotations
13 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build:
src/JasperFx.Core/TypeScanning/CompositeTypeFilter.cs#L57
'CompositeTypeFilter.Matches(Type)' hides inherited member 'CompositeFilter<Type>.Matches(Type)'. Use the new keyword if hiding was intended.
|
build:
src/JasperFx.Core/IoC/IAssemblyScanner.cs#L211
Cannot convert null literal to non-nullable reference type.
|
build:
src/JasperFx.Core/IoC/AssemblyScanner.cs#L231
Cannot convert null literal to non-nullable reference type.
|
build:
src/JasperFx.Core/TypeScanning/TypeRepository.cs#L89
Possible null reference argument for parameter 'filter' in 'void CompositeFilter<Type>.WithCondition(string description, Func<Type, bool> filter)'.
|
build:
src/JasperFx.Core/Descriptions/OptionsValue.cs#L10
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/JasperFx.Core/Descriptions/OptionsValue.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/JasperFx.Core/Descriptions/OptionsValue.cs#L10
Non-nullable property 'RawValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/JasperFx.Core/Descriptions/OptionsValue.cs#L10
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/JasperFx.Core/Descriptions/OptionsValue.cs#L44
Possible null reference assignment.
|
build:
src/JasperFx.Core/Descriptions/OptionsValue.cs#L45
Possible null reference assignment.
|
build
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|