Merge pull request #261 from AndrewCS149/fixPipeline #25
Annotations
10 warnings
server/Data/AppDbMigrations/20240302173732_initial.cs#L10
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
server/Data/AppDbMigrations/20240302173732_initial.Designer.cs#L15
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
server/Data/UserDb/20230220195545_initialuserdb.cs#L10
The type name 'initialuserdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
server/Data/UserDb/20230220195545_initialuserdb.Designer.cs#L15
The type name 'initialuserdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
server/Controllers/AccountsController.cs#L43
Possible null reference argument for parameter 'user' in 'Task<bool> IEmailService.ToggleSubscribe(User user)'.
|
server/Controllers/AccountsController.cs#L60
Dereference of a possibly null reference.
|
server/Controllers/AccountsController.cs#L60
Possible null reference argument for parameter 'email' in 'Task<bool> IEmailService.IsSubscribed(string email)'.
|
server/Controllers/VotesController.cs#L53
Possible null reference argument for parameter 'username' in 'Task<int> IVoteService.UpVote(int postId, string username)'.
|
server/Services/VoteService.cs#L23
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
server/Controllers/VotesController.cs#L69
Possible null reference argument for parameter 'username' in 'Task<int> IVoteService.DownVote(int postId, string username)'.
|
This job succeeded
Loading