btcpayserver/BTCPayServer/Plugins
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
..
Crowdfund Make sure end date is after start date in Crowdfund app (#4084) 2022-09-09 19:26:11 +09:00
PayButton Improve email settings validation and UX (#3891) 2022-06-23 13:41:52 +09:00
PointOfSale Validate cart cost with explicit amount 2022-11-18 16:50:26 +01:00
Shopify Code analysis (#4293) 2022-11-20 17:42:36 +09:00
BTCPayServerPlugin.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
PluginHookService.cs Plugins flexibility PR (#2129) 2021-01-07 14:49:53 +01:00
PluginManager.cs Plugins: Fix plugin installer 2022-04-01 13:20:19 +02:00
PluginService.cs Transfer Processors (#3476) 2022-04-24 12:19:34 +09:00