Update dependency Microsoft.Extensions.DependencyInjection.Abstractio… #235
Annotations
10 warnings
publish-package:
src/Types/CachedType.cs#L58
Possible null reference argument for parameter 'type' in 'CachedType CachedTypes.GetCachedType(Type type)'.
|
publish-package:
src/Types/CachedType.cs#L58
Nullability of reference types in value of type 'Lazy<CachedType>' doesn't match target type 'Lazy<CachedType?>'.
|
publish-package:
src/Types/CachedType.cs#L45
Non-nullable field '_isAbstractLazy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish-package:
src/Types/CachedType.cs#L45
Non-nullable field '_isInterfaceLazy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish-package:
src/Types/CachedType.cs#L45
Non-nullable field '_isGenericTypeLazy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish-package:
src/Types/CachedType.cs#L45
Non-nullable field '_isEnumLazy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish-package:
src/Types/CachedType.cs#L45
Non-nullable field '_isNullable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish-package:
src/Types/CachedType.cs#L45
Non-nullable field '_isByRef' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish-package:
src/Types/CachedType.cs#L45
Non-nullable field '_isArray' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish-package:
src/Types/CachedType.cs#L45
Non-nullable field '_isDictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|