build(deps): bump Lagrange from 625e9b2 to e17fe35
#58
Annotations
10 warnings
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
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.
|
|
Build:
YounBot/Utils/HttpUtils.cs#L51
Cannot convert null literal to non-nullable reference type.
|
|
Build:
YounBot/Utils/HttpUtils.cs#L51
Cannot convert null literal to non-nullable reference type.
|
|
Build:
YounBot/Utils/HttpUtils.cs#L11
Cannot convert null literal to non-nullable reference type.
|
Loading