btcpayserver/BTCPayServer.Abstractions/Contracts
d11n d5d0be5824
Code formatting updates (#4502)
* Editorconfig: Add space_before_self_closing setting

This was a difference between the way dotnet-format and Rider format code. See https://www.jetbrains.com/help/rider/EditorConfig_Index.html

* Editorconfig: Keep 4 spaces indentation for Swagger JSON files

They are all formatted that way, let's keep it like that.

* Apply dotnet-format, mostly white-space related changes
2023-01-06 22:18:07 +09:00
..
BaseDbContextFactory.cs Bump versions of various deps (#3998) 2022-07-27 15:55:37 +09:00
IBTCPayServerClientFactory.cs fix issues around local btcpay client and no request obj 2022-03-30 15:04:51 +02:00
IBTCPayServerPlugin.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
IFileService.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
INotificationHandler.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
IPluginHookAction.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
IPluginHookFilter.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
IPluginHookService.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
IScopeProvider.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
ISettingsRepository.cs Fix some NRE in the FileService 2021-03-06 13:36:36 +09:00
IStartupTask.cs Plugins: Allow creation of independent DbContexts 2020-11-18 12:27:26 +01:00
IStoredFile.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00
IStoreRepository.cs Fix Local client 2022-07-20 18:20:14 +02:00
ISwaggerProvider.cs Allow plugins to extend swagger docs and fix pull payment test 2022-03-29 20:29:27 +02:00
ISyncSummaryProvider.cs Support wider server sync info in greenfield server info (#2511) 2021-05-19 13:07:28 +09:00
IUIExtension.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
IUTXOLocker.cs Code formatting updates (#4502) 2023-01-06 22:18:07 +09:00