Create dotnet.yml #1
Annotations
10 warnings
build:
LuminaBrain.Data/Auditing/AuditEntity.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LuminaBrain.Data/Aggregates/Entity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LuminaBrain.Core/Model/ResponseModel.cs#L25
Cannot convert null literal to non-nullable reference type.
|
build:
LuminaBrain.Core/Model/ResponseModel.cs#L30
Cannot convert null literal to non-nullable reference type.
|
build:
LuminaBrain.Core/Model/ResponseModel.cs#L35
Cannot convert null literal to non-nullable reference type.
|
build:
LuminadBrain.Entity/Powers/Aggregates/Role.cs#L25
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LuminadBrain.Entity/Users/Aggregates/User.cs#L51
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:
LuminadBrain.Entity/Users/Aggregates/User.cs#L51
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LuminadBrain.Entity/Users/Aggregates/User.cs#L51
Non-nullable property 'Salt' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LuminadBrain.Entity/Users/Aggregates/User.cs#L51
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|