Bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.EnvironmentVariables #48
Annotations
10 warnings
|
YounBot/Command/CommandManager.cs#L122
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
YounBot/YounBotAppBuilder.cs#L13
Non-nullable field '_younBotConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
YounBot/YounBotAppBuilder.cs#L12
Non-nullable field '_botConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
YounBot/YounBotAppBuilder.cs#L10
Non-nullable field '_deviceInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
YounBot/WynnCraftAPI4CSharp/Selection/Choice/Choice.cs#L12
The type 'K' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'K' doesn't match 'notnull' constraint.
|
|
YounBot/WynnCraftAPI4CSharp/Selection/Choice/Choice.cs#L7
The type 'K' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'K' doesn't match 'notnull' constraint.
|
|
YounBot/WynnCraftAPI4CSharp/Selection/Choice/Choice.cs#L5
The type 'K' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'K' doesn't match 'notnull' constraint.
|
|
YounBot/Utils/HttpUtils.cs#L51
Cannot convert null literal to non-nullable reference type.
|
|
YounBot/Utils/HttpUtils.cs#L51
Cannot convert null literal to non-nullable reference type.
|
|
YounBot/Utils/HttpUtils.cs#L11
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading