Skip to content

deps: Bump the all-dependencies group with 2 updates #106

deps: Bump the all-dependencies group with 2 updates

deps: Bump the all-dependencies group with 2 updates #106

Triggered via pull request May 13, 2026 04:30
Status Success
Total duration 2m 35s
Artifacts

run-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test-windows: src/Libraries/Infrastructure/Entities/Clustering/ClusterAttribute.cs#L7
Non-nullable property 'RecordSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-windows: src/Libraries/Infrastructure/Entities/Clustering/ClusterAttribute.cs#L6
Non-nullable property 'UPCI' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-windows: src/Libraries/Infrastructure/Entities/Clustering/ClusterEdgeProbabilities.cs#L9
Non-nullable property 'TargetKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-windows: src/Libraries/Infrastructure/Entities/Clustering/ClusterEdgeProbabilities.cs#L8
Non-nullable property 'TargetName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-windows: src/Libraries/Infrastructure/Entities/Clustering/ClusterEdgeProbabilities.cs#L7
Non-nullable property 'SourceKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-windows: src/Libraries/Infrastructure/Entities/Clustering/ClusterEdgeProbabilities.cs#L6
Non-nullable property 'SourceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-windows: src/Libraries/Infrastructure/Entities/Clustering/ClusterMembership.cs#L7
Non-nullable property 'NodeKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-windows: src/Libraries/Infrastructure/Entities/Clustering/ClusterMembership.cs#L6
Non-nullable property 'NodeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-windows: src/Libraries/Infrastructure/Entities/Clustering/UPCI2.cs#L6
Non-nullable property 'Upci' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test-windows: src/Libraries/Infrastructure/Entities/Aggregation/ClusterAggregate.cs#L19
Non-nullable property 'Primary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.