Merge pull request #66 from RxTelegram/v8.1.0 #253
Annotations
10 warnings
Build and analyze:
src/RxTelegram.Bot/BotInfo.cs#L11
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
Build and analyze:
src/RxTelegram.Bot/BotInfo.cs#L10
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
Build and analyze:
src/RxTelegram.Bot/Utils/RegexAttribute.cs#L7
Specify AttributeUsage on 'RegexAttribute'. (https://rules.sonarsource.com/csharp/RSPEC-3993)
|
Build and analyze:
src/RxTelegram.Bot/Interface/Payments/TransactionPartner.cs#L6
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
Build and analyze:
src/RxTelegram.Bot/Interface/Games/CallbackGame.cs#L6
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
Build and analyze:
src/RxTelegram.Bot/Interface/ChatBackground/BackgroundFill.cs#L6
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
Build and analyze:
src/RxTelegram.Bot/Interface/Reaction/ReactionType.cs#L5
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
Build and analyze:
src/RxTelegram.Bot/Api/UpdateManager.cs#L116
Dispose '_cancellationTokenSource' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
Build and analyze:
src/RxTelegram.Bot/Api/UpdateManager.cs#L141
Dispose '_cancellationTokenSource' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
Build and analyze:
src/RxTelegram.Bot/Api/UpdateManager.cs#L169
Dispose '_cancellationTokenSource' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
Loading