All user handler tests #44
Annotations
10 errors and 10 warnings
build:
Ankh.Tests/RoomHandlerTests.cs#L8
There is no argument given that corresponds to the required parameter 'roomId' of 'RoomHandler.GetRoomByIdAsync(long, int)'
|
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
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/Converters/RestModelConverter.cs#L19
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered. However, a pattern with a 'when' clause might successfully match this value.
|
build:
Ankh.Api/Converters/RestModelConverter.cs#L19
Converting null literal or possible null value to non-nullable type.
|
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.
|