Skip to content

chore(deps): update all non-major dependencies #342

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #342

Triggered via pull request July 10, 2024 13:51
Status Success
Total duration 2m 12s
Artifacts

benchmarks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
benchmark: src/Vfps/Data/Models/Pseudonym.cs#L5
Non-nullable property 'OriginalValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
benchmark: src/Vfps/Data/Models/Pseudonym.cs#L6
Non-nullable property 'PseudonymValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
benchmark: src/Vfps/Data/Models/Pseudonym.cs#L7
Non-nullable property 'NamespaceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
benchmark: src/Vfps/Data/Models/Namespace.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
benchmark: src/Vfps/Data/Models/Namespace.cs#L16
Non-nullable property 'Pseudonyms' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.