finished #22
Annotations
10 errors and 10 warnings
build:
XPhone/XPhone.Tests/QueriesTests/ClientQueryServiceTest.cs#L31
Argument 2: cannot convert from 'method group' to 'int'
|
build:
XPhone/XPhone.Tests/QueriesTests/ClientQueryServiceTest.cs#L35
Cannot apply indexing with
|
build:
XPhone/XPhone.Tests/QueriesTests/ClientQueryServiceTest.cs#L36
Cannot apply indexing with
|
build:
XPhone/XPhone.Tests/QueriesTests/ClientQueryServiceTest.cs#L37
Cannot apply indexing with
|
build:
XPhone/XPhone.Tests/QueriesTests/ClientQueryServiceTest.cs#L38
Cannot apply indexing with
|
build:
XPhone/XPhone.Tests/QueriesTests/ClientQueryServiceTest.cs#L39
Cannot apply indexing with
|
build:
XPhone/XPhone.Tests/QueriesTests/ClientQueryServiceTest.cs#L31
Argument 2: cannot convert from 'method group' to 'int'
|
build:
XPhone/XPhone.Tests/QueriesTests/ClientQueryServiceTest.cs#L35
Cannot apply indexing with
|
build:
XPhone/XPhone.Tests/QueriesTests/ClientQueryServiceTest.cs#L36
Cannot apply indexing with
|
build:
XPhone/XPhone.Tests/QueriesTests/ClientQueryServiceTest.cs#L37
Cannot apply indexing with
|
build:
XPhone/XPhone.Domain/Entities/Return.cs#L22
Non-nullable property 'Rent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XPhone/XPhone.Domain/Entities/Rent.cs#L30
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XPhone/XPhone.Domain/Entities/Rent.cs#L34
Non-nullable property 'SmartPhone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XPhone/XPhone.Domain/Entities/Rent.cs#L36
Non-nullable property 'Return' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XPhone/XPhone.Domain/Entities/Client.cs#L17
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XPhone/XPhone.Domain/Entities/Client.cs#L21
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XPhone/XPhone.Domain/Entities/Client.cs#L31
Non-nullable property 'Phone' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XPhone/XPhone.Domain/Entities/Client.cs#L33
Non-nullable property 'Rents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XPhone/XPhone.Domain/DTO/StockDTO.cs#L14
Non-nullable property 'stockName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
XPhone/XPhone.Domain/DTO/StockDTO.cs#L18
Non-nullable property 'Phones' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|