Delete WebGame/Client directory #12
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build:
WebGame/TicTacToe/Migrations/20240726014010_identity.cs#L9
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
WebGame/TicTacToe/Migrations/20240726014010_identity.Designer.cs#L16
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
WebGame/TicTacToe/Services/UserService.cs#L27
Possible null reference return.
|
build:
WebGame/TicTacToe/Services/UserService.cs#L33
Dereference of a possibly null reference.
|
build:
WebGame/TicTacToe/Services/UserService.cs#L34
Possible null reference return.
|
build:
WebGame/TicTacToe/Controllers/ApiAccountController.cs#L64
Converting null literal or possible null value to non-nullable type.
|
build:
WebGame/TicTacToe/Controllers/ApiAccountController.cs#L69
Converting null literal or possible null value to non-nullable type.
|
build:
WebGame/TicTacToe/Services/CloudinaryService.cs#L47
'UploadResult.SecureUri' is obsolete: 'Property SecureUri is deprecated, please use SecureUrl instead'
|
build:
WebGame/TicTacToe/Services/CloudinaryService.cs#L58
Possible null reference return.
|
build:
WebGame/TicTacToe/Controllers/ApiAccountController.cs#L136
Converting null literal or possible null value to non-nullable type.
|
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.
|