First beta #minor #2
Merged
Annotations
10 warnings
|
src/Handlers/UpdateHandler.GroupMessage.cs#L118
Possible mistaken empty statement
|
|
src/Services/Backends/Backend.CoinGecko.cs#L121
Possible mistaken empty statement
|
|
src/Sessions/SessionManager.cs#L11
Non-nullable event 'OnLastSessionRemoved' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
src/Sessions/SessionManager.cs#L11
Non-nullable event 'OnFirstSessionCreated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
src/Handlers/UpdateHandler.cs#L96
Possible mistaken empty statement
|
|
src/Utils.cs#L96
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
|
src/Utils.cs#L128
Cannot convert null literal to non-nullable reference type.
|
|
src/Communication/Nostr.cs#L40
Possible mistaken empty statement
|
|
src/Utils.cs#L208
Converting null literal or possible null value to non-nullable type.
|
|
src/Utils.cs#L201
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading