Enhance UI and Add New Properties to Commands #16
Annotations
10 warnings
|
build
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: SQLite. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
build:
src/Infrastructure/Persistence/Configurations/GateConfiguration.cs#L36
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PermitTypes>(IEnumerable<PermitTypes> first, IEnumerable<PermitTypes> second)'.
|
|
build:
src/Infrastructure/Persistence/Configurations/GateConfiguration.cs#L36
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PermitTypes>(IEnumerable<PermitTypes> first, IEnumerable<PermitTypes> second)'.
|
|
build:
src/Infrastructure/Persistence/Configurations/GateConfiguration.cs#L28
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PermitTypes>(IEnumerable<PermitTypes> first, IEnumerable<PermitTypes> second)'.
|
|
build:
src/Infrastructure/Persistence/Configurations/GateConfiguration.cs#L28
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PermitTypes>(IEnumerable<PermitTypes> first, IEnumerable<PermitTypes> second)'.
|
|
build:
src/Application/Features/Holidays/Specifications/HolidayAdvancedSpecification.cs#L31
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
|
build:
src/Domain/Entities/Gate.cs#L17
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:
src/Domain/Entities/SpaceGroup.cs#L12
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:
src/Domain/Entities/Zone.cs#L26
Non-nullable property 'Carpark' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Domain/Entities/Zone.cs#L22
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|