btcpayserver/BTCPayServer.Rating
JesterHodl ec76acd3a6
Code analysis (#4293)
* Enable NETAnalyzers for whole project

- remove obsolete analyzers so that the .NET Core SDK NETAnalyzers can be used
- enable NETAnalyzers for all projects so that developers can use them by defining the AnalysisMode on individual projects

This is because if we set AnalysisMode to minimal, recommended or all it would spam with warning.
The idea is to be able to turn them on during development to fix recommended stuff without polluting the build output.

Following commits will implement some of the Code Analysis findings

* Performance hints for using char overloads for single characters (CA1834 and CA1847)

CA1834: Use StringBuilder.Append(char) for single character strings
CA1847: Use string.Contains(char) instead of string.Contains(string) with single characters
2022-11-20 17:42:36 +09:00
..
Providers Code analysis (#4293) 2022-11-20 17:42:36 +09:00
Services Add Yadio exchange rate provider 2022-08-18 08:08:55 +02:00
AvailableRateProvider.cs Create store: Add default currency and rate provider fields 2022-01-25 06:57:55 +01:00
BTCPayServer.Rating.csproj Bump libraries (#4219) 2022-10-18 23:58:28 +09:00
Currencies.json htmlcoin altcoin updates (#3601) 2022-04-14 13:18:12 +09:00
CurrencyNameTable.cs Add suggestion list for currency inputs (#3347) 2022-01-24 20:00:13 +09:00
CurrencyPair.cs Fix warning error when rebooting the server caused by some shitcoin currency pair format 2022-09-29 15:45:27 +09:00
ExchangeRates.cs Use ArgumentNullException.ThrowIfNull everywhere (#3239) 2021-12-28 17:39:54 +09:00
Extensions.cs Add pull payment feature (#1639) 2020-06-24 10:34:09 +09:00
MultiValueDictionary.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
RateRules.cs Fix typo: "Prioriy" -> "Priority" (#3103) 2021-11-15 13:09:15 +09:00