additional tests for product handler #49
Annotations
10 errors and 10 warnings
build:
src/Caching/CachingService.cs#L3
The type or namespace name 'Redis' does not exist in the namespace 'Ankh' (are you missing an assembly reference?)
|
build:
src/Caching/CachingService.cs#L4
The type or namespace name 'Redis' does not exist in the namespace 'Ankh' (are you missing an assembly reference?)
|
build:
src/Data/BadgeData.cs#L1
The type or namespace name 'Redis' does not exist in the namespace 'Ankh' (are you missing an assembly reference?)
|
build:
src/Data/DirectoryData.cs#L1
The type or namespace name 'Redis' does not exist in the namespace 'Ankh' (are you missing an assembly reference?)
|
build:
src/Data/RoomData.cs#L1
The type or namespace name 'Redis' does not exist in the namespace 'Ankh' (are you missing an assembly reference?)
|
build:
src/Data/UserData.cs#L1
The type or namespace name 'Redis' does not exist in the namespace 'Ankh' (are you missing an assembly reference?)
|
build:
src/Handlers/RoomHandler.cs#L4
The type or namespace name 'Redis' does not exist in the namespace 'Ankh' (are you missing an assembly reference?)
|
build:
src/Handlers/UserHandler.cs#L5
The type or namespace name 'Redis' does not exist in the namespace 'Ankh' (are you missing an assembly reference?)
|
build:
src/Program.cs#L4
The type or namespace name 'Redis' does not exist in the namespace 'Ankh' (are you missing an assembly reference?)
|
build:
src/Caching/CachingService.cs#L9
The type or namespace name 'DirectoryCacher' could not be found (are you missing a using directive or an assembly reference?)
|
build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
build:
Ankh.Api/Models/PHP/PHPRoomModel.cs#L11
'PHPRoomModel.Name' hides inherited member 'VURoomModel.Name'. Use the new keyword if hiding was intended.
|
build:
Ankh.Api/Models/PHP/PHPRoomModel.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh.Api/Models/PHP/PHPRoomModel.cs#L14
Non-nullable property 'Lieutenants' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh.Api/Models/PHP/PHPRoomModel.cs#L17
Non-nullable property 'RoomOwners' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh.Api/Models/PHP/PHPRoomModel.cs#L32
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh.Api/Models/PHP/PHPRoomModel.cs#L62
Non-nullable property 'Participants' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh.Api/Models/PHP/PHPRoomModel.cs#L65
Non-nullable property 'CustomersAvatarName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh.Api/Models/PHP/PHPRoomModel.cs#L74
Non-nullable property 'RoomInstanceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Ankh.Api/Models/Interfaces/VUUserModel.cs#L10
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|