Bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.Json #49
Annotations
10 warnings
|
YounBot/WynnCraftAPI4CSharp/API/PlayerApi.cs#L24
Dereference of a possibly null reference.
|
|
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