btcpayserver/BTCPayServer.Common
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
..
Altcoins Remove dead shitcoin MUE 2022-11-14 15:59:41 +09:00
Logging Code analysis (#4293) 2022-11-20 17:42:36 +09:00
BTCPayNetwork.cs Disable internal node options if no internal node configured (#4315) 2022-11-20 14:22:36 +09:00
BTCPayNetworkProvider.Bitcoin.cs Use mempool as default block explorer (#4100) 2022-09-09 14:32:40 +09:00
BTCPayNetworkProvider.cs Remove dead shitcoin MUE 2022-11-14 15:59:41 +09:00
BTCPayServer.Common.csproj Bump libraries (#4219) 2022-10-18 23:58:28 +09:00
CustomThreadPool.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Extensions.cs Expose ExplorerClientProvider to plugins via interface 2021-07-12 14:17:25 +02:00
IExplorerClientProvider.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
MultiProcessingQueue.cs Fix spurious crash at shutdown 2022-07-04 13:17:36 +09:00
PaymentUrlBuilder.cs Use PaymentUrlBuilder for ensuring proper formatting of BIP21 addresses (#2723) 2021-07-30 18:47:02 +09:00
Shims.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
SynchronizationContextRemover.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
ZipUtils.cs Warning if not using 'simple using' 2022-01-14 17:50:29 +09:00