Skip to content

chore(deps): update dependency soenneker.reflection.cache to v2.1.19 … #49

chore(deps): update dependency soenneker.reflection.cache to v2.1.19 …

chore(deps): update dependency soenneker.reflection.cache to v2.1.19 … #49

Triggered via push February 1, 2024 20:18
Status Success
Total duration 47s
Artifacts
publish-package
38s
publish-package
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish-package: src/Abstract/IAutoFaker.cs#L18
Cannot convert null literal to non-nullable reference type.
publish-package: src/Abstract/IAutoFaker.cs#L27
Cannot convert null literal to non-nullable reference type.
publish-package: src/AutoFaker.cs#L25
Possible null reference return.
publish-package: src/AutoMember.cs#L32
Dereference of a possibly null reference.
publish-package: src/AutoMember.cs#L35
Nullability of reference types in return type of 'object? FieldInfo.GetValue(object? obj)' doesn't match the target delegate 'Func<object, object>' (possibly because of nullability attributes).
publish-package: src/AutoMember.cs#L42
Dereference of a possibly null reference.
publish-package: src/AutoMember.cs#L45
Possible null reference return.
publish-package: src/AutoMember.cs#L23
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/AutoMember.cs#L23
Non-nullable property 'CachedType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-package: src/AutoMember.cs#L23
Non-nullable property 'Getter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.