fix minor styling #47
Annotations
11 warnings
|
devblog/devblog/Migrations/20230221031508_initial.cs#L10
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
devblog/devblog/Migrations/20230221031508_initial.Designer.cs#L15
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
devblog/devblog/Migrations/UserDb/20230220195545_initialuserdb.cs#L10
The type name 'initialuserdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
devblog/devblog/Migrations/UserDb/20230220195545_initialuserdb.Designer.cs#L15
The type name 'initialuserdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
devblog/devblog/Program.cs#L73
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
devblog/devblog/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.
|
devblog/devblog/Services/VoteService.cs#L34
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.
|
devblog/devblog/Services/UsernameService.cs#L36
Converting null literal or possible null value to non-nullable type.
|
devblog/devblog/Services/UsernameService.cs#L34
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.
|
devblog/devblog/Services/PostService.cs#L85
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading