Skip to content

Remove references to develop branch from github actions. (#80) #62

Remove references to develop branch from github actions. (#80)

Remove references to develop branch from github actions. (#80) #62

Triggered via push January 23, 2026 09:46
Status Success
Total duration 1m 44s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy: 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.
deploy: 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.
deploy: 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.
deploy: 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.
deploy: 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.
deploy: 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.
deploy: 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.
deploy: 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.
deploy: 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.
deploy: 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.