Skip to content

Speed improvements

Speed improvements #64

Triggered via pull request February 5, 2024 02:47
Status Failure
Total duration 45s
Artifacts

build-and-test.yml

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

Annotations

1 error and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test: src/Services/GeneratorService.cs#L57
Nullable value type may be null.
build-and-test: src/Services/GeneratorService.cs#L65
Nullable value type may be null.
build-and-test: src/Services/GeneratorService.cs#L74
Nullable value type may be null.
build-and-test: src/AutoMember.cs#L57
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).
build-and-test: src/AutoMember.cs#L49
Non-nullable field 'Setter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-test: src/AutoFakerBinder.cs#L62
Possible null reference assignment.
build-and-test: src/Context/AutoFakerOverrideContext.cs#L43
Possible null reference assignment.
build-and-test: src/Context/AutoFakerOverrideContext.cs#L39
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#L39
Non-nullable property 'GenerateType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-test: src/AutoMember.cs#L69
Possible null reference return.