Remove xpto directory and remove line dev #24
continous-integration.yml
on: push
Build & Test .NET Service
53s
Annotations
1 error and 9 warnings
|
Build & Test .NET Service
Process completed with exit code 1.
|
|
Build & Test .NET Service
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
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
'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.
|
|
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.
|