Skip to content

Update dependency Microsoft.Extensions.DependencyInjection.Abstractio… #235

Update dependency Microsoft.Extensions.DependencyInjection.Abstractio…

Update dependency Microsoft.Extensions.DependencyInjection.Abstractio… #235

Triggered via push November 12, 2024 20:33
Status Success
Total duration 38s
Artifacts
publish-package
29s
publish-package
Fit to window
Zoom out
Zoom in

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.