Skip to content

chore(deps): update dependency soenneker.reflection.cache to v2.1.73 #152

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

chore(deps): update dependency soenneker.reflection.cache to v2.1.73 #152

Triggered via pull request March 8, 2024 13:36
Status Success
Total duration 45s
Artifacts

build-and-test.yml

on: pull_request
build-and-test
36s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/Generators/Types/TypeGenerator.cs#L17
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Generators/Types/SetGenerator.cs#L15
Dereference of a possibly null reference.
build-and-test: src/Generators/Types/SetGenerator.cs#L23
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
build-and-test: src/Generators/Types/SetGenerator.cs#L23
Converting null literal or possible null value to non-nullable type.
build-and-test: src/Generators/Types/SetGenerator.cs#L35
Dereference of a possibly null reference.
build-and-test: src/Generators/Types/SetGenerator.cs#L38
Possible null reference return.
build-and-test: src/Context/AutoFakerOverrideContext.cs#L42
Possible null reference assignment.
build-and-test: src/Context/AutoFakerOverrideContext.cs#L43
Possible null reference assignment.
build-and-test: src/Context/AutoFakerOverrideContext.cs#L40
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/Context/AutoFakerOverrideContext.cs#L40
Non-nullable property 'GenerateType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.