Debug workflow #23
Annotations
8 warnings
Build:
Bot/Sql/User.cs#L7
Non-nullable property 'CocId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
Bot/Sql/User.cs#L8
Field 'User.DiscordId' is never assigned to, and will always have its default value
|
Build:
Bot/Sql/Db.cs#L11
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
Build:
Bot/Sql/Db.cs#L12
Use explicit type instead of 'var' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0008)
|
Build:
Bot/Sql/Db.cs#L12
Unnecessary assignment of a value to 'y' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0059)
|
Build:
Bot/Discord.cs#L29
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Build:
Bot/Discord.cs#L65
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
Build:
Bot/Sql/User.cs#L4
Type 'User' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
The logs for this run have expired and are no longer available.
Loading