Skip to content

Remove steps

Remove steps #15

Triggered via push August 26, 2025 14:03
Status Failure
Total duration 35s
Artifacts
Build & Test .NET Service
30s
Build & Test .NET Service
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
Build & Test .NET Service
Process completed with exit code 1.
Build & Test .NET Service: src/ProjectManagement/ProjectManagement.Domain/Aggregates/Organization.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test .NET Service: src/ProjectManagement/ProjectManagement.Domain/Aggregates/EntityBase.cs#L7
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test .NET Service: src/ProjectManagement/ProjectManagement.Domain/Aggregates/Project.cs#L5
'Project.Identifier' hides inherited member 'EntityBase<Guid>.Identifier'. Use the new keyword if hiding was intended.
Build & Test .NET Service: src/ProjectManagement/ProjectManagement.Domain/Aggregates/Organization.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test .NET Service: src/ProjectManagement/ProjectManagement.Domain/Aggregates/EntityBase.cs#L7
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Test .NET Service: src/ProjectManagement/ProjectManagement.Domain/Aggregates/Project.cs#L5
'Project.Identifier' hides inherited member 'EntityBase<Guid>.Identifier'. Use the new keyword if hiding was intended.