Merge branch 'vnext' #527
Annotations
20 warnings
Build and push
Dereference of a possibly null reference.
|
Build and push
Dereference of a possibly null reference.
|
Build and push
Non-nullable field 'cvClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and push
Dereference of a possibly null reference.
|
Build and push
Non-nullable field 'model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and push
Dereference of a possibly null reference.
|
Build and push
Possible null reference argument for parameter 'mbr' in 'DiscordPermissions DiscordChannel.PermissionsFor(DiscordMember mbr)'.
|
Build and push
Dereference of a possibly null reference.
|
Build and push
Non-nullable field 'engine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build and push
Converting null literal or possible null value to non-nullable type.
|
dotnet build Release:
CompatBot/Database/Providers/ContentFilter.cs#L185
Possible null reference argument for parameter 'user' in 'ValueTask<DiscordMember?> DiscordClientExtensions.GetMemberAsync(DiscordClient client, DiscordUser user)'.
|
dotnet build Release:
CompatBot/Database/Providers/ContentFilter.cs#L175
Dereference of a possibly null reference.
|
dotnet build Release:
CompatBot/Database/Providers/ContentFilter.cs#L122
Dereference of a possibly null reference.
|
dotnet build Release:
CompatBot/Database/Providers/DiscLanguageProvider.cs#L72
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.
|
dotnet build Release:
CompatBot/Database/Providers/HwInfoProvider.cs#L99
Dereference of a possibly null reference.
|
dotnet build Release:
CompatBot/Database/Providers/HwInfoProvider.cs#L94
Dereference of a possibly null reference.
|
dotnet build Release:
CompatBot/Database/Providers/HwInfoProvider.cs#L19
Dereference of a possibly null reference.
|
dotnet build Release:
CompatBot/Database/Providers/HwInfoProvider.cs#L16
Dereference of a possibly null reference.
|
dotnet build Release:
CompatBot/Database/Providers/InviteWhitelistProvider.cs#L95
Possible null reference argument for parameter 'code' in 'Task<DiscordInvite> DiscordClient.GetInviteByCodeAsync(string code, bool? withCounts = null, bool? withExpiration = null)'.
|
dotnet build Release:
CompatBot/Database/Providers/ThumbnailProvider.cs#L176
Converting null literal or possible null value to non-nullable type.
|
Loading