From b6c7af32de584a095d2a786e554a87e584e53931 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Sun, 28 Jun 2020 21:44:35 -0500 Subject: [PATCH] Cleaning up bom from cs files --- BTCPayServer.Client/BTCPayServerClient.PullPayments.cs | 2 +- BTCPayServer.Client/GreenFieldAPIException.cs | 2 +- BTCPayServer.Client/GreenFieldValidationException.cs | 2 +- .../JsonConverters/DecimalStringJsonConverter.cs | 2 +- BTCPayServer.Client/JsonConverters/NodeUriJsonConverter.cs | 2 +- BTCPayServer.Client/JsonConverters/PermissionJsonConverter.cs | 2 +- BTCPayServer.Client/JsonConverters/TimeSpanJsonConverter.cs | 2 +- BTCPayServer.Client/Models/ApprovePayoutRequest.cs | 2 +- BTCPayServer.Client/Models/ConnectToNodeRequest.cs | 2 +- BTCPayServer.Client/Models/CreateApiKeyRequest.cs | 2 +- BTCPayServer.Client/Models/CreatePayoutRequest.cs | 2 +- BTCPayServer.Client/Models/CreatePullPaymentRequest.cs | 2 +- BTCPayServer.Client/Models/GreenfieldAPIError.cs | 2 +- BTCPayServer.Client/Models/GreenfieldValidationError.cs | 2 +- BTCPayServer.Client/Models/PayoutData.cs | 2 +- BTCPayServer.Client/Models/PullPaymentBaseData.cs | 2 +- BTCPayServer.Client/Permissions.cs | 2 +- BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcoin.cs | 2 +- .../Altcoins/BTCPayNetworkProvider.BitcoinGold.cs | 2 +- .../Altcoins/BTCPayNetworkProvider.Bitcoinplus.cs | 2 +- BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcore.cs | 2 +- BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Chaincoin.cs | 2 +- BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Dash.cs | 2 +- BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Dogecoin.cs | 2 +- .../Altcoins/BTCPayNetworkProvider.Feathercoin.cs | 2 +- .../Altcoins/BTCPayNetworkProvider.Groestlcoin.cs | 2 +- BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Litecoin.cs | 2 +- BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Monacoin.cs | 2 +- BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Ufo.cs | 2 +- BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.cs | 2 +- .../Altcoins/Liquid/BTCPayNetworkProvider.Liquid.cs | 2 +- .../Altcoins/Liquid/BTCPayNetworkProvider.LiquidAssets.cs | 2 +- BTCPayServer.Common/BTCPayNetwork.cs | 2 +- BTCPayServer.Common/CustomThreadPool.cs | 2 +- BTCPayServer.Common/Extensions.cs | 2 +- BTCPayServer.Common/Logging/ConsoleLogger.cs | 2 +- BTCPayServer.Common/Logging/Logs.cs | 2 +- BTCPayServer.Common/SynchronizationContextRemover.cs | 2 +- BTCPayServer.Common/ZipUtils.cs | 2 +- BTCPayServer.Data/Data/APIKeyData.cs | 2 +- BTCPayServer.Data/Data/AddressInvoiceData.cs | 2 +- BTCPayServer.Data/Data/ApplicationDbContext.cs | 2 +- BTCPayServer.Data/Data/ApplicationDbContextFactory.cs | 2 +- BTCPayServer.Data/Data/ApplicationUser.cs | 2 +- BTCPayServer.Data/Data/HistoricalAddressInvoiceData.cs | 2 +- BTCPayServer.Data/Data/NotificationData.cs | 2 +- BTCPayServer.Data/Data/OffchainTransactionData.cs | 2 +- BTCPayServer.Data/Data/PairedSINData.cs | 2 +- BTCPayServer.Data/Data/PairingCodeData.cs | 2 +- BTCPayServer.Data/Data/PayjoinLock.cs | 2 +- BTCPayServer.Data/Data/PayoutData.cs | 2 +- BTCPayServer.Data/Data/PendingInvoiceData.cs | 2 +- BTCPayServer.Data/Data/PlannedTransaction.cs | 2 +- BTCPayServer.Data/Data/PullPaymentData.cs | 2 +- BTCPayServer.Data/Data/RefundData.cs | 2 +- BTCPayServer.Data/Data/SettingData.cs | 2 +- BTCPayServer.Data/Data/StoreData.cs | 2 +- BTCPayServer.Data/Data/StoredFile.cs | 2 +- BTCPayServer.Data/Data/UserStore.cs | 2 +- BTCPayServer.Data/Data/WalletData.cs | 2 +- BTCPayServer.Data/Data/WalletTransactionData.cs | 2 +- BTCPayServer.Data/Migrations/20170913143004_Init.cs | 2 +- BTCPayServer.Data/Migrations/20170926073744_Settings.cs | 2 +- .../Migrations/20170926084408_RequiresEmailConfirmation.cs | 2 +- BTCPayServer.Data/Migrations/20171006013443_AddressMapping.cs | 2 +- BTCPayServer.Data/Migrations/20171010082424_Tokens.cs | 2 +- BTCPayServer.Data/Migrations/20171012020112_PendingInvoices.cs | 2 +- BTCPayServer.Data/Migrations/20171023101754_StoreBlob.cs | 2 +- .../Migrations/20171024163354_RenewUsedAddresses.cs | 2 +- BTCPayServer.Data/Migrations/20171105235734_PaymentAccounted.cs | 2 +- BTCPayServer.Data/Migrations/20171221054550_AltcoinSupport.cs | 2 +- .../Migrations/20180106095215_DerivationStrategies.cs | 2 +- BTCPayServer.Data/Migrations/20180109021122_defaultcrypto.cs | 2 +- BTCPayServer.Data/Migrations/20180114123253_events.cs | 2 +- BTCPayServer.Data/Migrations/20180402095640_appdata.cs | 2 +- BTCPayServer.Data/Migrations/20180429083930_legacyapikey.cs | 2 +- BTCPayServer.Data/Migrations/20180719095626_CanDeleteStores.cs | 2 +- .../Migrations/20190121133309_AddPaymentRequests.cs | 2 +- BTCPayServer.Data/Migrations/20190219032533_AppsTagging.cs | 2 +- BTCPayServer.Data/Migrations/20190225091644_AddOpenIddict.cs | 2 +- BTCPayServer.Data/Migrations/20190324141717_AddFiles.cs | 2 +- BTCPayServer.Data/Migrations/20190425081749_AddU2fDevices.cs | 2 +- .../Migrations/20190701082105_sort_paymentrequests.cs | 2 +- BTCPayServer.Data/Migrations/20190802142637_WalletData.cs | 2 +- BTCPayServer.Data/Migrations/20200110064617_OpenIddictUpdate.cs | 2 +- BTCPayServer.Data/Migrations/20200119130108_ExtendApiKeys.cs | 2 +- .../Migrations/20200224134444_Remove_OpenIddict.cs | 2 +- BTCPayServer.Data/Migrations/20200225133433_AddApiKeyLabel.cs | 2 +- BTCPayServer.Data/Migrations/20200402065615_AddApiKeyBlob.cs | 2 +- .../Migrations/20200413052418_PlannedTransactions.cs | 2 +- .../Migrations/20200507092343_AddArchivedToInvoice.cs | 2 +- .../Migrations/20200625064111_refundnotificationpullpayments.cs | 2 +- BTCPayServer.Data/MigrationsExtensions.cs | 2 +- BTCPayServer.Rating/CurrencyNameTable.cs | 2 +- BTCPayServer.Rating/CurrencyPair.cs | 2 +- BTCPayServer.Rating/ExchangeRates.cs | 2 +- BTCPayServer.Rating/MultiValueDictionary.cs | 2 +- BTCPayServer.Rating/Providers/BackgroundFetcherRateProvider.cs | 2 +- BTCPayServer.Rating/Providers/BitbankRateProvider.cs | 2 +- BTCPayServer.Rating/Providers/BitflyerRateProvider.cs | 2 +- BTCPayServer.Rating/Providers/BitpayRateProvider.cs | 2 +- BTCPayServer.Rating/Providers/ByllsRateProvider.cs | 2 +- BTCPayServer.Rating/Providers/ExchangeSharpRateProvider.cs | 2 +- BTCPayServer.Rating/Providers/FallbackRateProvider.cs | 2 +- BTCPayServer.Rating/Providers/HttpClientRequestMaker.cs | 2 +- BTCPayServer.Rating/Providers/IRateProvider.cs | 2 +- BTCPayServer.Rating/Providers/KrakenExchangeRateProvider.cs | 2 +- BTCPayServer.Rating/Providers/NullRateProvider.cs | 2 +- BTCPayServer.Rating/Providers/PolisRateProvider.cs | 2 +- BTCPayServer.Rating/RateRules.cs | 2 +- BTCPayServer.Rating/Services/RateFetcher.cs | 2 +- BTCPayServer.Rating/Services/RateProviderFactory.cs | 2 +- BTCPayServer.Tests/BTCPayServerTester.cs | 2 +- BTCPayServer.Tests/ChargeTester.cs | 2 +- BTCPayServer.Tests/CustomerHttpServer.cs | 2 +- BTCPayServer.Tests/Extensions.cs | 2 +- BTCPayServer.Tests/FakeServer.cs | 2 +- BTCPayServer.Tests/LightningDTester.cs | 2 +- BTCPayServer.Tests/Lnd/LndMockTester.cs | 2 +- BTCPayServer.Tests/MockDelay.cs | 2 +- BTCPayServer.Tests/Mocks/MockRateProvider.cs | 2 +- BTCPayServer.Tests/Mocks/UrlHelperMock.cs | 2 +- BTCPayServer.Tests/PSBTTests.cs | 2 +- BTCPayServer.Tests/ProcessLauncher.cs | 2 +- BTCPayServer.Tests/RateRulesTest.cs | 2 +- BTCPayServer.Tests/SeleniumTests.cs | 2 +- BTCPayServer.Tests/ServerTester.cs | 2 +- BTCPayServer.Tests/TestAccount.cs | 2 +- BTCPayServer.Tests/TestUtils.cs | 2 +- BTCPayServer.Tests/UnitTest1.cs | 2 +- BTCPayServer.Tests/UtilitiesTests.cs | 2 +- BTCPayServer.Tests/Utils.cs | 2 +- BTCPayServer/BitpayHttpException.cs | 2 +- BTCPayServer/Configuration/BTCPayServerOptions.cs | 2 +- BTCPayServer/Configuration/ConfigException.cs | 2 +- BTCPayServer/Configuration/ConfigurationExtensions.cs | 2 +- BTCPayServer/Configuration/DefaultConfiguration.cs | 2 +- BTCPayServer/Configuration/ExternalConnectionString.cs | 2 +- BTCPayServer/Configuration/ExternalService.cs | 2 +- BTCPayServer/Controllers/AccessTokenController.cs | 2 +- BTCPayServer/Controllers/AccountController.cs | 2 +- BTCPayServer/Controllers/AppsController.Crowdfund.cs | 2 +- BTCPayServer/Controllers/AppsController.PointOfSale.cs | 2 +- BTCPayServer/Controllers/AppsController.cs | 2 +- BTCPayServer/Controllers/AppsPublicController.cs | 2 +- BTCPayServer/Controllers/ErrorController.cs | 2 +- BTCPayServer/Controllers/GreenField/PullPaymentController.cs | 2 +- BTCPayServer/Controllers/HomeController.cs | 2 +- BTCPayServer/Controllers/InvoiceController.API.cs | 2 +- BTCPayServer/Controllers/InvoiceController.UI.cs | 2 +- BTCPayServer/Controllers/InvoiceController.cs | 2 +- BTCPayServer/Controllers/Macaroons.cs | 2 +- BTCPayServer/Controllers/ManageController.cs | 2 +- BTCPayServer/Controllers/NotificationsController.cs | 2 +- BTCPayServer/Controllers/PublicController.cs | 2 +- BTCPayServer/Controllers/PublicLightningNodeInfoController.cs | 2 +- BTCPayServer/Controllers/PullPaymentController.cs | 2 +- BTCPayServer/Controllers/RateController.cs | 2 +- BTCPayServer/Controllers/ServerController.cs | 2 +- BTCPayServer/Controllers/StoresController.BTCLike.cs | 2 +- BTCPayServer/Controllers/StoresController.Changelly.cs | 2 +- BTCPayServer/Controllers/StoresController.CoinSwitch.cs | 2 +- BTCPayServer/Controllers/StoresController.Email.cs | 2 +- BTCPayServer/Controllers/StoresController.LightningLike.cs | 2 +- BTCPayServer/Controllers/StoresController.cs | 2 +- BTCPayServer/Controllers/UserStoresController.cs | 2 +- BTCPayServer/Controllers/VaultController.cs | 2 +- BTCPayServer/Controllers/WalletsController.PSBT.cs | 2 +- BTCPayServer/Controllers/WalletsController.PullPayments.cs | 2 +- BTCPayServer/Controllers/WalletsController.cs | 2 +- BTCPayServer/CorsPolicies.cs | 2 +- BTCPayServer/CurrencyValue.cs | 2 +- BTCPayServer/Data/AddressInvoiceDataExtensions.cs | 2 +- BTCPayServer/Data/HistoricalAddressInvoiceDataExtensions.cs | 2 +- BTCPayServer/Data/InvoiceDataExtensions.cs | 2 +- BTCPayServer/Data/PaymentDataExtensions.cs | 2 +- BTCPayServer/Data/PaymentRequestDataExtensions.cs | 2 +- BTCPayServer/Data/PullPaymentsExtensions.cs | 2 +- BTCPayServer/Data/StoreBlob.cs | 2 +- BTCPayServer/Data/StoreDataExtensions.cs | 2 +- BTCPayServer/Data/WalletDataExtensions.cs | 2 +- BTCPayServer/Data/WalletTransactionDataExtensions.cs | 2 +- BTCPayServer/DerivationSchemeParser.cs | 2 +- BTCPayServer/DerivationSchemeSettings.cs | 2 +- BTCPayServer/EventAggregator.cs | 2 +- BTCPayServer/Events/InvoiceDataChangedEvent.cs | 2 +- BTCPayServer/Events/InvoiceNeedUpdateEvent.cs | 2 +- BTCPayServer/Events/InvoiceNewAddressEvent.cs | 2 +- BTCPayServer/Events/InvoiceStopWatchedEvent.cs | 2 +- BTCPayServer/Events/NBXplorerStateChangedEvent.cs | 2 +- BTCPayServer/Events/NewBlockEvent.cs | 2 +- BTCPayServer/ExplorerClientProvider.cs | 2 +- BTCPayServer/Extensions.cs | 2 +- BTCPayServer/Extensions/SSHClientExtensions.cs | 2 +- BTCPayServer/Extensions/ServiceCollectionExtensions.cs | 2 +- BTCPayServer/Extensions/UrlHelperExtensions.cs | 2 +- BTCPayServer/Extensions/WebHostExtensions.cs | 2 +- BTCPayServer/Filters/ContentSecurityPolicyAttribute.cs | 2 +- BTCPayServer/Filters/OnlyIfSupportAttribute.cs | 2 +- BTCPayServer/Filters/OnlyMediaTypeAttribute.cs | 2 +- BTCPayServer/Filters/ReferrerPolicyAttribute.cs | 2 +- BTCPayServer/Filters/XContentTypeOptionsAttribute.cs | 2 +- BTCPayServer/Filters/XFrameOptionsAttribute.cs | 2 +- BTCPayServer/Filters/XXSSProtectionAttribute.cs | 2 +- .../HostedServices/BackgroundJobSchedulerHostedService.cs | 2 +- BTCPayServer/HostedServices/BaseAsyncService.cs | 2 +- BTCPayServer/HostedServices/CheckConfigurationHostedService.cs | 2 +- BTCPayServer/HostedServices/CssThemeManager.cs | 2 +- .../DelayedTransactionBroadcasterHostedService.cs | 2 +- BTCPayServer/HostedServices/DynamicDnsHostedService.cs | 2 +- BTCPayServer/HostedServices/EventHostedServiceBase.cs | 2 +- BTCPayServer/HostedServices/InvoiceNotificationManager.cs | 2 +- BTCPayServer/HostedServices/InvoiceWatcher.cs | 2 +- BTCPayServer/HostedServices/NBXplorerWaiter.cs | 2 +- BTCPayServer/HostedServices/PullPaymentHostedService.cs | 2 +- BTCPayServer/HostedServices/RatesHostedService.cs | 2 +- BTCPayServer/HostedServices/Socks5HttpProxyServer.cs | 2 +- BTCPayServer/HostedServices/TorServicesHostedService.cs | 2 +- BTCPayServer/Hosting/BTCPayServerServices.cs | 2 +- BTCPayServer/Hosting/BTCpayMiddleware.cs | 2 +- BTCPayServer/Hosting/HeadersOverrideMiddleware.cs | 2 +- BTCPayServer/Hosting/IStartupTask.cs | 2 +- BTCPayServer/Hosting/MigrationStartupTask.cs | 2 +- BTCPayServer/Hosting/ResourceBundleProvider.cs | 2 +- BTCPayServer/Hosting/Startup.cs | 2 +- BTCPayServer/HwiWebSocketTransport.cs | 2 +- BTCPayServer/IDelay.cs | 2 +- BTCPayServer/JsonConverters/CurrencyPairJsonConverter.cs | 2 +- BTCPayServer/JsonConverters/CurrencyValueJsonConverter.cs | 2 +- BTCPayServer/JsonConverters/DateTimeMilliJsonConverter.cs | 2 +- BTCPayServer/JsonConverters/PaymentMethodIdJsonConverter.cs | 2 +- BTCPayServer/JsonConverters/UriJsonConverter.cs | 2 +- BTCPayServer/Logging/InvoiceLog.cs | 2 +- BTCPayServer/ModelBinders/DerivationSchemeModelBinder.cs | 2 +- BTCPayServer/ModelBinders/InvariantDecimalModelBinder.cs | 2 +- BTCPayServer/ModelBinders/PaymentMethodIdModelBinder.cs | 2 +- BTCPayServer/ModelBinders/WalletIdModelBinder.cs | 2 +- .../Models/AccountViewModels/ForgotPasswordViewModel.cs | 2 +- BTCPayServer/Models/AccountViewModels/LoginViewModel.cs | 2 +- BTCPayServer/Models/AccountViewModels/LoginWith2faViewModel.cs | 2 +- .../Models/AccountViewModels/LoginWithRecoveryCodeViewModel.cs | 2 +- BTCPayServer/Models/AccountViewModels/ResetPasswordViewModel.cs | 2 +- BTCPayServer/Models/AppViewModels/CreateAppViewModel.cs | 2 +- BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs | 2 +- BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs | 2 +- BTCPayServer/Models/AppViewModels/ViewCrowdfundViewModel.cs | 2 +- BTCPayServer/Models/Authorization/AuthorizeViewModel.cs | 2 +- BTCPayServer/Models/BitpayErrorsModel.cs | 2 +- BTCPayServer/Models/BitpayTranslatorViewModel.cs | 2 +- BTCPayServer/Models/ConfirmModel.cs | 2 +- BTCPayServer/Models/CreateInvoiceRequest.cs | 2 +- BTCPayServer/Models/DataWrapper.cs | 2 +- BTCPayServer/Models/GetTokensResponse.cs | 2 +- BTCPayServer/Models/InvoiceResponse.cs | 2 +- BTCPayServer/Models/InvoicingModels/CreateInvoiceModel.cs | 2 +- BTCPayServer/Models/InvoicingModels/InvoiceDetailsModel.cs | 2 +- BTCPayServer/Models/InvoicingModels/InvoicesModel.cs | 2 +- BTCPayServer/Models/InvoicingModels/PaymentModel.cs | 2 +- BTCPayServer/Models/InvoicingModels/RefundModel.cs | 2 +- BTCPayServer/Models/InvoicingModels/UpdateCustomerModel.cs | 2 +- BTCPayServer/Models/ManageViewModels/ChangePasswordViewModel.cs | 2 +- .../Models/ManageViewModels/EnableAuthenticatorViewModel.cs | 2 +- .../Models/ManageViewModels/GenerateRecoveryCodesViewModel.cs | 2 +- BTCPayServer/Models/ManageViewModels/IndexViewModel.cs | 2 +- BTCPayServer/Models/ManageViewModels/RemoveLoginViewModel.cs | 2 +- BTCPayServer/Models/ManageViewModels/SetPasswordViewModel.cs | 2 +- .../Models/ManageViewModels/TwoFactorAuthenticationViewModel.cs | 2 +- BTCPayServer/Models/NotificationViewModels/IndexViewModel.cs | 2 +- BTCPayServer/Models/PostRedictViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/ChargeServiceViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/DynamicDnsViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/EmailsViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/LightningWalletServices.cs | 2 +- BTCPayServer/Models/ServerViewModels/LndSeedBackupViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/LndServicesViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/LogsViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/MaintenanceViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/SSHServiceViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/ServicesViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/UserViewModel.cs | 2 +- BTCPayServer/Models/ServerViewModels/UsersViewModel.cs | 2 +- .../Models/StoreViewModels/CheckoutExperienceViewModel.cs | 2 +- BTCPayServer/Models/StoreViewModels/CreateStoreViewModel.cs | 2 +- .../Models/StoreViewModels/DerivationSchemeViewModel.cs | 2 +- BTCPayServer/Models/StoreViewModels/LightningNodeViewModel.cs | 2 +- BTCPayServer/Models/StoreViewModels/PairingModel.cs | 2 +- BTCPayServer/Models/StoreViewModels/PayButtonViewModel.cs | 2 +- BTCPayServer/Models/StoreViewModels/RatesViewModel.cs | 2 +- BTCPayServer/Models/StoreViewModels/StoreUsersViewModel.cs | 2 +- BTCPayServer/Models/StoreViewModels/StoreViewModel.cs | 2 +- BTCPayServer/Models/StoreViewModels/StoresViewModel.cs | 2 +- BTCPayServer/Models/StoreViewModels/TokensViewModel.cs | 2 +- BTCPayServer/Models/TokenRequest.cs | 2 +- BTCPayServer/Models/ViewPullPaymentModel.cs | 2 +- .../Models/WalletViewModels/ListTransactionsViewModel.cs | 2 +- BTCPayServer/Models/WalletViewModels/ListWalletsViewModel.cs | 2 +- BTCPayServer/Models/WalletViewModels/PayoutsModel.cs | 2 +- BTCPayServer/Models/WalletViewModels/PullPaymentsModel.cs | 2 +- BTCPayServer/Models/WalletViewModels/RescanWalletModel.cs | 2 +- BTCPayServer/Models/WalletViewModels/SigningContextModel.cs | 2 +- BTCPayServer/Models/WalletViewModels/WalletModel.cs | 2 +- .../Models/WalletViewModels/WalletPSBTCombineViewModel.cs | 2 +- .../Models/WalletViewModels/WalletPSBTReadyViewModel.cs | 2 +- BTCPayServer/Models/WalletViewModels/WalletPSBTViewModel.cs | 2 +- BTCPayServer/Models/WalletViewModels/WalletSendModel.cs | 2 +- BTCPayServer/Models/WalletViewModels/WalletSendVaultModel.cs | 2 +- BTCPayServer/Models/WalletViewModels/WalletSettingsViewModel.cs | 2 +- BTCPayServer/PaymentRequest/PaymentRequestService.cs | 2 +- .../Payments/Bitcoin/BitcoinLikeOnChainPaymentMethod.cs | 2 +- BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentData.cs | 2 +- BTCPayServer/Payments/Bitcoin/NBXplorerListener.cs | 2 +- BTCPayServer/Payments/IPaymentFilter.cs | 2 +- BTCPayServer/Payments/IPaymentMethodDetails.cs | 2 +- BTCPayServer/Payments/IPaymentMethodHandler.cs | 2 +- BTCPayServer/Payments/ISupportedPaymentMethod.cs | 2 +- BTCPayServer/Payments/Lightning/LightningLikePaymentData.cs | 2 +- BTCPayServer/Payments/Lightning/LightningLikePaymentHandler.cs | 2 +- .../Payments/Lightning/LightningLikePaymentMethodDetails.cs | 2 +- BTCPayServer/Payments/Lightning/LightningListener.cs | 2 +- .../Payments/Lightning/LightningSupportedPaymentMethod.cs | 2 +- BTCPayServer/Payments/PayJoin/PayJoinRepository.cs | 2 +- BTCPayServer/Payments/PayJoin/PayjoinReceiverContext.cs | 2 +- BTCPayServer/Payments/PaymentMethodExtensions.cs | 2 +- BTCPayServer/Payments/PaymentMethodId.cs | 2 +- BTCPayServer/Payments/PaymentMethodUnavailableException.cs | 2 +- BTCPayServer/Payments/PaymentTypes.Bitcoin.cs | 2 +- BTCPayServer/Payments/PaymentTypes.Lightning.cs | 2 +- BTCPayServer/Payments/PaymentTypes.cs | 2 +- BTCPayServer/Program.cs | 2 +- BTCPayServer/Roles.cs | 2 +- BTCPayServer/SSH/SSHCommandResult.cs | 2 +- BTCPayServer/SSH/SSHFingerprint.cs | 2 +- BTCPayServer/SSH/SSHSettings.cs | 2 +- BTCPayServer/SearchString.cs | 2 +- BTCPayServer/Security/AuthenticationSchemes.cs | 2 +- BTCPayServer/Security/Bitpay/BitToken.cs | 2 +- BTCPayServer/Security/Bitpay/BitpayAuthenticationHandler.cs | 2 +- BTCPayServer/Security/Bitpay/BitpayAuthenticationOptions.cs | 2 +- BTCPayServer/Security/Bitpay/BitpayAuthenticationTypes.cs | 2 +- BTCPayServer/Security/Bitpay/BitpayAuthorizationHandler.cs | 2 +- BTCPayServer/Security/Bitpay/BitpayClaims.cs | 2 +- BTCPayServer/Security/Bitpay/PairingCodeEntity.cs | 2 +- BTCPayServer/Security/Bitpay/TokenRepository.cs | 2 +- BTCPayServer/Security/ContentSecurityPolicies.cs | 2 +- BTCPayServer/Security/CookieAuthorizationHandler.cs | 2 +- .../Security/GreenField/APIKeysAuthenticationHandler.cs | 2 +- BTCPayServer/Security/GreenField/BasicAuthenticationHandler.cs | 2 +- BTCPayServer/Security/PolicyRequirement.cs | 2 +- BTCPayServer/Security/SecurityExtensions.cs | 2 +- BTCPayServer/Security/ServerPolicies.cs | 2 +- .../Altcoins/Monero/Configuration/MoneroLikeConfiguration.cs | 2 +- BTCPayServer/Services/Apps/AppHubStreamer.cs | 2 +- BTCPayServer/Services/Apps/AppService.cs | 2 +- BTCPayServer/Services/Apps/CrowdfundSettings.cs | 2 +- BTCPayServer/Services/BTCPayNetworkJsonSerializerSettings.cs | 2 +- BTCPayServer/Services/BTCPayServerEnvironment.cs | 2 +- BTCPayServer/Services/DelayedTransactionBroadcaster.cs | 2 +- BTCPayServer/Services/DynamicDnsSettings.cs | 2 +- BTCPayServer/Services/Fees/FixedFeeProvider.cs | 2 +- BTCPayServer/Services/Fees/IFeeProvider.cs | 2 +- BTCPayServer/Services/Fees/IFeeProviderFactory.cs | 2 +- BTCPayServer/Services/Fees/NBxplorerFeeProvider.cs | 2 +- BTCPayServer/Services/IBackgroundJobClient.cs | 2 +- BTCPayServer/Services/Invoices/Export/CsvSerializer.cs | 2 +- BTCPayServer/Services/Invoices/Export/InvoiceExport.cs | 2 +- BTCPayServer/Services/Invoices/InvoiceEntity.cs | 2 +- BTCPayServer/Services/Invoices/PaymentMethodDictionary.cs | 2 +- BTCPayServer/Services/LanguageService.cs | 2 +- BTCPayServer/Services/LightningClientFactoryService.cs | 2 +- BTCPayServer/Services/LightningConfigurationProvider.cs | 2 +- BTCPayServer/Services/Mails/EmailSender.cs | 2 +- BTCPayServer/Services/Mails/EmailSenderFactory.cs | 2 +- BTCPayServer/Services/Mails/EmailSettings.cs | 2 +- BTCPayServer/Services/Mails/IEmailSender.cs | 2 +- BTCPayServer/Services/Mails/ServerEmailSender.cs | 2 +- BTCPayServer/Services/Mails/StoreEmailSender.cs | 2 +- BTCPayServer/Services/MigrationSettings.cs | 2 +- .../Services/Notifications/Blobs/NewVersionNotification.cs | 2 +- BTCPayServer/Services/Notifications/Blobs/PayoutNotification.cs | 2 +- BTCPayServer/Services/Notifications/INotificationHandler.cs | 2 +- BTCPayServer/Services/Notifications/NotificationManager.cs | 2 +- BTCPayServer/Services/Notifications/NotificationScopes.cs | 2 +- BTCPayServer/Services/Notifications/NotificationSender.cs | 2 +- BTCPayServer/Services/PayjoinClient.cs | 2 +- BTCPayServer/Services/PoliciesSettings.cs | 2 +- BTCPayServer/Services/Safe.cs | 2 +- BTCPayServer/Services/SettingsRepository.cs | 2 +- BTCPayServer/Services/SocketFactory.cs | 2 +- BTCPayServer/Services/Socks5HttpClientHandler.cs | 2 +- BTCPayServer/Services/Stores/StoreRepository.cs | 2 +- BTCPayServer/Services/ThemesSettings.cs | 2 +- BTCPayServer/Services/TorServices.cs | 2 +- BTCPayServer/Services/Torrc.cs | 2 +- BTCPayServer/Services/WalletRepository.cs | 2 +- BTCPayServer/Services/Wallets/BTCPayWallet.cs | 2 +- BTCPayServer/Services/Wallets/BTCPayWalletProvider.cs | 2 +- BTCPayServer/Storage/Models/StorageProvider.cs | 2 +- BTCPayServer/Storage/Models/StorageSettings.cs | 2 +- BTCPayServer/Storage/Services/FileService.cs | 2 +- BTCPayServer/StorePolicies.cs | 2 +- BTCPayServer/TransactionComparer.cs | 2 +- BTCPayServer/Validation/EmailValidator.cs | 2 +- BTCPayServer/Validation/HDFingerPrintValidator.cs | 2 +- BTCPayServer/Validation/KeyPathValidator.cs | 2 +- BTCPayServer/Validation/PubKeyValidator.cs | 2 +- BTCPayServer/Validation/UriAttribute.cs | 2 +- BTCPayServer/Views/Manage/ManageNavPages.cs | 2 +- BTCPayServer/Views/Server/ServerNavPages.cs | 2 +- BTCPayServer/Views/Stores/StoreNavPages.cs | 2 +- BTCPayServer/Views/ViewsRazor.cs | 2 +- BTCPayServer/Views/Wallets/WalletsNavPages.cs | 2 +- BTCPayServer/WalletId.cs | 2 +- BTCPayServer/WebSocketHelper.cs | 2 +- BTCPayServer/WellKnownTempData.cs | 2 +- BTCPayServer/ZoneLimits.cs | 2 +- 415 files changed, 415 insertions(+), 415 deletions(-) diff --git a/BTCPayServer.Client/BTCPayServerClient.PullPayments.cs b/BTCPayServer.Client/BTCPayServerClient.PullPayments.cs index 9aa786b645..32b3e64484 100644 --- a/BTCPayServer.Client/BTCPayServerClient.PullPayments.cs +++ b/BTCPayServer.Client/BTCPayServerClient.PullPayments.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Net.Http; using System.Text; diff --git a/BTCPayServer.Client/GreenFieldAPIException.cs b/BTCPayServer.Client/GreenFieldAPIException.cs index 4e38a91980..edc01a18ef 100644 --- a/BTCPayServer.Client/GreenFieldAPIException.cs +++ b/BTCPayServer.Client/GreenFieldAPIException.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using System.Xml.Linq; diff --git a/BTCPayServer.Client/GreenFieldValidationException.cs b/BTCPayServer.Client/GreenFieldValidationException.cs index 664a76c1c7..b14375deae 100644 --- a/BTCPayServer.Client/GreenFieldValidationException.cs +++ b/BTCPayServer.Client/GreenFieldValidationException.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Text; diff --git a/BTCPayServer.Client/JsonConverters/DecimalStringJsonConverter.cs b/BTCPayServer.Client/JsonConverters/DecimalStringJsonConverter.cs index 2e29590d8c..f3ec5c7976 100644 --- a/BTCPayServer.Client/JsonConverters/DecimalStringJsonConverter.cs +++ b/BTCPayServer.Client/JsonConverters/DecimalStringJsonConverter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Globalization; using Newtonsoft.Json; using Newtonsoft.Json.Linq; diff --git a/BTCPayServer.Client/JsonConverters/NodeUriJsonConverter.cs b/BTCPayServer.Client/JsonConverters/NodeUriJsonConverter.cs index 229eb6a97a..9e22c9eb40 100644 --- a/BTCPayServer.Client/JsonConverters/NodeUriJsonConverter.cs +++ b/BTCPayServer.Client/JsonConverters/NodeUriJsonConverter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Text; diff --git a/BTCPayServer.Client/JsonConverters/PermissionJsonConverter.cs b/BTCPayServer.Client/JsonConverters/PermissionJsonConverter.cs index c4d8f16048..393d3e6784 100644 --- a/BTCPayServer.Client/JsonConverters/PermissionJsonConverter.cs +++ b/BTCPayServer.Client/JsonConverters/PermissionJsonConverter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Reflection; using System.Text; diff --git a/BTCPayServer.Client/JsonConverters/TimeSpanJsonConverter.cs b/BTCPayServer.Client/JsonConverters/TimeSpanJsonConverter.cs index 863e159edf..7087783ec8 100644 --- a/BTCPayServer.Client/JsonConverters/TimeSpanJsonConverter.cs +++ b/BTCPayServer.Client/JsonConverters/TimeSpanJsonConverter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using NBitcoin.JsonConverters; diff --git a/BTCPayServer.Client/Models/ApprovePayoutRequest.cs b/BTCPayServer.Client/Models/ApprovePayoutRequest.cs index c6a781ef25..d88b00192f 100644 --- a/BTCPayServer.Client/Models/ApprovePayoutRequest.cs +++ b/BTCPayServer.Client/Models/ApprovePayoutRequest.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; diff --git a/BTCPayServer.Client/Models/ConnectToNodeRequest.cs b/BTCPayServer.Client/Models/ConnectToNodeRequest.cs index d1813eeab8..1970e2b801 100644 --- a/BTCPayServer.Client/Models/ConnectToNodeRequest.cs +++ b/BTCPayServer.Client/Models/ConnectToNodeRequest.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using BTCPayServer.Client.JsonConverters; diff --git a/BTCPayServer.Client/Models/CreateApiKeyRequest.cs b/BTCPayServer.Client/Models/CreateApiKeyRequest.cs index 2f535da619..7239cf94f4 100644 --- a/BTCPayServer.Client/Models/CreateApiKeyRequest.cs +++ b/BTCPayServer.Client/Models/CreateApiKeyRequest.cs @@ -1,4 +1,4 @@ -using BTCPayServer.Client.JsonConverters; +using BTCPayServer.Client.JsonConverters; using Newtonsoft.Json; namespace BTCPayServer.Client.Models diff --git a/BTCPayServer.Client/Models/CreatePayoutRequest.cs b/BTCPayServer.Client/Models/CreatePayoutRequest.cs index 7251e45972..d50b225b26 100644 --- a/BTCPayServer.Client/Models/CreatePayoutRequest.cs +++ b/BTCPayServer.Client/Models/CreatePayoutRequest.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using BTCPayServer.JsonConverters; diff --git a/BTCPayServer.Client/Models/CreatePullPaymentRequest.cs b/BTCPayServer.Client/Models/CreatePullPaymentRequest.cs index 4adf4c385d..4694129402 100644 --- a/BTCPayServer.Client/Models/CreatePullPaymentRequest.cs +++ b/BTCPayServer.Client/Models/CreatePullPaymentRequest.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using BTCPayServer.Client.JsonConverters; diff --git a/BTCPayServer.Client/Models/GreenfieldAPIError.cs b/BTCPayServer.Client/Models/GreenfieldAPIError.cs index 58919bb326..ebeb3ce349 100644 --- a/BTCPayServer.Client/Models/GreenfieldAPIError.cs +++ b/BTCPayServer.Client/Models/GreenfieldAPIError.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; diff --git a/BTCPayServer.Client/Models/GreenfieldValidationError.cs b/BTCPayServer.Client/Models/GreenfieldValidationError.cs index d02390fae2..2d35206d77 100644 --- a/BTCPayServer.Client/Models/GreenfieldValidationError.cs +++ b/BTCPayServer.Client/Models/GreenfieldValidationError.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; diff --git a/BTCPayServer.Client/Models/PayoutData.cs b/BTCPayServer.Client/Models/PayoutData.cs index d3a216590c..45c55710bf 100644 --- a/BTCPayServer.Client/Models/PayoutData.cs +++ b/BTCPayServer.Client/Models/PayoutData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using BTCPayServer.JsonConverters; diff --git a/BTCPayServer.Client/Models/PullPaymentBaseData.cs b/BTCPayServer.Client/Models/PullPaymentBaseData.cs index 4170188e6a..8d95fc2f10 100644 --- a/BTCPayServer.Client/Models/PullPaymentBaseData.cs +++ b/BTCPayServer.Client/Models/PullPaymentBaseData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using BTCPayServer.Client.JsonConverters; diff --git a/BTCPayServer.Client/Permissions.cs b/BTCPayServer.Client/Permissions.cs index 79f6aa82d8..94c7f19f4a 100644 --- a/BTCPayServer.Client/Permissions.cs +++ b/BTCPayServer.Client/Permissions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcoin.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcoin.cs index e4c27b2340..409ef56583 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcoin.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcoin.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.BitcoinGold.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.BitcoinGold.cs index 63d32b9eca..774c486ca2 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.BitcoinGold.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.BitcoinGold.cs @@ -1,4 +1,4 @@ -using NBitcoin; +using NBitcoin; namespace BTCPayServer { diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcoinplus.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcoinplus.cs index e83a31360a..8daa723522 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcoinplus.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcoinplus.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcore.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcore.cs index b722995317..ce9de9f7e0 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcore.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Bitcore.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Chaincoin.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Chaincoin.cs index 925a464191..894c44212c 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Chaincoin.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Chaincoin.cs @@ -1,4 +1,4 @@ -using NBitcoin; +using NBitcoin; namespace BTCPayServer { diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Dash.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Dash.cs index 789005e986..d293c0f4ab 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Dash.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Dash.cs @@ -1,4 +1,4 @@ -using NBitcoin; +using NBitcoin; namespace BTCPayServer { diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Dogecoin.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Dogecoin.cs index 66483bfaba..b2b22b3c73 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Dogecoin.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Dogecoin.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Feathercoin.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Feathercoin.cs index 7b2a27f8d2..9ed929e82f 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Feathercoin.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Feathercoin.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Groestlcoin.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Groestlcoin.cs index f69ceb4c21..4c6a9ed700 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Groestlcoin.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Groestlcoin.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Litecoin.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Litecoin.cs index 3b7458f67e..02424a3125 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Litecoin.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Litecoin.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Monacoin.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Monacoin.cs index 0e5b45158b..e3ee1105b4 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Monacoin.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Monacoin.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Ufo.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Ufo.cs index 94a37694f8..70952e88b8 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Ufo.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.Ufo.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.cs b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.cs index 11bfa5ec64..bf5a7b511b 100644 --- a/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.cs +++ b/BTCPayServer.Common/Altcoins/BTCPayNetworkProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer.Common/Altcoins/Liquid/BTCPayNetworkProvider.Liquid.cs b/BTCPayServer.Common/Altcoins/Liquid/BTCPayNetworkProvider.Liquid.cs index 97eb44da89..931ee5ee58 100644 --- a/BTCPayServer.Common/Altcoins/Liquid/BTCPayNetworkProvider.Liquid.cs +++ b/BTCPayServer.Common/Altcoins/Liquid/BTCPayNetworkProvider.Liquid.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/Altcoins/Liquid/BTCPayNetworkProvider.LiquidAssets.cs b/BTCPayServer.Common/Altcoins/Liquid/BTCPayNetworkProvider.LiquidAssets.cs index dc20f4bd7f..a14c49c2b2 100644 --- a/BTCPayServer.Common/Altcoins/Liquid/BTCPayNetworkProvider.LiquidAssets.cs +++ b/BTCPayServer.Common/Altcoins/Liquid/BTCPayNetworkProvider.LiquidAssets.cs @@ -1,4 +1,4 @@ -using NBitcoin; +using NBitcoin; namespace BTCPayServer { diff --git a/BTCPayServer.Common/BTCPayNetwork.cs b/BTCPayServer.Common/BTCPayNetwork.cs index 658d1deca4..96847d8e13 100644 --- a/BTCPayServer.Common/BTCPayNetwork.cs +++ b/BTCPayServer.Common/BTCPayNetwork.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections; using System.Collections.Generic; using System.IO; diff --git a/BTCPayServer.Common/CustomThreadPool.cs b/BTCPayServer.Common/CustomThreadPool.cs index cfa09a52a5..048444062d 100644 --- a/BTCPayServer.Common/CustomThreadPool.cs +++ b/BTCPayServer.Common/CustomThreadPool.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer.Common/Extensions.cs b/BTCPayServer.Common/Extensions.cs index 6fd3b0025b..18cdc80275 100644 --- a/BTCPayServer.Common/Extensions.cs +++ b/BTCPayServer.Common/Extensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; diff --git a/BTCPayServer.Common/Logging/ConsoleLogger.cs b/BTCPayServer.Common/Logging/ConsoleLogger.cs index 5c7404b748..85c31268be 100644 --- a/BTCPayServer.Common/Logging/ConsoleLogger.cs +++ b/BTCPayServer.Common/Logging/ConsoleLogger.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Runtime.InteropServices; using System.Text; diff --git a/BTCPayServer.Common/Logging/Logs.cs b/BTCPayServer.Common/Logging/Logs.cs index 0ce737f521..8c87d51ae7 100644 --- a/BTCPayServer.Common/Logging/Logs.cs +++ b/BTCPayServer.Common/Logging/Logs.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Common/SynchronizationContextRemover.cs b/BTCPayServer.Common/SynchronizationContextRemover.cs index edd06e3ffe..0826488445 100644 --- a/BTCPayServer.Common/SynchronizationContextRemover.cs +++ b/BTCPayServer.Common/SynchronizationContextRemover.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; diff --git a/BTCPayServer.Common/ZipUtils.cs b/BTCPayServer.Common/ZipUtils.cs index 90eb42b5a9..ba59392c5a 100644 --- a/BTCPayServer.Common/ZipUtils.cs +++ b/BTCPayServer.Common/ZipUtils.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.IO.Compression; diff --git a/BTCPayServer.Data/Data/APIKeyData.cs b/BTCPayServer.Data/Data/APIKeyData.cs index b81f373f92..65922ad4e5 100644 --- a/BTCPayServer.Data/Data/APIKeyData.cs +++ b/BTCPayServer.Data/Data/APIKeyData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Collections.Immutable; using System.ComponentModel.DataAnnotations; diff --git a/BTCPayServer.Data/Data/AddressInvoiceData.cs b/BTCPayServer.Data/Data/AddressInvoiceData.cs index c6681b0896..079f638887 100644 --- a/BTCPayServer.Data/Data/AddressInvoiceData.cs +++ b/BTCPayServer.Data/Data/AddressInvoiceData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Data/ApplicationDbContext.cs b/BTCPayServer.Data/Data/ApplicationDbContext.cs index c8c11e437f..1de87caa79 100644 --- a/BTCPayServer.Data/Data/ApplicationDbContext.cs +++ b/BTCPayServer.Data/Data/ApplicationDbContext.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; diff --git a/BTCPayServer.Data/Data/ApplicationDbContextFactory.cs b/BTCPayServer.Data/Data/ApplicationDbContextFactory.cs index af6b251e86..b5dfa5c7da 100644 --- a/BTCPayServer.Data/Data/ApplicationDbContextFactory.cs +++ b/BTCPayServer.Data/Data/ApplicationDbContextFactory.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Data/ApplicationUser.cs b/BTCPayServer.Data/Data/ApplicationUser.cs index 0f9aabb8d7..8d12801025 100644 --- a/BTCPayServer.Data/Data/ApplicationUser.cs +++ b/BTCPayServer.Data/Data/ApplicationUser.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Data/HistoricalAddressInvoiceData.cs b/BTCPayServer.Data/Data/HistoricalAddressInvoiceData.cs index 69a88b4f6a..65cf05de30 100644 --- a/BTCPayServer.Data/Data/HistoricalAddressInvoiceData.cs +++ b/BTCPayServer.Data/Data/HistoricalAddressInvoiceData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Data/NotificationData.cs b/BTCPayServer.Data/Data/NotificationData.cs index 826ce7580c..05827c1b74 100644 --- a/BTCPayServer.Data/Data/NotificationData.cs +++ b/BTCPayServer.Data/Data/NotificationData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer.Data/Data/OffchainTransactionData.cs b/BTCPayServer.Data/Data/OffchainTransactionData.cs index 18e63d071c..17a17eb9d7 100644 --- a/BTCPayServer.Data/Data/OffchainTransactionData.cs +++ b/BTCPayServer.Data/Data/OffchainTransactionData.cs @@ -1,4 +1,4 @@ -using System.ComponentModel.DataAnnotations; +using System.ComponentModel.DataAnnotations; namespace BTCPayServer.Data { diff --git a/BTCPayServer.Data/Data/PairedSINData.cs b/BTCPayServer.Data/Data/PairedSINData.cs index 7ed062922e..2e9eb9259e 100644 --- a/BTCPayServer.Data/Data/PairedSINData.cs +++ b/BTCPayServer.Data/Data/PairedSINData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Data/PairingCodeData.cs b/BTCPayServer.Data/Data/PairingCodeData.cs index 36df41022e..65ecc3fcd3 100644 --- a/BTCPayServer.Data/Data/PairingCodeData.cs +++ b/BTCPayServer.Data/Data/PairingCodeData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Data/PayjoinLock.cs b/BTCPayServer.Data/Data/PayjoinLock.cs index dd8f115882..65bc9fb853 100644 --- a/BTCPayServer.Data/Data/PayjoinLock.cs +++ b/BTCPayServer.Data/Data/PayjoinLock.cs @@ -1,4 +1,4 @@ -using System.ComponentModel.DataAnnotations; +using System.ComponentModel.DataAnnotations; namespace BTCPayServer.Data { diff --git a/BTCPayServer.Data/Data/PayoutData.cs b/BTCPayServer.Data/Data/PayoutData.cs index 8052120d6e..f2bd8d2264 100644 --- a/BTCPayServer.Data/Data/PayoutData.cs +++ b/BTCPayServer.Data/Data/PayoutData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; diff --git a/BTCPayServer.Data/Data/PendingInvoiceData.cs b/BTCPayServer.Data/Data/PendingInvoiceData.cs index 3b65cf1fec..6a447dc415 100644 --- a/BTCPayServer.Data/Data/PendingInvoiceData.cs +++ b/BTCPayServer.Data/Data/PendingInvoiceData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Data/PlannedTransaction.cs b/BTCPayServer.Data/Data/PlannedTransaction.cs index f658df60c1..54d8848c68 100644 --- a/BTCPayServer.Data/Data/PlannedTransaction.cs +++ b/BTCPayServer.Data/Data/PlannedTransaction.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.ComponentModel.DataAnnotations; namespace BTCPayServer.Data diff --git a/BTCPayServer.Data/Data/PullPaymentData.cs b/BTCPayServer.Data/Data/PullPaymentData.cs index 89dc0b1dd8..5ef9aa67c7 100644 --- a/BTCPayServer.Data/Data/PullPaymentData.cs +++ b/BTCPayServer.Data/Data/PullPaymentData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; diff --git a/BTCPayServer.Data/Data/RefundData.cs b/BTCPayServer.Data/Data/RefundData.cs index 71c6eba1df..10995dbd95 100644 --- a/BTCPayServer.Data/Data/RefundData.cs +++ b/BTCPayServer.Data/Data/RefundData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Text; diff --git a/BTCPayServer.Data/Data/SettingData.cs b/BTCPayServer.Data/Data/SettingData.cs index 34e2693ef8..8374d34353 100644 --- a/BTCPayServer.Data/Data/SettingData.cs +++ b/BTCPayServer.Data/Data/SettingData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Data/StoreData.cs b/BTCPayServer.Data/Data/StoreData.cs index 21832ff239..11c7269baa 100644 --- a/BTCPayServer.Data/Data/StoreData.cs +++ b/BTCPayServer.Data/Data/StoreData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using BTCPayServer.Client.Models; diff --git a/BTCPayServer.Data/Data/StoredFile.cs b/BTCPayServer.Data/Data/StoredFile.cs index 27d3918d92..1281afa155 100644 --- a/BTCPayServer.Data/Data/StoredFile.cs +++ b/BTCPayServer.Data/Data/StoredFile.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.ComponentModel.DataAnnotations.Schema; namespace BTCPayServer.Data diff --git a/BTCPayServer.Data/Data/UserStore.cs b/BTCPayServer.Data/Data/UserStore.cs index 8bb2aa10fa..1573ad666b 100644 --- a/BTCPayServer.Data/Data/UserStore.cs +++ b/BTCPayServer.Data/Data/UserStore.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Data/WalletData.cs b/BTCPayServer.Data/Data/WalletData.cs index f0bd1116b7..307c9fe376 100644 --- a/BTCPayServer.Data/Data/WalletData.cs +++ b/BTCPayServer.Data/Data/WalletData.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using System.Reflection.Emit; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Data/WalletTransactionData.cs b/BTCPayServer.Data/Data/WalletTransactionData.cs index 829c6318aa..d874e8eb52 100644 --- a/BTCPayServer.Data/Data/WalletTransactionData.cs +++ b/BTCPayServer.Data/Data/WalletTransactionData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer.Data/Migrations/20170913143004_Init.cs b/BTCPayServer.Data/Migrations/20170913143004_Init.cs index 91052fd669..0b01bdc636 100644 --- a/BTCPayServer.Data/Migrations/20170913143004_Init.cs +++ b/BTCPayServer.Data/Migrations/20170913143004_Init.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20170926073744_Settings.cs b/BTCPayServer.Data/Migrations/20170926073744_Settings.cs index 539d831ab0..567a30b1ae 100644 --- a/BTCPayServer.Data/Migrations/20170926073744_Settings.cs +++ b/BTCPayServer.Data/Migrations/20170926073744_Settings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20170926084408_RequiresEmailConfirmation.cs b/BTCPayServer.Data/Migrations/20170926084408_RequiresEmailConfirmation.cs index b7bbc1ca8f..9dfd8e1db0 100644 --- a/BTCPayServer.Data/Migrations/20170926084408_RequiresEmailConfirmation.cs +++ b/BTCPayServer.Data/Migrations/20170926084408_RequiresEmailConfirmation.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20171006013443_AddressMapping.cs b/BTCPayServer.Data/Migrations/20171006013443_AddressMapping.cs index 36df44e9bd..cf7d902ab1 100644 --- a/BTCPayServer.Data/Migrations/20171006013443_AddressMapping.cs +++ b/BTCPayServer.Data/Migrations/20171006013443_AddressMapping.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20171010082424_Tokens.cs b/BTCPayServer.Data/Migrations/20171010082424_Tokens.cs index 1d128ec654..26fa2cbc19 100644 --- a/BTCPayServer.Data/Migrations/20171010082424_Tokens.cs +++ b/BTCPayServer.Data/Migrations/20171010082424_Tokens.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20171012020112_PendingInvoices.cs b/BTCPayServer.Data/Migrations/20171012020112_PendingInvoices.cs index c629846f43..dbfaeabb90 100644 --- a/BTCPayServer.Data/Migrations/20171012020112_PendingInvoices.cs +++ b/BTCPayServer.Data/Migrations/20171012020112_PendingInvoices.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20171023101754_StoreBlob.cs b/BTCPayServer.Data/Migrations/20171023101754_StoreBlob.cs index f4b533443b..04fc15bd6a 100644 --- a/BTCPayServer.Data/Migrations/20171023101754_StoreBlob.cs +++ b/BTCPayServer.Data/Migrations/20171023101754_StoreBlob.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20171024163354_RenewUsedAddresses.cs b/BTCPayServer.Data/Migrations/20171024163354_RenewUsedAddresses.cs index f7a46f305a..ca50ae4566 100644 --- a/BTCPayServer.Data/Migrations/20171024163354_RenewUsedAddresses.cs +++ b/BTCPayServer.Data/Migrations/20171024163354_RenewUsedAddresses.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20171105235734_PaymentAccounted.cs b/BTCPayServer.Data/Migrations/20171105235734_PaymentAccounted.cs index e3f6448bea..745c3befa2 100644 --- a/BTCPayServer.Data/Migrations/20171105235734_PaymentAccounted.cs +++ b/BTCPayServer.Data/Migrations/20171105235734_PaymentAccounted.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20171221054550_AltcoinSupport.cs b/BTCPayServer.Data/Migrations/20171221054550_AltcoinSupport.cs index 113ea550c0..489c644f70 100644 --- a/BTCPayServer.Data/Migrations/20171221054550_AltcoinSupport.cs +++ b/BTCPayServer.Data/Migrations/20171221054550_AltcoinSupport.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20180106095215_DerivationStrategies.cs b/BTCPayServer.Data/Migrations/20180106095215_DerivationStrategies.cs index 8baccdeac1..daafb7b17c 100644 --- a/BTCPayServer.Data/Migrations/20180106095215_DerivationStrategies.cs +++ b/BTCPayServer.Data/Migrations/20180106095215_DerivationStrategies.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20180109021122_defaultcrypto.cs b/BTCPayServer.Data/Migrations/20180109021122_defaultcrypto.cs index b3f7d2bb74..157d85bcea 100644 --- a/BTCPayServer.Data/Migrations/20180109021122_defaultcrypto.cs +++ b/BTCPayServer.Data/Migrations/20180109021122_defaultcrypto.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20180114123253_events.cs b/BTCPayServer.Data/Migrations/20180114123253_events.cs index a88e4862d4..be6a85bdb4 100644 --- a/BTCPayServer.Data/Migrations/20180114123253_events.cs +++ b/BTCPayServer.Data/Migrations/20180114123253_events.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20180402095640_appdata.cs b/BTCPayServer.Data/Migrations/20180402095640_appdata.cs index 798b3a705a..4f7319e0e6 100644 --- a/BTCPayServer.Data/Migrations/20180402095640_appdata.cs +++ b/BTCPayServer.Data/Migrations/20180402095640_appdata.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20180429083930_legacyapikey.cs b/BTCPayServer.Data/Migrations/20180429083930_legacyapikey.cs index cc10b408af..e2c032588b 100644 --- a/BTCPayServer.Data/Migrations/20180429083930_legacyapikey.cs +++ b/BTCPayServer.Data/Migrations/20180429083930_legacyapikey.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Data/Migrations/20180719095626_CanDeleteStores.cs b/BTCPayServer.Data/Migrations/20180719095626_CanDeleteStores.cs index 33620c7994..39e9c9235a 100644 --- a/BTCPayServer.Data/Migrations/20180719095626_CanDeleteStores.cs +++ b/BTCPayServer.Data/Migrations/20180719095626_CanDeleteStores.cs @@ -1,4 +1,4 @@ -using BTCPayServer.Data; +using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20190121133309_AddPaymentRequests.cs b/BTCPayServer.Data/Migrations/20190121133309_AddPaymentRequests.cs index 3a6571ab6a..4ca43cbffe 100644 --- a/BTCPayServer.Data/Migrations/20190121133309_AddPaymentRequests.cs +++ b/BTCPayServer.Data/Migrations/20190121133309_AddPaymentRequests.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20190219032533_AppsTagging.cs b/BTCPayServer.Data/Migrations/20190219032533_AppsTagging.cs index 2eb8b0cf23..ecdccd0b91 100644 --- a/BTCPayServer.Data/Migrations/20190219032533_AppsTagging.cs +++ b/BTCPayServer.Data/Migrations/20190219032533_AppsTagging.cs @@ -1,4 +1,4 @@ -using BTCPayServer.Data; +using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20190225091644_AddOpenIddict.cs b/BTCPayServer.Data/Migrations/20190225091644_AddOpenIddict.cs index 2e75a35238..dfcfe169a2 100644 --- a/BTCPayServer.Data/Migrations/20190225091644_AddOpenIddict.cs +++ b/BTCPayServer.Data/Migrations/20190225091644_AddOpenIddict.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20190324141717_AddFiles.cs b/BTCPayServer.Data/Migrations/20190324141717_AddFiles.cs index ebc973bd5f..582510a062 100644 --- a/BTCPayServer.Data/Migrations/20190324141717_AddFiles.cs +++ b/BTCPayServer.Data/Migrations/20190324141717_AddFiles.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20190425081749_AddU2fDevices.cs b/BTCPayServer.Data/Migrations/20190425081749_AddU2fDevices.cs index 9579b8c9ee..8ba8907f31 100644 --- a/BTCPayServer.Data/Migrations/20190425081749_AddU2fDevices.cs +++ b/BTCPayServer.Data/Migrations/20190425081749_AddU2fDevices.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20190701082105_sort_paymentrequests.cs b/BTCPayServer.Data/Migrations/20190701082105_sort_paymentrequests.cs index 468ceb2e4d..8512fbd3b8 100644 --- a/BTCPayServer.Data/Migrations/20190701082105_sort_paymentrequests.cs +++ b/BTCPayServer.Data/Migrations/20190701082105_sort_paymentrequests.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20190802142637_WalletData.cs b/BTCPayServer.Data/Migrations/20190802142637_WalletData.cs index df2238d224..becee5f7a5 100644 --- a/BTCPayServer.Data/Migrations/20190802142637_WalletData.cs +++ b/BTCPayServer.Data/Migrations/20190802142637_WalletData.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20200110064617_OpenIddictUpdate.cs b/BTCPayServer.Data/Migrations/20200110064617_OpenIddictUpdate.cs index 732756590d..6b916efdd9 100644 --- a/BTCPayServer.Data/Migrations/20200110064617_OpenIddictUpdate.cs +++ b/BTCPayServer.Data/Migrations/20200110064617_OpenIddictUpdate.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20200119130108_ExtendApiKeys.cs b/BTCPayServer.Data/Migrations/20200119130108_ExtendApiKeys.cs index 9eeb5b83c6..56bfe8629d 100644 --- a/BTCPayServer.Data/Migrations/20200119130108_ExtendApiKeys.cs +++ b/BTCPayServer.Data/Migrations/20200119130108_ExtendApiKeys.cs @@ -1,4 +1,4 @@ -using BTCPayServer.Data; +using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20200224134444_Remove_OpenIddict.cs b/BTCPayServer.Data/Migrations/20200224134444_Remove_OpenIddict.cs index d356af760a..2626f9da32 100644 --- a/BTCPayServer.Data/Migrations/20200224134444_Remove_OpenIddict.cs +++ b/BTCPayServer.Data/Migrations/20200224134444_Remove_OpenIddict.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20200225133433_AddApiKeyLabel.cs b/BTCPayServer.Data/Migrations/20200225133433_AddApiKeyLabel.cs index 100e6e3445..e5f6fc6aca 100644 --- a/BTCPayServer.Data/Migrations/20200225133433_AddApiKeyLabel.cs +++ b/BTCPayServer.Data/Migrations/20200225133433_AddApiKeyLabel.cs @@ -1,4 +1,4 @@ -using BTCPayServer.Data; +using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20200402065615_AddApiKeyBlob.cs b/BTCPayServer.Data/Migrations/20200402065615_AddApiKeyBlob.cs index 5b901f0034..4787e8fc6f 100644 --- a/BTCPayServer.Data/Migrations/20200402065615_AddApiKeyBlob.cs +++ b/BTCPayServer.Data/Migrations/20200402065615_AddApiKeyBlob.cs @@ -1,4 +1,4 @@ -using BTCPayServer.Data; +using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20200413052418_PlannedTransactions.cs b/BTCPayServer.Data/Migrations/20200413052418_PlannedTransactions.cs index 56419b9fc3..88c39db7f0 100644 --- a/BTCPayServer.Data/Migrations/20200413052418_PlannedTransactions.cs +++ b/BTCPayServer.Data/Migrations/20200413052418_PlannedTransactions.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20200507092343_AddArchivedToInvoice.cs b/BTCPayServer.Data/Migrations/20200507092343_AddArchivedToInvoice.cs index 96946ce831..f514cb18f3 100644 --- a/BTCPayServer.Data/Migrations/20200507092343_AddArchivedToInvoice.cs +++ b/BTCPayServer.Data/Migrations/20200507092343_AddArchivedToInvoice.cs @@ -1,4 +1,4 @@ -using BTCPayServer.Data; +using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/Migrations/20200625064111_refundnotificationpullpayments.cs b/BTCPayServer.Data/Migrations/20200625064111_refundnotificationpullpayments.cs index 3f05b8227c..1a3f68f326 100644 --- a/BTCPayServer.Data/Migrations/20200625064111_refundnotificationpullpayments.cs +++ b/BTCPayServer.Data/Migrations/20200625064111_refundnotificationpullpayments.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Data; using Microsoft.EntityFrameworkCore.Infrastructure; using Microsoft.EntityFrameworkCore.Migrations; diff --git a/BTCPayServer.Data/MigrationsExtensions.cs b/BTCPayServer.Data/MigrationsExtensions.cs index fb354dc85a..c60c87a96b 100644 --- a/BTCPayServer.Data/MigrationsExtensions.cs +++ b/BTCPayServer.Data/MigrationsExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using Microsoft.EntityFrameworkCore.Infrastructure; diff --git a/BTCPayServer.Rating/CurrencyNameTable.cs b/BTCPayServer.Rating/CurrencyNameTable.cs index e2250240ab..1bb76e9a87 100644 --- a/BTCPayServer.Rating/CurrencyNameTable.cs +++ b/BTCPayServer.Rating/CurrencyNameTable.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.IO; diff --git a/BTCPayServer.Rating/CurrencyPair.cs b/BTCPayServer.Rating/CurrencyPair.cs index 0e579c6d12..2b474ea663 100644 --- a/BTCPayServer.Rating/CurrencyPair.cs +++ b/BTCPayServer.Rating/CurrencyPair.cs @@ -1,4 +1,4 @@ -using System; +using System; using BTCPayServer.Services.Rates; namespace BTCPayServer.Rating diff --git a/BTCPayServer.Rating/ExchangeRates.cs b/BTCPayServer.Rating/ExchangeRates.cs index 2a249896e5..0229f2c0f6 100644 --- a/BTCPayServer.Rating/ExchangeRates.cs +++ b/BTCPayServer.Rating/ExchangeRates.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Globalization; diff --git a/BTCPayServer.Rating/MultiValueDictionary.cs b/BTCPayServer.Rating/MultiValueDictionary.cs index 5c9271b9dc..d3e82d170b 100644 --- a/BTCPayServer.Rating/MultiValueDictionary.cs +++ b/BTCPayServer.Rating/MultiValueDictionary.cs @@ -1,4 +1,4 @@ -// Copyright (c) Microsoft. All rights reserved. +// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // From https://github.com/dotnet/corefxlab/blob/master/src/System.Collections.Generic.MultiValueDictionary/System/Collections/Generic/MultiValueDictionary.cs using System; diff --git a/BTCPayServer.Rating/Providers/BackgroundFetcherRateProvider.cs b/BTCPayServer.Rating/Providers/BackgroundFetcherRateProvider.cs index 1cd614085e..331e433ba0 100644 --- a/BTCPayServer.Rating/Providers/BackgroundFetcherRateProvider.cs +++ b/BTCPayServer.Rating/Providers/BackgroundFetcherRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer.Rating/Providers/BitbankRateProvider.cs b/BTCPayServer.Rating/Providers/BitbankRateProvider.cs index d38df23cec..99ee2bd286 100644 --- a/BTCPayServer.Rating/Providers/BitbankRateProvider.cs +++ b/BTCPayServer.Rating/Providers/BitbankRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/BTCPayServer.Rating/Providers/BitflyerRateProvider.cs b/BTCPayServer.Rating/Providers/BitflyerRateProvider.cs index 4785cc5173..7b8ed34040 100644 --- a/BTCPayServer.Rating/Providers/BitflyerRateProvider.cs +++ b/BTCPayServer.Rating/Providers/BitflyerRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/BTCPayServer.Rating/Providers/BitpayRateProvider.cs b/BTCPayServer.Rating/Providers/BitpayRateProvider.cs index 7956f392bf..f42ae62162 100644 --- a/BTCPayServer.Rating/Providers/BitpayRateProvider.cs +++ b/BTCPayServer.Rating/Providers/BitpayRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/BTCPayServer.Rating/Providers/ByllsRateProvider.cs b/BTCPayServer.Rating/Providers/ByllsRateProvider.cs index 8f5e0a1ea2..698b09656d 100644 --- a/BTCPayServer.Rating/Providers/ByllsRateProvider.cs +++ b/BTCPayServer.Rating/Providers/ByllsRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Net.Http; using System.Threading; using System.Threading.Tasks; diff --git a/BTCPayServer.Rating/Providers/ExchangeSharpRateProvider.cs b/BTCPayServer.Rating/Providers/ExchangeSharpRateProvider.cs index 6fe4c212d9..00b8d28e6b 100644 --- a/BTCPayServer.Rating/Providers/ExchangeSharpRateProvider.cs +++ b/BTCPayServer.Rating/Providers/ExchangeSharpRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; diff --git a/BTCPayServer.Rating/Providers/FallbackRateProvider.cs b/BTCPayServer.Rating/Providers/FallbackRateProvider.cs index f3b449cc8d..def866aa70 100644 --- a/BTCPayServer.Rating/Providers/FallbackRateProvider.cs +++ b/BTCPayServer.Rating/Providers/FallbackRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer.Rating/Providers/HttpClientRequestMaker.cs b/BTCPayServer.Rating/Providers/HttpClientRequestMaker.cs index 53d6e6b6b8..ebe70c3450 100644 --- a/BTCPayServer.Rating/Providers/HttpClientRequestMaker.cs +++ b/BTCPayServer.Rating/Providers/HttpClientRequestMaker.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Net; diff --git a/BTCPayServer.Rating/Providers/IRateProvider.cs b/BTCPayServer.Rating/Providers/IRateProvider.cs index d1fece419a..5ee4f33a15 100644 --- a/BTCPayServer.Rating/Providers/IRateProvider.cs +++ b/BTCPayServer.Rating/Providers/IRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using System.Threading; diff --git a/BTCPayServer.Rating/Providers/KrakenExchangeRateProvider.cs b/BTCPayServer.Rating/Providers/KrakenExchangeRateProvider.cs index 7bba26c06c..48f67fd883 100644 --- a/BTCPayServer.Rating/Providers/KrakenExchangeRateProvider.cs +++ b/BTCPayServer.Rating/Providers/KrakenExchangeRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer.Rating/Providers/NullRateProvider.cs b/BTCPayServer.Rating/Providers/NullRateProvider.cs index 1569cb9689..a0a7b5f2b1 100644 --- a/BTCPayServer.Rating/Providers/NullRateProvider.cs +++ b/BTCPayServer.Rating/Providers/NullRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer.Rating/Providers/PolisRateProvider.cs b/BTCPayServer.Rating/Providers/PolisRateProvider.cs index b4f55e69bc..ba0c2fde44 100644 --- a/BTCPayServer.Rating/Providers/PolisRateProvider.cs +++ b/BTCPayServer.Rating/Providers/PolisRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Net.Http; using System.Threading; using System.Threading.Tasks; diff --git a/BTCPayServer.Rating/RateRules.cs b/BTCPayServer.Rating/RateRules.cs index 9a3890b2f4..210165db0e 100644 --- a/BTCPayServer.Rating/RateRules.cs +++ b/BTCPayServer.Rating/RateRules.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer.Rating/Services/RateFetcher.cs b/BTCPayServer.Rating/Services/RateFetcher.cs index 770b28d908..194787342f 100644 --- a/BTCPayServer.Rating/Services/RateFetcher.cs +++ b/BTCPayServer.Rating/Services/RateFetcher.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer.Rating/Services/RateProviderFactory.cs b/BTCPayServer.Rating/Services/RateProviderFactory.cs index b82a8d48b2..257a778b7c 100644 --- a/BTCPayServer.Rating/Services/RateProviderFactory.cs +++ b/BTCPayServer.Rating/Services/RateProviderFactory.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/BTCPayServer.Tests/BTCPayServerTester.cs b/BTCPayServer.Tests/BTCPayServerTester.cs index f26cb393ce..3cd693c193 100644 --- a/BTCPayServer.Tests/BTCPayServerTester.cs +++ b/BTCPayServer.Tests/BTCPayServerTester.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; diff --git a/BTCPayServer.Tests/ChargeTester.cs b/BTCPayServer.Tests/ChargeTester.cs index de4b0ff954..41f425a30b 100644 --- a/BTCPayServer.Tests/ChargeTester.cs +++ b/BTCPayServer.Tests/ChargeTester.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using BTCPayServer.Lightning; diff --git a/BTCPayServer.Tests/CustomerHttpServer.cs b/BTCPayServer.Tests/CustomerHttpServer.cs index e70afce262..4af81ee591 100644 --- a/BTCPayServer.Tests/CustomerHttpServer.cs +++ b/BTCPayServer.Tests/CustomerHttpServer.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer.Tests/Extensions.cs b/BTCPayServer.Tests/Extensions.cs index 14eb03a7b9..0bec56f7e2 100644 --- a/BTCPayServer.Tests/Extensions.cs +++ b/BTCPayServer.Tests/Extensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Text; using System.Threading; using System.Threading.Tasks; diff --git a/BTCPayServer.Tests/FakeServer.cs b/BTCPayServer.Tests/FakeServer.cs index 506d7011ff..f9fcd80631 100644 --- a/BTCPayServer.Tests/FakeServer.cs +++ b/BTCPayServer.Tests/FakeServer.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/BTCPayServer.Tests/LightningDTester.cs b/BTCPayServer.Tests/LightningDTester.cs index b371f9ff0d..623c45871b 100644 --- a/BTCPayServer.Tests/LightningDTester.cs +++ b/BTCPayServer.Tests/LightningDTester.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; diff --git a/BTCPayServer.Tests/Lnd/LndMockTester.cs b/BTCPayServer.Tests/Lnd/LndMockTester.cs index 0958068872..7eb9dc1f21 100644 --- a/BTCPayServer.Tests/Lnd/LndMockTester.cs +++ b/BTCPayServer.Tests/Lnd/LndMockTester.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using BTCPayServer.Lightning.LND; diff --git a/BTCPayServer.Tests/MockDelay.cs b/BTCPayServer.Tests/MockDelay.cs index 317905e96f..d53f6d65c7 100644 --- a/BTCPayServer.Tests/MockDelay.cs +++ b/BTCPayServer.Tests/MockDelay.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer.Tests/Mocks/MockRateProvider.cs b/BTCPayServer.Tests/Mocks/MockRateProvider.cs index edf23cf61c..338ace10f7 100644 --- a/BTCPayServer.Tests/Mocks/MockRateProvider.cs +++ b/BTCPayServer.Tests/Mocks/MockRateProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using System.Threading; diff --git a/BTCPayServer.Tests/Mocks/UrlHelperMock.cs b/BTCPayServer.Tests/Mocks/UrlHelperMock.cs index a21de8ab55..909790786e 100644 --- a/BTCPayServer.Tests/Mocks/UrlHelperMock.cs +++ b/BTCPayServer.Tests/Mocks/UrlHelperMock.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using Microsoft.AspNetCore.Mvc; diff --git a/BTCPayServer.Tests/PSBTTests.cs b/BTCPayServer.Tests/PSBTTests.cs index f1349fb12d..be4388c29d 100644 --- a/BTCPayServer.Tests/PSBTTests.cs +++ b/BTCPayServer.Tests/PSBTTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/BTCPayServer.Tests/ProcessLauncher.cs b/BTCPayServer.Tests/ProcessLauncher.cs index 9250c75694..10ade2447a 100644 --- a/BTCPayServer.Tests/ProcessLauncher.cs +++ b/BTCPayServer.Tests/ProcessLauncher.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; diff --git a/BTCPayServer.Tests/RateRulesTest.cs b/BTCPayServer.Tests/RateRulesTest.cs index cc05c76884..c9c13f2f88 100644 --- a/BTCPayServer.Tests/RateRulesTest.cs +++ b/BTCPayServer.Tests/RateRulesTest.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer.Tests/SeleniumTests.cs b/BTCPayServer.Tests/SeleniumTests.cs index 1841d55818..35ee1c0e54 100644 --- a/BTCPayServer.Tests/SeleniumTests.cs +++ b/BTCPayServer.Tests/SeleniumTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Globalization; using System.Linq; using System.Text.RegularExpressions; diff --git a/BTCPayServer.Tests/ServerTester.cs b/BTCPayServer.Tests/ServerTester.cs index ed5cb1edee..f8512d2581 100644 --- a/BTCPayServer.Tests/ServerTester.cs +++ b/BTCPayServer.Tests/ServerTester.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; diff --git a/BTCPayServer.Tests/TestAccount.cs b/BTCPayServer.Tests/TestAccount.cs index 242962f3ed..8f4b60dfa0 100644 --- a/BTCPayServer.Tests/TestAccount.cs +++ b/BTCPayServer.Tests/TestAccount.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/BTCPayServer.Tests/TestUtils.cs b/BTCPayServer.Tests/TestUtils.cs index 077beee019..c4a9e47d49 100644 --- a/BTCPayServer.Tests/TestUtils.cs +++ b/BTCPayServer.Tests/TestUtils.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer.Tests/UnitTest1.cs b/BTCPayServer.Tests/UnitTest1.cs index 7b47144532..3730836147 100644 --- a/BTCPayServer.Tests/UnitTest1.cs +++ b/BTCPayServer.Tests/UnitTest1.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; diff --git a/BTCPayServer.Tests/UtilitiesTests.cs b/BTCPayServer.Tests/UtilitiesTests.cs index fb941a79a7..59fcbb1a4c 100644 --- a/BTCPayServer.Tests/UtilitiesTests.cs +++ b/BTCPayServer.Tests/UtilitiesTests.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer.Tests/Utils.cs b/BTCPayServer.Tests/Utils.cs index d2eb757579..3cfc859648 100644 --- a/BTCPayServer.Tests/Utils.cs +++ b/BTCPayServer.Tests/Utils.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Net; diff --git a/BTCPayServer/BitpayHttpException.cs b/BTCPayServer/BitpayHttpException.cs index 0474257fd1..8fd37829cf 100644 --- a/BTCPayServer/BitpayHttpException.cs +++ b/BTCPayServer/BitpayHttpException.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; diff --git a/BTCPayServer/Configuration/BTCPayServerOptions.cs b/BTCPayServer/Configuration/BTCPayServerOptions.cs index 0f6da84cd6..b596bb90dc 100644 --- a/BTCPayServer/Configuration/BTCPayServerOptions.cs +++ b/BTCPayServer/Configuration/BTCPayServerOptions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/Configuration/ConfigException.cs b/BTCPayServer/Configuration/ConfigException.cs index 3a38697272..a5cda57391 100644 --- a/BTCPayServer/Configuration/ConfigException.cs +++ b/BTCPayServer/Configuration/ConfigException.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Configuration/ConfigurationExtensions.cs b/BTCPayServer/Configuration/ConfigurationExtensions.cs index c3750196a8..eb11bf779a 100644 --- a/BTCPayServer/Configuration/ConfigurationExtensions.cs +++ b/BTCPayServer/Configuration/ConfigurationExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Configuration/DefaultConfiguration.cs b/BTCPayServer/Configuration/DefaultConfiguration.cs index 2aadbcdc64..2f364a0b0c 100644 --- a/BTCPayServer/Configuration/DefaultConfiguration.cs +++ b/BTCPayServer/Configuration/DefaultConfiguration.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/Configuration/ExternalConnectionString.cs b/BTCPayServer/Configuration/ExternalConnectionString.cs index dae46fd72e..c850b99fb9 100644 --- a/BTCPayServer/Configuration/ExternalConnectionString.cs +++ b/BTCPayServer/Configuration/ExternalConnectionString.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/Configuration/ExternalService.cs b/BTCPayServer/Configuration/ExternalService.cs index 519dfc630a..ce091ab74e 100644 --- a/BTCPayServer/Configuration/ExternalService.cs +++ b/BTCPayServer/Configuration/ExternalService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Controllers/AccessTokenController.cs b/BTCPayServer/Controllers/AccessTokenController.cs index 293954d219..8ecb229712 100644 --- a/BTCPayServer/Controllers/AccessTokenController.cs +++ b/BTCPayServer/Controllers/AccessTokenController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; diff --git a/BTCPayServer/Controllers/AccountController.cs b/BTCPayServer/Controllers/AccountController.cs index 1357b08b68..dedaaec4a2 100644 --- a/BTCPayServer/Controllers/AccountController.cs +++ b/BTCPayServer/Controllers/AccountController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Controllers/AppsController.Crowdfund.cs b/BTCPayServer/Controllers/AppsController.Crowdfund.cs index 16c8288fec..e423dedd63 100644 --- a/BTCPayServer/Controllers/AppsController.Crowdfund.cs +++ b/BTCPayServer/Controllers/AppsController.Crowdfund.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Text; using System.Text.Encodings.Web; diff --git a/BTCPayServer/Controllers/AppsController.PointOfSale.cs b/BTCPayServer/Controllers/AppsController.PointOfSale.cs index 32b66ce0c6..0bd81b0438 100644 --- a/BTCPayServer/Controllers/AppsController.PointOfSale.cs +++ b/BTCPayServer/Controllers/AppsController.PointOfSale.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Text; using System.Text.Encodings.Web; diff --git a/BTCPayServer/Controllers/AppsController.cs b/BTCPayServer/Controllers/AppsController.cs index 81dac5cfb3..7e7da5dd2a 100644 --- a/BTCPayServer/Controllers/AppsController.cs +++ b/BTCPayServer/Controllers/AppsController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Controllers/AppsPublicController.cs b/BTCPayServer/Controllers/AppsPublicController.cs index ce2a4da0dd..97f20ee5a0 100644 --- a/BTCPayServer/Controllers/AppsPublicController.cs +++ b/BTCPayServer/Controllers/AppsPublicController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Controllers/ErrorController.cs b/BTCPayServer/Controllers/ErrorController.cs index efab2f7cf5..1d93ac2b44 100644 --- a/BTCPayServer/Controllers/ErrorController.cs +++ b/BTCPayServer/Controllers/ErrorController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/BTCPayServer/Controllers/GreenField/PullPaymentController.cs b/BTCPayServer/Controllers/GreenField/PullPaymentController.cs index f16db20eb1..7cc67ee2ba 100644 --- a/BTCPayServer/Controllers/GreenField/PullPaymentController.cs +++ b/BTCPayServer/Controllers/GreenField/PullPaymentController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; diff --git a/BTCPayServer/Controllers/HomeController.cs b/BTCPayServer/Controllers/HomeController.cs index e8ca3830f6..a133a4aee9 100644 --- a/BTCPayServer/Controllers/HomeController.cs +++ b/BTCPayServer/Controllers/HomeController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Diagnostics; using System.IO; using System.Linq; diff --git a/BTCPayServer/Controllers/InvoiceController.API.cs b/BTCPayServer/Controllers/InvoiceController.API.cs index 64a6f606e6..72792ba8a9 100644 --- a/BTCPayServer/Controllers/InvoiceController.API.cs +++ b/BTCPayServer/Controllers/InvoiceController.API.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Threading; using System.Threading.Tasks; diff --git a/BTCPayServer/Controllers/InvoiceController.UI.cs b/BTCPayServer/Controllers/InvoiceController.UI.cs index 06cf0a5bdf..11a5d9b673 100644 --- a/BTCPayServer/Controllers/InvoiceController.UI.cs +++ b/BTCPayServer/Controllers/InvoiceController.UI.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Configuration; using System.Globalization; diff --git a/BTCPayServer/Controllers/InvoiceController.cs b/BTCPayServer/Controllers/InvoiceController.cs index 1c9f560e3c..9edf16b664 100644 --- a/BTCPayServer/Controllers/InvoiceController.cs +++ b/BTCPayServer/Controllers/InvoiceController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Controllers/Macaroons.cs b/BTCPayServer/Controllers/Macaroons.cs index 097ad166aa..31d4d53b06 100644 --- a/BTCPayServer/Controllers/Macaroons.cs +++ b/BTCPayServer/Controllers/Macaroons.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/Controllers/ManageController.cs b/BTCPayServer/Controllers/ManageController.cs index 83f3f134db..90f6840d85 100644 --- a/BTCPayServer/Controllers/ManageController.cs +++ b/BTCPayServer/Controllers/ManageController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Globalization; using System.Linq; using System.Text; diff --git a/BTCPayServer/Controllers/NotificationsController.cs b/BTCPayServer/Controllers/NotificationsController.cs index 371d4e70b7..4a664d9e95 100644 --- a/BTCPayServer/Controllers/NotificationsController.cs +++ b/BTCPayServer/Controllers/NotificationsController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Threading; using System.Threading.Tasks; diff --git a/BTCPayServer/Controllers/PublicController.cs b/BTCPayServer/Controllers/PublicController.cs index e9a4206676..bf9a443188 100644 --- a/BTCPayServer/Controllers/PublicController.cs +++ b/BTCPayServer/Controllers/PublicController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/Controllers/PublicLightningNodeInfoController.cs b/BTCPayServer/Controllers/PublicLightningNodeInfoController.cs index e49abc1f5a..b1cab187e8 100644 --- a/BTCPayServer/Controllers/PublicLightningNodeInfoController.cs +++ b/BTCPayServer/Controllers/PublicLightningNodeInfoController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; diff --git a/BTCPayServer/Controllers/PullPaymentController.cs b/BTCPayServer/Controllers/PullPaymentController.cs index 502625b05d..581295710c 100644 --- a/BTCPayServer/Controllers/PullPaymentController.cs +++ b/BTCPayServer/Controllers/PullPaymentController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Controllers/RateController.cs b/BTCPayServer/Controllers/RateController.cs index dd440651f8..6b14017bc3 100644 --- a/BTCPayServer/Controllers/RateController.cs +++ b/BTCPayServer/Controllers/RateController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/BTCPayServer/Controllers/ServerController.cs b/BTCPayServer/Controllers/ServerController.cs index 05bc75b911..4b867a6e43 100644 --- a/BTCPayServer/Controllers/ServerController.cs +++ b/BTCPayServer/Controllers/ServerController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Globalization; diff --git a/BTCPayServer/Controllers/StoresController.BTCLike.cs b/BTCPayServer/Controllers/StoresController.BTCLike.cs index a19b3aca36..e12f662311 100644 --- a/BTCPayServer/Controllers/StoresController.BTCLike.cs +++ b/BTCPayServer/Controllers/StoresController.BTCLike.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.IO; diff --git a/BTCPayServer/Controllers/StoresController.Changelly.cs b/BTCPayServer/Controllers/StoresController.Changelly.cs index 6c2671643c..f95d7fc5cf 100644 --- a/BTCPayServer/Controllers/StoresController.Changelly.cs +++ b/BTCPayServer/Controllers/StoresController.Changelly.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Net.Http; using System.Threading.Tasks; using BTCPayServer.Data; diff --git a/BTCPayServer/Controllers/StoresController.CoinSwitch.cs b/BTCPayServer/Controllers/StoresController.CoinSwitch.cs index 4365a4511a..9ba03b7022 100644 --- a/BTCPayServer/Controllers/StoresController.CoinSwitch.cs +++ b/BTCPayServer/Controllers/StoresController.CoinSwitch.cs @@ -1,4 +1,4 @@ -using System.Threading.Tasks; +using System.Threading.Tasks; using BTCPayServer.Data; using BTCPayServer.Models.StoreViewModels; using BTCPayServer.Payments.CoinSwitch; diff --git a/BTCPayServer/Controllers/StoresController.Email.cs b/BTCPayServer/Controllers/StoresController.Email.cs index 1a8d2ae0e4..4c712f6658 100644 --- a/BTCPayServer/Controllers/StoresController.Email.cs +++ b/BTCPayServer/Controllers/StoresController.Email.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Net.Mail; using System.Threading.Tasks; using BTCPayServer.Data; diff --git a/BTCPayServer/Controllers/StoresController.LightningLike.cs b/BTCPayServer/Controllers/StoresController.LightningLike.cs index 43cea0a7c1..5507f26612 100644 --- a/BTCPayServer/Controllers/StoresController.LightningLike.cs +++ b/BTCPayServer/Controllers/StoresController.LightningLike.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net; diff --git a/BTCPayServer/Controllers/StoresController.cs b/BTCPayServer/Controllers/StoresController.cs index f7d3e53cef..e4011b9097 100644 --- a/BTCPayServer/Controllers/StoresController.cs +++ b/BTCPayServer/Controllers/StoresController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Controllers/UserStoresController.cs b/BTCPayServer/Controllers/UserStoresController.cs index c775f856dc..54d29950ea 100644 --- a/BTCPayServer/Controllers/UserStoresController.cs +++ b/BTCPayServer/Controllers/UserStoresController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/Controllers/VaultController.cs b/BTCPayServer/Controllers/VaultController.cs index 2054fb50ff..ec96a2eeca 100644 --- a/BTCPayServer/Controllers/VaultController.cs +++ b/BTCPayServer/Controllers/VaultController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.IO; diff --git a/BTCPayServer/Controllers/WalletsController.PSBT.cs b/BTCPayServer/Controllers/WalletsController.PSBT.cs index d3e86bf291..d4ea7262eb 100644 --- a/BTCPayServer/Controllers/WalletsController.PSBT.cs +++ b/BTCPayServer/Controllers/WalletsController.PSBT.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/BTCPayServer/Controllers/WalletsController.PullPayments.cs b/BTCPayServer/Controllers/WalletsController.PullPayments.cs index c0fc336a42..1f69919d1a 100644 --- a/BTCPayServer/Controllers/WalletsController.PullPayments.cs +++ b/BTCPayServer/Controllers/WalletsController.PullPayments.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Dynamic; using System.Globalization; diff --git a/BTCPayServer/Controllers/WalletsController.cs b/BTCPayServer/Controllers/WalletsController.cs index 9f593f2e34..890dfb789d 100644 --- a/BTCPayServer/Controllers/WalletsController.cs +++ b/BTCPayServer/Controllers/WalletsController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/CorsPolicies.cs b/BTCPayServer/CorsPolicies.cs index 9d2a31f1fb..d26f9880b6 100644 --- a/BTCPayServer/CorsPolicies.cs +++ b/BTCPayServer/CorsPolicies.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/CurrencyValue.cs b/BTCPayServer/CurrencyValue.cs index a9f1ce5ca3..ee177665f5 100644 --- a/BTCPayServer/CurrencyValue.cs +++ b/BTCPayServer/CurrencyValue.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Data/AddressInvoiceDataExtensions.cs b/BTCPayServer/Data/AddressInvoiceDataExtensions.cs index 07a42c899f..9303e31291 100644 --- a/BTCPayServer/Data/AddressInvoiceDataExtensions.cs +++ b/BTCPayServer/Data/AddressInvoiceDataExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Data/HistoricalAddressInvoiceDataExtensions.cs b/BTCPayServer/Data/HistoricalAddressInvoiceDataExtensions.cs index bd43aa8327..798aee04ea 100644 --- a/BTCPayServer/Data/HistoricalAddressInvoiceDataExtensions.cs +++ b/BTCPayServer/Data/HistoricalAddressInvoiceDataExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Data/InvoiceDataExtensions.cs b/BTCPayServer/Data/InvoiceDataExtensions.cs index 5ed69fb800..6193134536 100644 --- a/BTCPayServer/Data/InvoiceDataExtensions.cs +++ b/BTCPayServer/Data/InvoiceDataExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Data/PaymentDataExtensions.cs b/BTCPayServer/Data/PaymentDataExtensions.cs index 46bc101891..90d4282d6a 100644 --- a/BTCPayServer/Data/PaymentDataExtensions.cs +++ b/BTCPayServer/Data/PaymentDataExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Data/PaymentRequestDataExtensions.cs b/BTCPayServer/Data/PaymentRequestDataExtensions.cs index e88e535fc4..daf648ea0f 100644 --- a/BTCPayServer/Data/PaymentRequestDataExtensions.cs +++ b/BTCPayServer/Data/PaymentRequestDataExtensions.cs @@ -1,4 +1,4 @@ -using BTCPayServer.Client.Models; +using BTCPayServer.Client.Models; using NBXplorer; using Newtonsoft.Json.Linq; diff --git a/BTCPayServer/Data/PullPaymentsExtensions.cs b/BTCPayServer/Data/PullPaymentsExtensions.cs index a04c74ad6d..4dedc0e074 100644 --- a/BTCPayServer/Data/PullPaymentsExtensions.cs +++ b/BTCPayServer/Data/PullPaymentsExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Security.Cryptography; diff --git a/BTCPayServer/Data/StoreBlob.cs b/BTCPayServer/Data/StoreBlob.cs index 9a933b11b7..44d4267c5d 100644 --- a/BTCPayServer/Data/StoreBlob.cs +++ b/BTCPayServer/Data/StoreBlob.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; diff --git a/BTCPayServer/Data/StoreDataExtensions.cs b/BTCPayServer/Data/StoreDataExtensions.cs index 50456f1838..798a7fa89a 100644 --- a/BTCPayServer/Data/StoreDataExtensions.cs +++ b/BTCPayServer/Data/StoreDataExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; diff --git a/BTCPayServer/Data/WalletDataExtensions.cs b/BTCPayServer/Data/WalletDataExtensions.cs index 8deed331ae..ca251b1faf 100644 --- a/BTCPayServer/Data/WalletDataExtensions.cs +++ b/BTCPayServer/Data/WalletDataExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Data/WalletTransactionDataExtensions.cs b/BTCPayServer/Data/WalletTransactionDataExtensions.cs index 41d7b233ca..5071fb5f8c 100644 --- a/BTCPayServer/Data/WalletTransactionDataExtensions.cs +++ b/BTCPayServer/Data/WalletTransactionDataExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/DerivationSchemeParser.cs b/BTCPayServer/DerivationSchemeParser.cs index caabee53a2..89d08dc15e 100644 --- a/BTCPayServer/DerivationSchemeParser.cs +++ b/BTCPayServer/DerivationSchemeParser.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/BTCPayServer/DerivationSchemeSettings.cs b/BTCPayServer/DerivationSchemeSettings.cs index 5c1e31df97..1fad90982d 100644 --- a/BTCPayServer/DerivationSchemeSettings.cs +++ b/BTCPayServer/DerivationSchemeSettings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/EventAggregator.cs b/BTCPayServer/EventAggregator.cs index 036867614d..8ba96d19f7 100644 --- a/BTCPayServer/EventAggregator.cs +++ b/BTCPayServer/EventAggregator.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/Events/InvoiceDataChangedEvent.cs b/BTCPayServer/Events/InvoiceDataChangedEvent.cs index 3ef12e6a00..3d95d27f11 100644 --- a/BTCPayServer/Events/InvoiceDataChangedEvent.cs +++ b/BTCPayServer/Events/InvoiceDataChangedEvent.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Events/InvoiceNeedUpdateEvent.cs b/BTCPayServer/Events/InvoiceNeedUpdateEvent.cs index 901345e007..185642de26 100644 --- a/BTCPayServer/Events/InvoiceNeedUpdateEvent.cs +++ b/BTCPayServer/Events/InvoiceNeedUpdateEvent.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Events/InvoiceNewAddressEvent.cs b/BTCPayServer/Events/InvoiceNewAddressEvent.cs index 5c7c681530..8089139975 100644 --- a/BTCPayServer/Events/InvoiceNewAddressEvent.cs +++ b/BTCPayServer/Events/InvoiceNewAddressEvent.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Events/InvoiceStopWatchedEvent.cs b/BTCPayServer/Events/InvoiceStopWatchedEvent.cs index 9a26a6928f..0414730f32 100644 --- a/BTCPayServer/Events/InvoiceStopWatchedEvent.cs +++ b/BTCPayServer/Events/InvoiceStopWatchedEvent.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Events/NBXplorerStateChangedEvent.cs b/BTCPayServer/Events/NBXplorerStateChangedEvent.cs index 62d7ba8c42..8d7ea978d8 100644 --- a/BTCPayServer/Events/NBXplorerStateChangedEvent.cs +++ b/BTCPayServer/Events/NBXplorerStateChangedEvent.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Events/NewBlockEvent.cs b/BTCPayServer/Events/NewBlockEvent.cs index f97ac5f9dc..d252618213 100644 --- a/BTCPayServer/Events/NewBlockEvent.cs +++ b/BTCPayServer/Events/NewBlockEvent.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/ExplorerClientProvider.cs b/BTCPayServer/ExplorerClientProvider.cs index b90df232d3..339521e48d 100644 --- a/BTCPayServer/ExplorerClientProvider.cs +++ b/BTCPayServer/ExplorerClientProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/BTCPayServer/Extensions.cs b/BTCPayServer/Extensions.cs index 33b23a03e4..9f12bd60d8 100644 --- a/BTCPayServer/Extensions.cs +++ b/BTCPayServer/Extensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.IO; diff --git a/BTCPayServer/Extensions/SSHClientExtensions.cs b/BTCPayServer/Extensions/SSHClientExtensions.cs index 8850f885af..7a79242fc0 100644 --- a/BTCPayServer/Extensions/SSHClientExtensions.cs +++ b/BTCPayServer/Extensions/SSHClientExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/Extensions/ServiceCollectionExtensions.cs b/BTCPayServer/Extensions/ServiceCollectionExtensions.cs index 3f681a0111..ef89a798f1 100644 --- a/BTCPayServer/Extensions/ServiceCollectionExtensions.cs +++ b/BTCPayServer/Extensions/ServiceCollectionExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Extensions/UrlHelperExtensions.cs b/BTCPayServer/Extensions/UrlHelperExtensions.cs index 92e2e3fe49..847ed1c075 100644 --- a/BTCPayServer/Extensions/UrlHelperExtensions.cs +++ b/BTCPayServer/Extensions/UrlHelperExtensions.cs @@ -1,4 +1,4 @@ - + using BTCPayServer.Controllers; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Routing; diff --git a/BTCPayServer/Extensions/WebHostExtensions.cs b/BTCPayServer/Extensions/WebHostExtensions.cs index f2d20cd055..d5272cc78b 100644 --- a/BTCPayServer/Extensions/WebHostExtensions.cs +++ b/BTCPayServer/Extensions/WebHostExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/Filters/ContentSecurityPolicyAttribute.cs b/BTCPayServer/Filters/ContentSecurityPolicyAttribute.cs index 45839d17e5..e2f67cdcec 100644 --- a/BTCPayServer/Filters/ContentSecurityPolicyAttribute.cs +++ b/BTCPayServer/Filters/ContentSecurityPolicyAttribute.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/BTCPayServer/Filters/OnlyIfSupportAttribute.cs b/BTCPayServer/Filters/OnlyIfSupportAttribute.cs index 9d83ef6336..37dffee7ad 100644 --- a/BTCPayServer/Filters/OnlyIfSupportAttribute.cs +++ b/BTCPayServer/Filters/OnlyIfSupportAttribute.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Filters/OnlyMediaTypeAttribute.cs b/BTCPayServer/Filters/OnlyMediaTypeAttribute.cs index fb4e7e03c7..ef1919b370 100644 --- a/BTCPayServer/Filters/OnlyMediaTypeAttribute.cs +++ b/BTCPayServer/Filters/OnlyMediaTypeAttribute.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/BTCPayServer/Filters/ReferrerPolicyAttribute.cs b/BTCPayServer/Filters/ReferrerPolicyAttribute.cs index 829a68dc89..8dac91d17a 100644 --- a/BTCPayServer/Filters/ReferrerPolicyAttribute.cs +++ b/BTCPayServer/Filters/ReferrerPolicyAttribute.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Filters/XContentTypeOptionsAttribute.cs b/BTCPayServer/Filters/XContentTypeOptionsAttribute.cs index 4f29bcd538..9420b3325c 100644 --- a/BTCPayServer/Filters/XContentTypeOptionsAttribute.cs +++ b/BTCPayServer/Filters/XContentTypeOptionsAttribute.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Filters/XFrameOptionsAttribute.cs b/BTCPayServer/Filters/XFrameOptionsAttribute.cs index d037ee7e88..ba6c79a7a4 100644 --- a/BTCPayServer/Filters/XFrameOptionsAttribute.cs +++ b/BTCPayServer/Filters/XFrameOptionsAttribute.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Filters/XXSSProtectionAttribute.cs b/BTCPayServer/Filters/XXSSProtectionAttribute.cs index 4979322a0a..494771c874 100644 --- a/BTCPayServer/Filters/XXSSProtectionAttribute.cs +++ b/BTCPayServer/Filters/XXSSProtectionAttribute.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/HostedServices/BackgroundJobSchedulerHostedService.cs b/BTCPayServer/HostedServices/BackgroundJobSchedulerHostedService.cs index 4e28ab5185..d101ee6a6c 100644 --- a/BTCPayServer/HostedServices/BackgroundJobSchedulerHostedService.cs +++ b/BTCPayServer/HostedServices/BackgroundJobSchedulerHostedService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/HostedServices/BaseAsyncService.cs b/BTCPayServer/HostedServices/BaseAsyncService.cs index 29b4c58fd8..aa8def2cc9 100644 --- a/BTCPayServer/HostedServices/BaseAsyncService.cs +++ b/BTCPayServer/HostedServices/BaseAsyncService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/HostedServices/CheckConfigurationHostedService.cs b/BTCPayServer/HostedServices/CheckConfigurationHostedService.cs index fe9bfa937b..49e9d2e67c 100644 --- a/BTCPayServer/HostedServices/CheckConfigurationHostedService.cs +++ b/BTCPayServer/HostedServices/CheckConfigurationHostedService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/HostedServices/CssThemeManager.cs b/BTCPayServer/HostedServices/CssThemeManager.cs index 1a36eac454..dcb3c547da 100644 --- a/BTCPayServer/HostedServices/CssThemeManager.cs +++ b/BTCPayServer/HostedServices/CssThemeManager.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer/HostedServices/DelayedTransactionBroadcasterHostedService.cs b/BTCPayServer/HostedServices/DelayedTransactionBroadcasterHostedService.cs index a7363dc067..5f89b34033 100644 --- a/BTCPayServer/HostedServices/DelayedTransactionBroadcasterHostedService.cs +++ b/BTCPayServer/HostedServices/DelayedTransactionBroadcasterHostedService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/HostedServices/DynamicDnsHostedService.cs b/BTCPayServer/HostedServices/DynamicDnsHostedService.cs index 06d8e04887..d63a2b0100 100644 --- a/BTCPayServer/HostedServices/DynamicDnsHostedService.cs +++ b/BTCPayServer/HostedServices/DynamicDnsHostedService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/BTCPayServer/HostedServices/EventHostedServiceBase.cs b/BTCPayServer/HostedServices/EventHostedServiceBase.cs index a6307f492d..48fdb98f50 100644 --- a/BTCPayServer/HostedServices/EventHostedServiceBase.cs +++ b/BTCPayServer/HostedServices/EventHostedServiceBase.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Threading; using System.Threading.Channels; diff --git a/BTCPayServer/HostedServices/InvoiceNotificationManager.cs b/BTCPayServer/HostedServices/InvoiceNotificationManager.cs index 81210516f3..345ca179ad 100644 --- a/BTCPayServer/HostedServices/InvoiceNotificationManager.cs +++ b/BTCPayServer/HostedServices/InvoiceNotificationManager.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer/HostedServices/InvoiceWatcher.cs b/BTCPayServer/HostedServices/InvoiceWatcher.cs index cf2c40d49a..4e6772f708 100644 --- a/BTCPayServer/HostedServices/InvoiceWatcher.cs +++ b/BTCPayServer/HostedServices/InvoiceWatcher.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer/HostedServices/NBXplorerWaiter.cs b/BTCPayServer/HostedServices/NBXplorerWaiter.cs index 87279f802b..34610138bf 100644 --- a/BTCPayServer/HostedServices/NBXplorerWaiter.cs +++ b/BTCPayServer/HostedServices/NBXplorerWaiter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer/HostedServices/PullPaymentHostedService.cs b/BTCPayServer/HostedServices/PullPaymentHostedService.cs index 72ac9b337b..536434258c 100644 --- a/BTCPayServer/HostedServices/PullPaymentHostedService.cs +++ b/BTCPayServer/HostedServices/PullPaymentHostedService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices.ComTypes; diff --git a/BTCPayServer/HostedServices/RatesHostedService.cs b/BTCPayServer/HostedServices/RatesHostedService.cs index 5209712186..404cae9899 100644 --- a/BTCPayServer/HostedServices/RatesHostedService.cs +++ b/BTCPayServer/HostedServices/RatesHostedService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/HostedServices/Socks5HttpProxyServer.cs b/BTCPayServer/HostedServices/Socks5HttpProxyServer.cs index e86950d2de..5b1ba0da6f 100644 --- a/BTCPayServer/HostedServices/Socks5HttpProxyServer.cs +++ b/BTCPayServer/HostedServices/Socks5HttpProxyServer.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Buffers; using System.IO.Pipelines; using System.Net; diff --git a/BTCPayServer/HostedServices/TorServicesHostedService.cs b/BTCPayServer/HostedServices/TorServicesHostedService.cs index 4acade425b..4ce5a5e992 100644 --- a/BTCPayServer/HostedServices/TorServicesHostedService.cs +++ b/BTCPayServer/HostedServices/TorServicesHostedService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Hosting/BTCPayServerServices.cs b/BTCPayServer/Hosting/BTCPayServerServices.cs index 61c826261a..fc33d88162 100644 --- a/BTCPayServer/Hosting/BTCPayServerServices.cs +++ b/BTCPayServer/Hosting/BTCPayServerServices.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Threading; using BTCPayServer.Configuration; diff --git a/BTCPayServer/Hosting/BTCpayMiddleware.cs b/BTCPayServer/Hosting/BTCpayMiddleware.cs index 6b40de5696..eef409ea1b 100644 --- a/BTCPayServer/Hosting/BTCpayMiddleware.cs +++ b/BTCPayServer/Hosting/BTCpayMiddleware.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/Hosting/HeadersOverrideMiddleware.cs b/BTCPayServer/Hosting/HeadersOverrideMiddleware.cs index 382e3afc97..53172f0e38 100644 --- a/BTCPayServer/Hosting/HeadersOverrideMiddleware.cs +++ b/BTCPayServer/Hosting/HeadersOverrideMiddleware.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Hosting/IStartupTask.cs b/BTCPayServer/Hosting/IStartupTask.cs index 708852b278..f044f5d030 100644 --- a/BTCPayServer/Hosting/IStartupTask.cs +++ b/BTCPayServer/Hosting/IStartupTask.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/Hosting/MigrationStartupTask.cs b/BTCPayServer/Hosting/MigrationStartupTask.cs index b786dd80b7..e2e97c51b3 100644 --- a/BTCPayServer/Hosting/MigrationStartupTask.cs +++ b/BTCPayServer/Hosting/MigrationStartupTask.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/Hosting/ResourceBundleProvider.cs b/BTCPayServer/Hosting/ResourceBundleProvider.cs index 50a4520c33..02cd87b8db 100644 --- a/BTCPayServer/Hosting/ResourceBundleProvider.cs +++ b/BTCPayServer/Hosting/ResourceBundleProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/Hosting/Startup.cs b/BTCPayServer/Hosting/Startup.cs index de85298592..ff0c1c00b8 100644 --- a/BTCPayServer/Hosting/Startup.cs +++ b/BTCPayServer/Hosting/Startup.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Net; using BTCPayServer.Configuration; diff --git a/BTCPayServer/HwiWebSocketTransport.cs b/BTCPayServer/HwiWebSocketTransport.cs index f06713ae74..0d35649426 100644 --- a/BTCPayServer/HwiWebSocketTransport.cs +++ b/BTCPayServer/HwiWebSocketTransport.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.WebSockets; diff --git a/BTCPayServer/IDelay.cs b/BTCPayServer/IDelay.cs index e5aca54252..2e46c2c166 100644 --- a/BTCPayServer/IDelay.cs +++ b/BTCPayServer/IDelay.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/JsonConverters/CurrencyPairJsonConverter.cs b/BTCPayServer/JsonConverters/CurrencyPairJsonConverter.cs index 2ac5e7f20d..d53449617a 100644 --- a/BTCPayServer/JsonConverters/CurrencyPairJsonConverter.cs +++ b/BTCPayServer/JsonConverters/CurrencyPairJsonConverter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/BTCPayServer/JsonConverters/CurrencyValueJsonConverter.cs b/BTCPayServer/JsonConverters/CurrencyValueJsonConverter.cs index b36218e62e..7646d6ecd0 100644 --- a/BTCPayServer/JsonConverters/CurrencyValueJsonConverter.cs +++ b/BTCPayServer/JsonConverters/CurrencyValueJsonConverter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/BTCPayServer/JsonConverters/DateTimeMilliJsonConverter.cs b/BTCPayServer/JsonConverters/DateTimeMilliJsonConverter.cs index 6aa434a502..97f49e6325 100644 --- a/BTCPayServer/JsonConverters/DateTimeMilliJsonConverter.cs +++ b/BTCPayServer/JsonConverters/DateTimeMilliJsonConverter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/BTCPayServer/JsonConverters/PaymentMethodIdJsonConverter.cs b/BTCPayServer/JsonConverters/PaymentMethodIdJsonConverter.cs index b9ba8a6905..f332ed2986 100644 --- a/BTCPayServer/JsonConverters/PaymentMethodIdJsonConverter.cs +++ b/BTCPayServer/JsonConverters/PaymentMethodIdJsonConverter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Linq; diff --git a/BTCPayServer/JsonConverters/UriJsonConverter.cs b/BTCPayServer/JsonConverters/UriJsonConverter.cs index a1e0bbb83f..876fd55b16 100644 --- a/BTCPayServer/JsonConverters/UriJsonConverter.cs +++ b/BTCPayServer/JsonConverters/UriJsonConverter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/BTCPayServer/Logging/InvoiceLog.cs b/BTCPayServer/Logging/InvoiceLog.cs index ee9f8946c2..956cb6be28 100644 --- a/BTCPayServer/Logging/InvoiceLog.cs +++ b/BTCPayServer/Logging/InvoiceLog.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/ModelBinders/DerivationSchemeModelBinder.cs b/BTCPayServer/ModelBinders/DerivationSchemeModelBinder.cs index 67f3ec7ab9..3f5d86cdbe 100644 --- a/BTCPayServer/ModelBinders/DerivationSchemeModelBinder.cs +++ b/BTCPayServer/ModelBinders/DerivationSchemeModelBinder.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Reflection; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc.ModelBinding; diff --git a/BTCPayServer/ModelBinders/InvariantDecimalModelBinder.cs b/BTCPayServer/ModelBinders/InvariantDecimalModelBinder.cs index 1a95de1632..e56a5138ee 100644 --- a/BTCPayServer/ModelBinders/InvariantDecimalModelBinder.cs +++ b/BTCPayServer/ModelBinders/InvariantDecimalModelBinder.cs @@ -1,4 +1,4 @@ -// Copied and adjusted from https://github.com/aspnet/Mvc/blob/master/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/DecimalModelBinder.cs +// Copied and adjusted from https://github.com/aspnet/Mvc/blob/master/src/Microsoft.AspNetCore.Mvc.Core/ModelBinding/Binders/DecimalModelBinder.cs using System; using System.Globalization; using System.Runtime.ExceptionServices; diff --git a/BTCPayServer/ModelBinders/PaymentMethodIdModelBinder.cs b/BTCPayServer/ModelBinders/PaymentMethodIdModelBinder.cs index f5e3b8fab5..0c7dc58c80 100644 --- a/BTCPayServer/ModelBinders/PaymentMethodIdModelBinder.cs +++ b/BTCPayServer/ModelBinders/PaymentMethodIdModelBinder.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/BTCPayServer/ModelBinders/WalletIdModelBinder.cs b/BTCPayServer/ModelBinders/WalletIdModelBinder.cs index 1711abe54e..2a6e7e30c5 100644 --- a/BTCPayServer/ModelBinders/WalletIdModelBinder.cs +++ b/BTCPayServer/ModelBinders/WalletIdModelBinder.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/BTCPayServer/Models/AccountViewModels/ForgotPasswordViewModel.cs b/BTCPayServer/Models/AccountViewModels/ForgotPasswordViewModel.cs index c2f9a48f67..d199cff824 100644 --- a/BTCPayServer/Models/AccountViewModels/ForgotPasswordViewModel.cs +++ b/BTCPayServer/Models/AccountViewModels/ForgotPasswordViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/AccountViewModels/LoginViewModel.cs b/BTCPayServer/Models/AccountViewModels/LoginViewModel.cs index fa12b73703..a9b0754952 100644 --- a/BTCPayServer/Models/AccountViewModels/LoginViewModel.cs +++ b/BTCPayServer/Models/AccountViewModels/LoginViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/AccountViewModels/LoginWith2faViewModel.cs b/BTCPayServer/Models/AccountViewModels/LoginWith2faViewModel.cs index c462c2d3c1..7fb012d8c8 100644 --- a/BTCPayServer/Models/AccountViewModels/LoginWith2faViewModel.cs +++ b/BTCPayServer/Models/AccountViewModels/LoginWith2faViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/AccountViewModels/LoginWithRecoveryCodeViewModel.cs b/BTCPayServer/Models/AccountViewModels/LoginWithRecoveryCodeViewModel.cs index 4c20017bc2..60af5438bd 100644 --- a/BTCPayServer/Models/AccountViewModels/LoginWithRecoveryCodeViewModel.cs +++ b/BTCPayServer/Models/AccountViewModels/LoginWithRecoveryCodeViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/AccountViewModels/ResetPasswordViewModel.cs b/BTCPayServer/Models/AccountViewModels/ResetPasswordViewModel.cs index c49e45980a..2f2f930fab 100644 --- a/BTCPayServer/Models/AccountViewModels/ResetPasswordViewModel.cs +++ b/BTCPayServer/Models/AccountViewModels/ResetPasswordViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/AppViewModels/CreateAppViewModel.cs b/BTCPayServer/Models/AppViewModels/CreateAppViewModel.cs index 5f2643dfc5..5a58fc51b5 100644 --- a/BTCPayServer/Models/AppViewModels/CreateAppViewModel.cs +++ b/BTCPayServer/Models/AppViewModels/CreateAppViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs b/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs index 83ce70ff5a..9cf694acb1 100644 --- a/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs +++ b/BTCPayServer/Models/AppViewModels/UpdateCrowdfundViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; diff --git a/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs b/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs index bd16d3713e..614bb8a3b3 100644 --- a/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs +++ b/BTCPayServer/Models/AppViewModels/UpdatePointOfSaleViewModel.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using BTCPayServer.Services.Apps; using BTCPayServer.Validation; diff --git a/BTCPayServer/Models/AppViewModels/ViewCrowdfundViewModel.cs b/BTCPayServer/Models/AppViewModels/ViewCrowdfundViewModel.cs index 47a669f8dd..cbeb29d039 100644 --- a/BTCPayServer/Models/AppViewModels/ViewCrowdfundViewModel.cs +++ b/BTCPayServer/Models/AppViewModels/ViewCrowdfundViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/Authorization/AuthorizeViewModel.cs b/BTCPayServer/Models/Authorization/AuthorizeViewModel.cs index 1bbae52bb9..26ebfc0b58 100644 --- a/BTCPayServer/Models/Authorization/AuthorizeViewModel.cs +++ b/BTCPayServer/Models/Authorization/AuthorizeViewModel.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using Microsoft.AspNetCore.Mvc.ModelBinding; diff --git a/BTCPayServer/Models/BitpayErrorsModel.cs b/BTCPayServer/Models/BitpayErrorsModel.cs index 5ed6186b8e..2e058e0b53 100644 --- a/BTCPayServer/Models/BitpayErrorsModel.cs +++ b/BTCPayServer/Models/BitpayErrorsModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using Newtonsoft.Json; diff --git a/BTCPayServer/Models/BitpayTranslatorViewModel.cs b/BTCPayServer/Models/BitpayTranslatorViewModel.cs index 21c3f2a122..646fad6c6b 100644 --- a/BTCPayServer/Models/BitpayTranslatorViewModel.cs +++ b/BTCPayServer/Models/BitpayTranslatorViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ConfirmModel.cs b/BTCPayServer/Models/ConfirmModel.cs index 65caf78f12..b26f7163b4 100644 --- a/BTCPayServer/Models/ConfirmModel.cs +++ b/BTCPayServer/Models/ConfirmModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/CreateInvoiceRequest.cs b/BTCPayServer/Models/CreateInvoiceRequest.cs index 0c4bbac700..8721eb349f 100644 --- a/BTCPayServer/Models/CreateInvoiceRequest.cs +++ b/BTCPayServer/Models/CreateInvoiceRequest.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/DataWrapper.cs b/BTCPayServer/Models/DataWrapper.cs index 695404451c..90335a83da 100644 --- a/BTCPayServer/Models/DataWrapper.cs +++ b/BTCPayServer/Models/DataWrapper.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using Newtonsoft.Json; diff --git a/BTCPayServer/Models/GetTokensResponse.cs b/BTCPayServer/Models/GetTokensResponse.cs index ecaa859f58..8eb9382c46 100644 --- a/BTCPayServer/Models/GetTokensResponse.cs +++ b/BTCPayServer/Models/GetTokensResponse.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/Models/InvoiceResponse.cs b/BTCPayServer/Models/InvoiceResponse.cs index 6afb0369f4..8e73839ce2 100644 --- a/BTCPayServer/Models/InvoiceResponse.cs +++ b/BTCPayServer/Models/InvoiceResponse.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using NBitcoin; diff --git a/BTCPayServer/Models/InvoicingModels/CreateInvoiceModel.cs b/BTCPayServer/Models/InvoicingModels/CreateInvoiceModel.cs index 5c2f380349..4e80633eb3 100644 --- a/BTCPayServer/Models/InvoicingModels/CreateInvoiceModel.cs +++ b/BTCPayServer/Models/InvoicingModels/CreateInvoiceModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/BTCPayServer/Models/InvoicingModels/InvoiceDetailsModel.cs b/BTCPayServer/Models/InvoicingModels/InvoiceDetailsModel.cs index 918a15be37..000b1fec2b 100644 --- a/BTCPayServer/Models/InvoicingModels/InvoiceDetailsModel.cs +++ b/BTCPayServer/Models/InvoicingModels/InvoiceDetailsModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/InvoicingModels/InvoicesModel.cs b/BTCPayServer/Models/InvoicingModels/InvoicesModel.cs index f516ec0916..cf130e4181 100644 --- a/BTCPayServer/Models/InvoicingModels/InvoicesModel.cs +++ b/BTCPayServer/Models/InvoicingModels/InvoicesModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/InvoicingModels/PaymentModel.cs b/BTCPayServer/Models/InvoicingModels/PaymentModel.cs index c4ee8812aa..b7d1f80038 100644 --- a/BTCPayServer/Models/InvoicingModels/PaymentModel.cs +++ b/BTCPayServer/Models/InvoicingModels/PaymentModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/InvoicingModels/RefundModel.cs b/BTCPayServer/Models/InvoicingModels/RefundModel.cs index e1243b9181..74bb130c67 100644 --- a/BTCPayServer/Models/InvoicingModels/RefundModel.cs +++ b/BTCPayServer/Models/InvoicingModels/RefundModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/InvoicingModels/UpdateCustomerModel.cs b/BTCPayServer/Models/InvoicingModels/UpdateCustomerModel.cs index 262fe354bb..8b0cba545a 100644 --- a/BTCPayServer/Models/InvoicingModels/UpdateCustomerModel.cs +++ b/BTCPayServer/Models/InvoicingModels/UpdateCustomerModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ManageViewModels/ChangePasswordViewModel.cs b/BTCPayServer/Models/ManageViewModels/ChangePasswordViewModel.cs index c5f16c5587..235971dd31 100644 --- a/BTCPayServer/Models/ManageViewModels/ChangePasswordViewModel.cs +++ b/BTCPayServer/Models/ManageViewModels/ChangePasswordViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ManageViewModels/EnableAuthenticatorViewModel.cs b/BTCPayServer/Models/ManageViewModels/EnableAuthenticatorViewModel.cs index 7ace4349fc..3187f77aee 100644 --- a/BTCPayServer/Models/ManageViewModels/EnableAuthenticatorViewModel.cs +++ b/BTCPayServer/Models/ManageViewModels/EnableAuthenticatorViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/BTCPayServer/Models/ManageViewModels/GenerateRecoveryCodesViewModel.cs b/BTCPayServer/Models/ManageViewModels/GenerateRecoveryCodesViewModel.cs index 5049c1926b..a0a5979f38 100644 --- a/BTCPayServer/Models/ManageViewModels/GenerateRecoveryCodesViewModel.cs +++ b/BTCPayServer/Models/ManageViewModels/GenerateRecoveryCodesViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ManageViewModels/IndexViewModel.cs b/BTCPayServer/Models/ManageViewModels/IndexViewModel.cs index 10a8ed9710..57570d9e20 100644 --- a/BTCPayServer/Models/ManageViewModels/IndexViewModel.cs +++ b/BTCPayServer/Models/ManageViewModels/IndexViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ManageViewModels/RemoveLoginViewModel.cs b/BTCPayServer/Models/ManageViewModels/RemoveLoginViewModel.cs index 5e2b6e2356..8dfc33483b 100644 --- a/BTCPayServer/Models/ManageViewModels/RemoveLoginViewModel.cs +++ b/BTCPayServer/Models/ManageViewModels/RemoveLoginViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ManageViewModels/SetPasswordViewModel.cs b/BTCPayServer/Models/ManageViewModels/SetPasswordViewModel.cs index 7679bd6cad..6e618fd14a 100644 --- a/BTCPayServer/Models/ManageViewModels/SetPasswordViewModel.cs +++ b/BTCPayServer/Models/ManageViewModels/SetPasswordViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ManageViewModels/TwoFactorAuthenticationViewModel.cs b/BTCPayServer/Models/ManageViewModels/TwoFactorAuthenticationViewModel.cs index b81031848a..326ef56e90 100644 --- a/BTCPayServer/Models/ManageViewModels/TwoFactorAuthenticationViewModel.cs +++ b/BTCPayServer/Models/ManageViewModels/TwoFactorAuthenticationViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/NotificationViewModels/IndexViewModel.cs b/BTCPayServer/Models/NotificationViewModels/IndexViewModel.cs index e71ea22461..7eb62ab5bb 100644 --- a/BTCPayServer/Models/NotificationViewModels/IndexViewModel.cs +++ b/BTCPayServer/Models/NotificationViewModels/IndexViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/BTCPayServer/Models/PostRedictViewModel.cs b/BTCPayServer/Models/PostRedictViewModel.cs index 5eef1611cd..9703aa47c1 100644 --- a/BTCPayServer/Models/PostRedictViewModel.cs +++ b/BTCPayServer/Models/PostRedictViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/ServerViewModels/ChargeServiceViewModel.cs b/BTCPayServer/Models/ServerViewModels/ChargeServiceViewModel.cs index 25b8ac4f61..25fdc36b66 100644 --- a/BTCPayServer/Models/ServerViewModels/ChargeServiceViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/ChargeServiceViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/ServerViewModels/DynamicDnsViewModel.cs b/BTCPayServer/Models/ServerViewModels/DynamicDnsViewModel.cs index 3cd7b1551c..41c09e0a93 100644 --- a/BTCPayServer/Models/ServerViewModels/DynamicDnsViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/DynamicDnsViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ServerViewModels/EmailsViewModel.cs b/BTCPayServer/Models/ServerViewModels/EmailsViewModel.cs index e202d67298..bea06c398c 100644 --- a/BTCPayServer/Models/ServerViewModels/EmailsViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/EmailsViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ServerViewModels/LightningWalletServices.cs b/BTCPayServer/Models/ServerViewModels/LightningWalletServices.cs index f8f1f5a69b..3742d4a06e 100644 --- a/BTCPayServer/Models/ServerViewModels/LightningWalletServices.cs +++ b/BTCPayServer/Models/ServerViewModels/LightningWalletServices.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/ServerViewModels/LndSeedBackupViewModel.cs b/BTCPayServer/Models/ServerViewModels/LndSeedBackupViewModel.cs index d484057a6c..83ebfc4fcd 100644 --- a/BTCPayServer/Models/ServerViewModels/LndSeedBackupViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/LndSeedBackupViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Globalization; diff --git a/BTCPayServer/Models/ServerViewModels/LndServicesViewModel.cs b/BTCPayServer/Models/ServerViewModels/LndServicesViewModel.cs index 3ece5c1b55..6ddcfd8a58 100644 --- a/BTCPayServer/Models/ServerViewModels/LndServicesViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/LndServicesViewModel.cs @@ -1,4 +1,4 @@ -using System.ComponentModel.DataAnnotations; +using System.ComponentModel.DataAnnotations; namespace BTCPayServer.Models.ServerViewModels { diff --git a/BTCPayServer/Models/ServerViewModels/LogsViewModel.cs b/BTCPayServer/Models/ServerViewModels/LogsViewModel.cs index da39d6646c..86daa18e45 100644 --- a/BTCPayServer/Models/ServerViewModels/LogsViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/LogsViewModel.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; namespace BTCPayServer.Models.ServerViewModels diff --git a/BTCPayServer/Models/ServerViewModels/MaintenanceViewModel.cs b/BTCPayServer/Models/ServerViewModels/MaintenanceViewModel.cs index 2edebd0fd0..763663a824 100644 --- a/BTCPayServer/Models/ServerViewModels/MaintenanceViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/MaintenanceViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ServerViewModels/SSHServiceViewModel.cs b/BTCPayServer/Models/ServerViewModels/SSHServiceViewModel.cs index b206d98414..ebf02760b0 100644 --- a/BTCPayServer/Models/ServerViewModels/SSHServiceViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/SSHServiceViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/ServerViewModels/ServicesViewModel.cs b/BTCPayServer/Models/ServerViewModels/ServicesViewModel.cs index 7866b45259..e759e9cc8e 100644 --- a/BTCPayServer/Models/ServerViewModels/ServicesViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/ServicesViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/ServerViewModels/UserViewModel.cs b/BTCPayServer/Models/ServerViewModels/UserViewModel.cs index f399bcf2b8..f39ecce702 100644 --- a/BTCPayServer/Models/ServerViewModels/UserViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/UserViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/ServerViewModels/UsersViewModel.cs b/BTCPayServer/Models/ServerViewModels/UsersViewModel.cs index 64bd2b6aa7..eadca5a091 100644 --- a/BTCPayServer/Models/ServerViewModels/UsersViewModel.cs +++ b/BTCPayServer/Models/ServerViewModels/UsersViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/StoreViewModels/CheckoutExperienceViewModel.cs b/BTCPayServer/Models/StoreViewModels/CheckoutExperienceViewModel.cs index 608fad72bf..3ac3818625 100644 --- a/BTCPayServer/Models/StoreViewModels/CheckoutExperienceViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/CheckoutExperienceViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/StoreViewModels/CreateStoreViewModel.cs b/BTCPayServer/Models/StoreViewModels/CreateStoreViewModel.cs index 734bd0c987..c4e91082d3 100644 --- a/BTCPayServer/Models/StoreViewModels/CreateStoreViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/CreateStoreViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/StoreViewModels/DerivationSchemeViewModel.cs b/BTCPayServer/Models/StoreViewModels/DerivationSchemeViewModel.cs index e8b55f76e8..85a081848a 100644 --- a/BTCPayServer/Models/StoreViewModels/DerivationSchemeViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/DerivationSchemeViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/StoreViewModels/LightningNodeViewModel.cs b/BTCPayServer/Models/StoreViewModels/LightningNodeViewModel.cs index 4163b9b871..36cc69ffbb 100644 --- a/BTCPayServer/Models/StoreViewModels/LightningNodeViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/LightningNodeViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/StoreViewModels/PairingModel.cs b/BTCPayServer/Models/StoreViewModels/PairingModel.cs index addc17ef17..e304ecef41 100644 --- a/BTCPayServer/Models/StoreViewModels/PairingModel.cs +++ b/BTCPayServer/Models/StoreViewModels/PairingModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/StoreViewModels/PayButtonViewModel.cs b/BTCPayServer/Models/StoreViewModels/PayButtonViewModel.cs index 2b81a88f96..963359f986 100644 --- a/BTCPayServer/Models/StoreViewModels/PayButtonViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/PayButtonViewModel.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using BTCPayServer.ModelBinders; using BTCPayServer.Models.AppViewModels; diff --git a/BTCPayServer/Models/StoreViewModels/RatesViewModel.cs b/BTCPayServer/Models/StoreViewModels/RatesViewModel.cs index aaab8cb9fc..fa7bfde21e 100644 --- a/BTCPayServer/Models/StoreViewModels/RatesViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/RatesViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/StoreViewModels/StoreUsersViewModel.cs b/BTCPayServer/Models/StoreViewModels/StoreUsersViewModel.cs index 46df85d8a9..8be658178e 100644 --- a/BTCPayServer/Models/StoreViewModels/StoreUsersViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/StoreUsersViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/StoreViewModels/StoreViewModel.cs b/BTCPayServer/Models/StoreViewModels/StoreViewModel.cs index 491c1fe82e..14116ee91a 100644 --- a/BTCPayServer/Models/StoreViewModels/StoreViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/StoreViewModel.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using BTCPayServer.Client.Models; using BTCPayServer.Data; diff --git a/BTCPayServer/Models/StoreViewModels/StoresViewModel.cs b/BTCPayServer/Models/StoreViewModels/StoresViewModel.cs index 44e79bf598..d125bf8356 100644 --- a/BTCPayServer/Models/StoreViewModels/StoresViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/StoresViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/StoreViewModels/TokensViewModel.cs b/BTCPayServer/Models/StoreViewModels/TokensViewModel.cs index 44fdf08d6e..3731e074cf 100644 --- a/BTCPayServer/Models/StoreViewModels/TokensViewModel.cs +++ b/BTCPayServer/Models/StoreViewModels/TokensViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/TokenRequest.cs b/BTCPayServer/Models/TokenRequest.cs index 4f4c0eb0cb..6f05671a6d 100644 --- a/BTCPayServer/Models/TokenRequest.cs +++ b/BTCPayServer/Models/TokenRequest.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using NBitcoin; diff --git a/BTCPayServer/Models/ViewPullPaymentModel.cs b/BTCPayServer/Models/ViewPullPaymentModel.cs index e7ae7fe4e5..0b939183e2 100644 --- a/BTCPayServer/Models/ViewPullPaymentModel.cs +++ b/BTCPayServer/Models/ViewPullPaymentModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/WalletViewModels/ListTransactionsViewModel.cs b/BTCPayServer/Models/WalletViewModels/ListTransactionsViewModel.cs index 5c13df8fce..d14788c0ab 100644 --- a/BTCPayServer/Models/WalletViewModels/ListTransactionsViewModel.cs +++ b/BTCPayServer/Models/WalletViewModels/ListTransactionsViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using BTCPayServer.Services.Labels; diff --git a/BTCPayServer/Models/WalletViewModels/ListWalletsViewModel.cs b/BTCPayServer/Models/WalletViewModels/ListWalletsViewModel.cs index 9219a4f4b2..01811960c2 100644 --- a/BTCPayServer/Models/WalletViewModels/ListWalletsViewModel.cs +++ b/BTCPayServer/Models/WalletViewModels/ListWalletsViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/WalletViewModels/PayoutsModel.cs b/BTCPayServer/Models/WalletViewModels/PayoutsModel.cs index 7a24bbc233..5e2d299a43 100644 --- a/BTCPayServer/Models/WalletViewModels/PayoutsModel.cs +++ b/BTCPayServer/Models/WalletViewModels/PayoutsModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/WalletViewModels/PullPaymentsModel.cs b/BTCPayServer/Models/WalletViewModels/PullPaymentsModel.cs index d967eb47bb..692ff94457 100644 --- a/BTCPayServer/Models/WalletViewModels/PullPaymentsModel.cs +++ b/BTCPayServer/Models/WalletViewModels/PullPaymentsModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; diff --git a/BTCPayServer/Models/WalletViewModels/RescanWalletModel.cs b/BTCPayServer/Models/WalletViewModels/RescanWalletModel.cs index 26e8552797..38794157e4 100644 --- a/BTCPayServer/Models/WalletViewModels/RescanWalletModel.cs +++ b/BTCPayServer/Models/WalletViewModels/RescanWalletModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/WalletViewModels/SigningContextModel.cs b/BTCPayServer/Models/WalletViewModels/SigningContextModel.cs index 2b4fc70e86..0500127f32 100644 --- a/BTCPayServer/Models/WalletViewModels/SigningContextModel.cs +++ b/BTCPayServer/Models/WalletViewModels/SigningContextModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/WalletViewModels/WalletModel.cs b/BTCPayServer/Models/WalletViewModels/WalletModel.cs index 326080960e..956da05fc4 100644 --- a/BTCPayServer/Models/WalletViewModels/WalletModel.cs +++ b/BTCPayServer/Models/WalletViewModels/WalletModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/WalletViewModels/WalletPSBTCombineViewModel.cs b/BTCPayServer/Models/WalletViewModels/WalletPSBTCombineViewModel.cs index 6b856d8a86..590779de31 100644 --- a/BTCPayServer/Models/WalletViewModels/WalletPSBTCombineViewModel.cs +++ b/BTCPayServer/Models/WalletViewModels/WalletPSBTCombineViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.IO; diff --git a/BTCPayServer/Models/WalletViewModels/WalletPSBTReadyViewModel.cs b/BTCPayServer/Models/WalletViewModels/WalletPSBTReadyViewModel.cs index 945e89527b..7818a04de1 100644 --- a/BTCPayServer/Models/WalletViewModels/WalletPSBTReadyViewModel.cs +++ b/BTCPayServer/Models/WalletViewModels/WalletPSBTReadyViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/WalletViewModels/WalletPSBTViewModel.cs b/BTCPayServer/Models/WalletViewModels/WalletPSBTViewModel.cs index fc627d6245..5f831c99ea 100644 --- a/BTCPayServer/Models/WalletViewModels/WalletPSBTViewModel.cs +++ b/BTCPayServer/Models/WalletViewModels/WalletPSBTViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Models/WalletViewModels/WalletSendModel.cs b/BTCPayServer/Models/WalletViewModels/WalletSendModel.cs index 7cd21434df..93f24f4f8f 100644 --- a/BTCPayServer/Models/WalletViewModels/WalletSendModel.cs +++ b/BTCPayServer/Models/WalletViewModels/WalletSendModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using BTCPayServer.Services.Labels; diff --git a/BTCPayServer/Models/WalletViewModels/WalletSendVaultModel.cs b/BTCPayServer/Models/WalletViewModels/WalletSendVaultModel.cs index d07416744b..1fbba61f0a 100644 --- a/BTCPayServer/Models/WalletViewModels/WalletSendVaultModel.cs +++ b/BTCPayServer/Models/WalletViewModels/WalletSendVaultModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Models/WalletViewModels/WalletSettingsViewModel.cs b/BTCPayServer/Models/WalletViewModels/WalletSettingsViewModel.cs index 8ef89b5487..fafdb1230c 100644 --- a/BTCPayServer/Models/WalletViewModels/WalletSettingsViewModel.cs +++ b/BTCPayServer/Models/WalletViewModels/WalletSettingsViewModel.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/PaymentRequest/PaymentRequestService.cs b/BTCPayServer/PaymentRequest/PaymentRequestService.cs index 422e720ac4..0aadb711e4 100644 --- a/BTCPayServer/PaymentRequest/PaymentRequestService.cs +++ b/BTCPayServer/PaymentRequest/PaymentRequestService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Payments/Bitcoin/BitcoinLikeOnChainPaymentMethod.cs b/BTCPayServer/Payments/Bitcoin/BitcoinLikeOnChainPaymentMethod.cs index 7d6f2030a6..10657d8b1e 100644 --- a/BTCPayServer/Payments/Bitcoin/BitcoinLikeOnChainPaymentMethod.cs +++ b/BTCPayServer/Payments/Bitcoin/BitcoinLikeOnChainPaymentMethod.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentData.cs b/BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentData.cs index 0218d8b5b7..05d1903c9a 100644 --- a/BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentData.cs +++ b/BTCPayServer/Payments/Bitcoin/BitcoinLikePaymentData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/Bitcoin/NBXplorerListener.cs b/BTCPayServer/Payments/Bitcoin/NBXplorerListener.cs index ab4c514a81..0e8dbcb890 100644 --- a/BTCPayServer/Payments/Bitcoin/NBXplorerListener.cs +++ b/BTCPayServer/Payments/Bitcoin/NBXplorerListener.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer/Payments/IPaymentFilter.cs b/BTCPayServer/Payments/IPaymentFilter.cs index 67f12f6e52..97fd10ddd5 100644 --- a/BTCPayServer/Payments/IPaymentFilter.cs +++ b/BTCPayServer/Payments/IPaymentFilter.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/IPaymentMethodDetails.cs b/BTCPayServer/Payments/IPaymentMethodDetails.cs index 01d87f0402..bc58776714 100644 --- a/BTCPayServer/Payments/IPaymentMethodDetails.cs +++ b/BTCPayServer/Payments/IPaymentMethodDetails.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/IPaymentMethodHandler.cs b/BTCPayServer/Payments/IPaymentMethodHandler.cs index e621b47299..530f336b7d 100644 --- a/BTCPayServer/Payments/IPaymentMethodHandler.cs +++ b/BTCPayServer/Payments/IPaymentMethodHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Threading.Tasks; using BTCPayServer.Data; diff --git a/BTCPayServer/Payments/ISupportedPaymentMethod.cs b/BTCPayServer/Payments/ISupportedPaymentMethod.cs index 9b3adc0cda..c350481e6d 100644 --- a/BTCPayServer/Payments/ISupportedPaymentMethod.cs +++ b/BTCPayServer/Payments/ISupportedPaymentMethod.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/Lightning/LightningLikePaymentData.cs b/BTCPayServer/Payments/Lightning/LightningLikePaymentData.cs index 5cc6894a89..29512e6a37 100644 --- a/BTCPayServer/Payments/Lightning/LightningLikePaymentData.cs +++ b/BTCPayServer/Payments/Lightning/LightningLikePaymentData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/Lightning/LightningLikePaymentHandler.cs b/BTCPayServer/Payments/Lightning/LightningLikePaymentHandler.cs index 3f38e276bb..afde5b5224 100644 --- a/BTCPayServer/Payments/Lightning/LightningLikePaymentHandler.cs +++ b/BTCPayServer/Payments/Lightning/LightningLikePaymentHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Payments/Lightning/LightningLikePaymentMethodDetails.cs b/BTCPayServer/Payments/Lightning/LightningLikePaymentMethodDetails.cs index 59e5dfd4ed..06eb4ca494 100644 --- a/BTCPayServer/Payments/Lightning/LightningLikePaymentMethodDetails.cs +++ b/BTCPayServer/Payments/Lightning/LightningLikePaymentMethodDetails.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/Lightning/LightningListener.cs b/BTCPayServer/Payments/Lightning/LightningListener.cs index a4e95dc523..c06252c002 100644 --- a/BTCPayServer/Payments/Lightning/LightningListener.cs +++ b/BTCPayServer/Payments/Lightning/LightningListener.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer/Payments/Lightning/LightningSupportedPaymentMethod.cs b/BTCPayServer/Payments/Lightning/LightningSupportedPaymentMethod.cs index 625666942f..52ff47b996 100644 --- a/BTCPayServer/Payments/Lightning/LightningSupportedPaymentMethod.cs +++ b/BTCPayServer/Payments/Lightning/LightningSupportedPaymentMethod.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/PayJoin/PayJoinRepository.cs b/BTCPayServer/Payments/PayJoin/PayJoinRepository.cs index 0dd2b94449..6b6820a966 100644 --- a/BTCPayServer/Payments/PayJoin/PayJoinRepository.cs +++ b/BTCPayServer/Payments/PayJoin/PayJoinRepository.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/PayJoin/PayjoinReceiverContext.cs b/BTCPayServer/Payments/PayJoin/PayjoinReceiverContext.cs index 631ee63501..76060db3c7 100644 --- a/BTCPayServer/Payments/PayJoin/PayjoinReceiverContext.cs +++ b/BTCPayServer/Payments/PayJoin/PayjoinReceiverContext.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/PaymentMethodExtensions.cs b/BTCPayServer/Payments/PaymentMethodExtensions.cs index be69410123..e8ea891e6e 100644 --- a/BTCPayServer/Payments/PaymentMethodExtensions.cs +++ b/BTCPayServer/Payments/PaymentMethodExtensions.cs @@ -1,4 +1,4 @@ -using Newtonsoft.Json; +using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace BTCPayServer.Payments diff --git a/BTCPayServer/Payments/PaymentMethodId.cs b/BTCPayServer/Payments/PaymentMethodId.cs index d637beb225..fecc5823c8 100644 --- a/BTCPayServer/Payments/PaymentMethodId.cs +++ b/BTCPayServer/Payments/PaymentMethodId.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/PaymentMethodUnavailableException.cs b/BTCPayServer/Payments/PaymentMethodUnavailableException.cs index be609c9406..0cf8663410 100644 --- a/BTCPayServer/Payments/PaymentMethodUnavailableException.cs +++ b/BTCPayServer/Payments/PaymentMethodUnavailableException.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/PaymentTypes.Bitcoin.cs b/BTCPayServer/Payments/PaymentTypes.Bitcoin.cs index b74ffaabf4..98fb4fee13 100644 --- a/BTCPayServer/Payments/PaymentTypes.Bitcoin.cs +++ b/BTCPayServer/Payments/PaymentTypes.Bitcoin.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Payments/PaymentTypes.Lightning.cs b/BTCPayServer/Payments/PaymentTypes.Lightning.cs index 6486ea5c72..4e9fa2ea5f 100644 --- a/BTCPayServer/Payments/PaymentTypes.Lightning.cs +++ b/BTCPayServer/Payments/PaymentTypes.Lightning.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Payments/PaymentTypes.cs b/BTCPayServer/Payments/PaymentTypes.cs index 2293648659..eeea7594ae 100644 --- a/BTCPayServer/Payments/PaymentTypes.cs +++ b/BTCPayServer/Payments/PaymentTypes.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Program.cs b/BTCPayServer/Program.cs index a175ecd789..0de8d4c19b 100644 --- a/BTCPayServer/Program.cs +++ b/BTCPayServer/Program.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; diff --git a/BTCPayServer/Roles.cs b/BTCPayServer/Roles.cs index bebb40e949..ce4dceaf0d 100644 --- a/BTCPayServer/Roles.cs +++ b/BTCPayServer/Roles.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/SSH/SSHCommandResult.cs b/BTCPayServer/SSH/SSHCommandResult.cs index 8207634b9f..cca3c0ea8a 100644 --- a/BTCPayServer/SSH/SSHCommandResult.cs +++ b/BTCPayServer/SSH/SSHCommandResult.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/SSH/SSHFingerprint.cs b/BTCPayServer/SSH/SSHFingerprint.cs index 3798cdf939..0440809763 100644 --- a/BTCPayServer/SSH/SSHFingerprint.cs +++ b/BTCPayServer/SSH/SSHFingerprint.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/SSH/SSHSettings.cs b/BTCPayServer/SSH/SSHSettings.cs index d0b7eab0a7..59048ba721 100644 --- a/BTCPayServer/SSH/SSHSettings.cs +++ b/BTCPayServer/SSH/SSHSettings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/SearchString.cs b/BTCPayServer/SearchString.cs index b283b3d274..18a25c5231 100644 --- a/BTCPayServer/SearchString.cs +++ b/BTCPayServer/SearchString.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Security/AuthenticationSchemes.cs b/BTCPayServer/Security/AuthenticationSchemes.cs index 4594f2e091..652d069977 100644 --- a/BTCPayServer/Security/AuthenticationSchemes.cs +++ b/BTCPayServer/Security/AuthenticationSchemes.cs @@ -1,4 +1,4 @@ -namespace BTCPayServer.Security +namespace BTCPayServer.Security { public class AuthenticationSchemes { diff --git a/BTCPayServer/Security/Bitpay/BitToken.cs b/BTCPayServer/Security/Bitpay/BitToken.cs index e14f89810d..5c8cdfd8aa 100644 --- a/BTCPayServer/Security/Bitpay/BitToken.cs +++ b/BTCPayServer/Security/Bitpay/BitToken.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; using NBitcoin; diff --git a/BTCPayServer/Security/Bitpay/BitpayAuthenticationHandler.cs b/BTCPayServer/Security/Bitpay/BitpayAuthenticationHandler.cs index 4b8916372b..77441eebc3 100644 --- a/BTCPayServer/Security/Bitpay/BitpayAuthenticationHandler.cs +++ b/BTCPayServer/Security/Bitpay/BitpayAuthenticationHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/Security/Bitpay/BitpayAuthenticationOptions.cs b/BTCPayServer/Security/Bitpay/BitpayAuthenticationOptions.cs index 57ff252bb2..639dc36485 100644 --- a/BTCPayServer/Security/Bitpay/BitpayAuthenticationOptions.cs +++ b/BTCPayServer/Security/Bitpay/BitpayAuthenticationOptions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Security/Bitpay/BitpayAuthenticationTypes.cs b/BTCPayServer/Security/Bitpay/BitpayAuthenticationTypes.cs index b2e1814939..6127176bb8 100644 --- a/BTCPayServer/Security/Bitpay/BitpayAuthenticationTypes.cs +++ b/BTCPayServer/Security/Bitpay/BitpayAuthenticationTypes.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Security/Bitpay/BitpayAuthorizationHandler.cs b/BTCPayServer/Security/Bitpay/BitpayAuthorizationHandler.cs index 1dcc230c94..a39123187e 100644 --- a/BTCPayServer/Security/Bitpay/BitpayAuthorizationHandler.cs +++ b/BTCPayServer/Security/Bitpay/BitpayAuthorizationHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; diff --git a/BTCPayServer/Security/Bitpay/BitpayClaims.cs b/BTCPayServer/Security/Bitpay/BitpayClaims.cs index ea8c86f0c7..b1eed5a989 100644 --- a/BTCPayServer/Security/Bitpay/BitpayClaims.cs +++ b/BTCPayServer/Security/Bitpay/BitpayClaims.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Security/Bitpay/PairingCodeEntity.cs b/BTCPayServer/Security/Bitpay/PairingCodeEntity.cs index eef508a087..06a2671d64 100644 --- a/BTCPayServer/Security/Bitpay/PairingCodeEntity.cs +++ b/BTCPayServer/Security/Bitpay/PairingCodeEntity.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Text; diff --git a/BTCPayServer/Security/Bitpay/TokenRepository.cs b/BTCPayServer/Security/Bitpay/TokenRepository.cs index d7bc8f62b3..8eae010e94 100644 --- a/BTCPayServer/Security/Bitpay/TokenRepository.cs +++ b/BTCPayServer/Security/Bitpay/TokenRepository.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/BTCPayServer/Security/ContentSecurityPolicies.cs b/BTCPayServer/Security/ContentSecurityPolicies.cs index 3756a868ee..2b0abf4997 100644 --- a/BTCPayServer/Security/ContentSecurityPolicies.cs +++ b/BTCPayServer/Security/ContentSecurityPolicies.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/BTCPayServer/Security/CookieAuthorizationHandler.cs b/BTCPayServer/Security/CookieAuthorizationHandler.cs index 93a995ae7c..bbec638d41 100644 --- a/BTCPayServer/Security/CookieAuthorizationHandler.cs +++ b/BTCPayServer/Security/CookieAuthorizationHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Security.Claims; using System.Threading.Tasks; diff --git a/BTCPayServer/Security/GreenField/APIKeysAuthenticationHandler.cs b/BTCPayServer/Security/GreenField/APIKeysAuthenticationHandler.cs index f6b212558b..acceb49b64 100644 --- a/BTCPayServer/Security/GreenField/APIKeysAuthenticationHandler.cs +++ b/BTCPayServer/Security/GreenField/APIKeysAuthenticationHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; diff --git a/BTCPayServer/Security/GreenField/BasicAuthenticationHandler.cs b/BTCPayServer/Security/GreenField/BasicAuthenticationHandler.cs index ee531245a1..3657ad8ac3 100644 --- a/BTCPayServer/Security/GreenField/BasicAuthenticationHandler.cs +++ b/BTCPayServer/Security/GreenField/BasicAuthenticationHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; diff --git a/BTCPayServer/Security/PolicyRequirement.cs b/BTCPayServer/Security/PolicyRequirement.cs index 3275a2950d..5d214c8dd0 100644 --- a/BTCPayServer/Security/PolicyRequirement.cs +++ b/BTCPayServer/Security/PolicyRequirement.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Security/SecurityExtensions.cs b/BTCPayServer/Security/SecurityExtensions.cs index a3e3bd270c..60d288a14e 100644 --- a/BTCPayServer/Security/SecurityExtensions.cs +++ b/BTCPayServer/Security/SecurityExtensions.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Http; diff --git a/BTCPayServer/Security/ServerPolicies.cs b/BTCPayServer/Security/ServerPolicies.cs index b8431da657..6718874224 100644 --- a/BTCPayServer/Security/ServerPolicies.cs +++ b/BTCPayServer/Security/ServerPolicies.cs @@ -1,4 +1,4 @@ -using BTCPayServer.Client; +using BTCPayServer.Client; using Microsoft.AspNetCore.Authorization; namespace BTCPayServer.Security diff --git a/BTCPayServer/Services/Altcoins/Monero/Configuration/MoneroLikeConfiguration.cs b/BTCPayServer/Services/Altcoins/Monero/Configuration/MoneroLikeConfiguration.cs index 3a8b96a9ea..3d6a60a35f 100644 --- a/BTCPayServer/Services/Altcoins/Monero/Configuration/MoneroLikeConfiguration.cs +++ b/BTCPayServer/Services/Altcoins/Monero/Configuration/MoneroLikeConfiguration.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; namespace BTCPayServer.Services.Altcoins.Monero.Configuration diff --git a/BTCPayServer/Services/Apps/AppHubStreamer.cs b/BTCPayServer/Services/Apps/AppHubStreamer.cs index 42d08b326d..3633c802fe 100644 --- a/BTCPayServer/Services/Apps/AppHubStreamer.cs +++ b/BTCPayServer/Services/Apps/AppHubStreamer.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer/Services/Apps/AppService.cs b/BTCPayServer/Services/Apps/AppService.cs index ee14548cc8..4e5b48a184 100644 --- a/BTCPayServer/Services/Apps/AppService.cs +++ b/BTCPayServer/Services/Apps/AppService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; diff --git a/BTCPayServer/Services/Apps/CrowdfundSettings.cs b/BTCPayServer/Services/Apps/CrowdfundSettings.cs index afb5783df1..e9f7f5fbc8 100644 --- a/BTCPayServer/Services/Apps/CrowdfundSettings.cs +++ b/BTCPayServer/Services/Apps/CrowdfundSettings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/BTCPayNetworkJsonSerializerSettings.cs b/BTCPayServer/Services/BTCPayNetworkJsonSerializerSettings.cs index f3219d6682..fde79e4e8e 100644 --- a/BTCPayServer/Services/BTCPayNetworkJsonSerializerSettings.cs +++ b/BTCPayServer/Services/BTCPayNetworkJsonSerializerSettings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/BTCPayServerEnvironment.cs b/BTCPayServer/Services/BTCPayServerEnvironment.cs index 5533e93c2d..2995c7111d 100644 --- a/BTCPayServer/Services/BTCPayServerEnvironment.cs +++ b/BTCPayServer/Services/BTCPayServerEnvironment.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; diff --git a/BTCPayServer/Services/DelayedTransactionBroadcaster.cs b/BTCPayServer/Services/DelayedTransactionBroadcaster.cs index be678d38d2..2d1a63ab8a 100644 --- a/BTCPayServer/Services/DelayedTransactionBroadcaster.cs +++ b/BTCPayServer/Services/DelayedTransactionBroadcaster.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/Services/DynamicDnsSettings.cs b/BTCPayServer/Services/DynamicDnsSettings.cs index 852af82824..f0daba8b74 100644 --- a/BTCPayServer/Services/DynamicDnsSettings.cs +++ b/BTCPayServer/Services/DynamicDnsSettings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Services/Fees/FixedFeeProvider.cs b/BTCPayServer/Services/Fees/FixedFeeProvider.cs index 7d96e487c2..b38a189602 100644 --- a/BTCPayServer/Services/Fees/FixedFeeProvider.cs +++ b/BTCPayServer/Services/Fees/FixedFeeProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/Fees/IFeeProvider.cs b/BTCPayServer/Services/Fees/IFeeProvider.cs index 84b7b94f9b..050863cb8d 100644 --- a/BTCPayServer/Services/Fees/IFeeProvider.cs +++ b/BTCPayServer/Services/Fees/IFeeProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/Fees/IFeeProviderFactory.cs b/BTCPayServer/Services/Fees/IFeeProviderFactory.cs index 3b2cb5bec2..82cc6663c8 100644 --- a/BTCPayServer/Services/Fees/IFeeProviderFactory.cs +++ b/BTCPayServer/Services/Fees/IFeeProviderFactory.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/Fees/NBxplorerFeeProvider.cs b/BTCPayServer/Services/Fees/NBxplorerFeeProvider.cs index 6f73862ac8..c7b8756dd8 100644 --- a/BTCPayServer/Services/Fees/NBxplorerFeeProvider.cs +++ b/BTCPayServer/Services/Fees/NBxplorerFeeProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/IBackgroundJobClient.cs b/BTCPayServer/Services/IBackgroundJobClient.cs index 24675210d3..a006569c15 100644 --- a/BTCPayServer/Services/IBackgroundJobClient.cs +++ b/BTCPayServer/Services/IBackgroundJobClient.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading; diff --git a/BTCPayServer/Services/Invoices/Export/CsvSerializer.cs b/BTCPayServer/Services/Invoices/Export/CsvSerializer.cs index e4f7420f05..3c87f3351b 100644 --- a/BTCPayServer/Services/Invoices/Export/CsvSerializer.cs +++ b/BTCPayServer/Services/Invoices/Export/CsvSerializer.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; diff --git a/BTCPayServer/Services/Invoices/Export/InvoiceExport.cs b/BTCPayServer/Services/Invoices/Export/InvoiceExport.cs index e1f6b75229..06372f0299 100644 --- a/BTCPayServer/Services/Invoices/Export/InvoiceExport.cs +++ b/BTCPayServer/Services/Invoices/Export/InvoiceExport.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Services/Invoices/InvoiceEntity.cs b/BTCPayServer/Services/Invoices/InvoiceEntity.cs index 51cd7d8382..171217b1f5 100644 --- a/BTCPayServer/Services/Invoices/InvoiceEntity.cs +++ b/BTCPayServer/Services/Invoices/InvoiceEntity.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; diff --git a/BTCPayServer/Services/Invoices/PaymentMethodDictionary.cs b/BTCPayServer/Services/Invoices/PaymentMethodDictionary.cs index 5f3fb6e924..cf63c7a490 100644 --- a/BTCPayServer/Services/Invoices/PaymentMethodDictionary.cs +++ b/BTCPayServer/Services/Invoices/PaymentMethodDictionary.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections; using System.Collections.Generic; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/LanguageService.cs b/BTCPayServer/Services/LanguageService.cs index a52c689a80..08f0dced14 100644 --- a/BTCPayServer/Services/LanguageService.cs +++ b/BTCPayServer/Services/LanguageService.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.IO; using System.Linq; using Microsoft.AspNetCore.Hosting; diff --git a/BTCPayServer/Services/LightningClientFactoryService.cs b/BTCPayServer/Services/LightningClientFactoryService.cs index 403f61cf74..551e2ccbd1 100644 --- a/BTCPayServer/Services/LightningClientFactoryService.cs +++ b/BTCPayServer/Services/LightningClientFactoryService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; diff --git a/BTCPayServer/Services/LightningConfigurationProvider.cs b/BTCPayServer/Services/LightningConfigurationProvider.cs index 36eeff8795..be82eaab66 100644 --- a/BTCPayServer/Services/LightningConfigurationProvider.cs +++ b/BTCPayServer/Services/LightningConfigurationProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer/Services/Mails/EmailSender.cs b/BTCPayServer/Services/Mails/EmailSender.cs index 42387a6c6b..a3306213e2 100644 --- a/BTCPayServer/Services/Mails/EmailSender.cs +++ b/BTCPayServer/Services/Mails/EmailSender.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Net.Mail; using System.Threading.Tasks; using BTCPayServer.Logging; diff --git a/BTCPayServer/Services/Mails/EmailSenderFactory.cs b/BTCPayServer/Services/Mails/EmailSenderFactory.cs index 4f88bdd4bb..12c2883500 100644 --- a/BTCPayServer/Services/Mails/EmailSenderFactory.cs +++ b/BTCPayServer/Services/Mails/EmailSenderFactory.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Threading.Tasks; using BTCPayServer.Services.Stores; diff --git a/BTCPayServer/Services/Mails/EmailSettings.cs b/BTCPayServer/Services/Mails/EmailSettings.cs index 73189f976c..e3ca4352e7 100644 --- a/BTCPayServer/Services/Mails/EmailSettings.cs +++ b/BTCPayServer/Services/Mails/EmailSettings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Services/Mails/IEmailSender.cs b/BTCPayServer/Services/Mails/IEmailSender.cs index 625886566e..ec2d6ed4a5 100644 --- a/BTCPayServer/Services/Mails/IEmailSender.cs +++ b/BTCPayServer/Services/Mails/IEmailSender.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/Mails/ServerEmailSender.cs b/BTCPayServer/Services/Mails/ServerEmailSender.cs index 66d2cc0c02..11bfba69ae 100644 --- a/BTCPayServer/Services/Mails/ServerEmailSender.cs +++ b/BTCPayServer/Services/Mails/ServerEmailSender.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/Mails/StoreEmailSender.cs b/BTCPayServer/Services/Mails/StoreEmailSender.cs index 9c805f52f7..7d7b64137f 100644 --- a/BTCPayServer/Services/Mails/StoreEmailSender.cs +++ b/BTCPayServer/Services/Mails/StoreEmailSender.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/MigrationSettings.cs b/BTCPayServer/Services/MigrationSettings.cs index 56266662d3..cf7ebb60bc 100644 --- a/BTCPayServer/Services/MigrationSettings.cs +++ b/BTCPayServer/Services/MigrationSettings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/Notifications/Blobs/NewVersionNotification.cs b/BTCPayServer/Services/Notifications/Blobs/NewVersionNotification.cs index 7758727ad4..5ad967417f 100644 --- a/BTCPayServer/Services/Notifications/Blobs/NewVersionNotification.cs +++ b/BTCPayServer/Services/Notifications/Blobs/NewVersionNotification.cs @@ -1,4 +1,4 @@ -using BTCPayServer.Data; +using BTCPayServer.Data; using BTCPayServer.Models.NotificationViewModels; using Newtonsoft.Json; diff --git a/BTCPayServer/Services/Notifications/Blobs/PayoutNotification.cs b/BTCPayServer/Services/Notifications/Blobs/PayoutNotification.cs index b7af725e9d..209cae10ff 100644 --- a/BTCPayServer/Services/Notifications/Blobs/PayoutNotification.cs +++ b/BTCPayServer/Services/Notifications/Blobs/PayoutNotification.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/Notifications/INotificationHandler.cs b/BTCPayServer/Services/Notifications/INotificationHandler.cs index 0128174bb9..acaee8bc51 100644 --- a/BTCPayServer/Services/Notifications/INotificationHandler.cs +++ b/BTCPayServer/Services/Notifications/INotificationHandler.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/Notifications/NotificationManager.cs b/BTCPayServer/Services/Notifications/NotificationManager.cs index 9383b923e8..7a60720aea 100644 --- a/BTCPayServer/Services/Notifications/NotificationManager.cs +++ b/BTCPayServer/Services/Notifications/NotificationManager.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Services/Notifications/NotificationScopes.cs b/BTCPayServer/Services/Notifications/NotificationScopes.cs index d5ef55568e..793de7edcc 100644 --- a/BTCPayServer/Services/Notifications/NotificationScopes.cs +++ b/BTCPayServer/Services/Notifications/NotificationScopes.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/Notifications/NotificationSender.cs b/BTCPayServer/Services/Notifications/NotificationSender.cs index c2fad5568e..3f3d36d522 100644 --- a/BTCPayServer/Services/Notifications/NotificationSender.cs +++ b/BTCPayServer/Services/Notifications/NotificationSender.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; diff --git a/BTCPayServer/Services/PayjoinClient.cs b/BTCPayServer/Services/PayjoinClient.cs index b15a433a49..e93cadb6a1 100644 --- a/BTCPayServer/Services/PayjoinClient.cs +++ b/BTCPayServer/Services/PayjoinClient.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Configuration; using System.Globalization; diff --git a/BTCPayServer/Services/PoliciesSettings.cs b/BTCPayServer/Services/PoliciesSettings.cs index fd7ba2efa0..1ae9ea9af1 100644 --- a/BTCPayServer/Services/PoliciesSettings.cs +++ b/BTCPayServer/Services/PoliciesSettings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Services/Safe.cs b/BTCPayServer/Services/Safe.cs index 169d2e9611..d6005ec3ee 100644 --- a/BTCPayServer/Services/Safe.cs +++ b/BTCPayServer/Services/Safe.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/SettingsRepository.cs b/BTCPayServer/Services/SettingsRepository.cs index e07ccf0d1e..22aa0bc05c 100644 --- a/BTCPayServer/Services/SettingsRepository.cs +++ b/BTCPayServer/Services/SettingsRepository.cs @@ -1,4 +1,4 @@ -using System.Linq; +using System.Linq; using System.Threading; using System.Threading.Tasks; using BTCPayServer.Data; diff --git a/BTCPayServer/Services/SocketFactory.cs b/BTCPayServer/Services/SocketFactory.cs index 6a9f7be7a4..3807756db6 100644 --- a/BTCPayServer/Services/SocketFactory.cs +++ b/BTCPayServer/Services/SocketFactory.cs @@ -1,4 +1,4 @@ -using System.Collections.Concurrent; +using System.Collections.Concurrent; using System.Net; using System.Net.Http; using System.Net.Sockets; diff --git a/BTCPayServer/Services/Socks5HttpClientHandler.cs b/BTCPayServer/Services/Socks5HttpClientHandler.cs index 55c36b36d4..5df345d382 100644 --- a/BTCPayServer/Services/Socks5HttpClientHandler.cs +++ b/BTCPayServer/Services/Socks5HttpClientHandler.cs @@ -1,4 +1,4 @@ -using System.Net; +using System.Net; using System.Net.Http; using BTCPayServer.HostedServices; diff --git a/BTCPayServer/Services/Stores/StoreRepository.cs b/BTCPayServer/Services/Stores/StoreRepository.cs index c40ecb6768..3f6996196d 100644 --- a/BTCPayServer/Services/Stores/StoreRepository.cs +++ b/BTCPayServer/Services/Stores/StoreRepository.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/ThemesSettings.cs b/BTCPayServer/Services/ThemesSettings.cs index 6402780976..600b8ebbb5 100644 --- a/BTCPayServer/Services/ThemesSettings.cs +++ b/BTCPayServer/Services/ThemesSettings.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Services/TorServices.cs b/BTCPayServer/Services/TorServices.cs index 51cb81d99d..5ad9f3cd2b 100644 --- a/BTCPayServer/Services/TorServices.cs +++ b/BTCPayServer/Services/TorServices.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/BTCPayServer/Services/Torrc.cs b/BTCPayServer/Services/Torrc.cs index 8285a33e06..bafe087851 100644 --- a/BTCPayServer/Services/Torrc.cs +++ b/BTCPayServer/Services/Torrc.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net; diff --git a/BTCPayServer/Services/WalletRepository.cs b/BTCPayServer/Services/WalletRepository.cs index f22583f398..23cee66588 100644 --- a/BTCPayServer/Services/WalletRepository.cs +++ b/BTCPayServer/Services/WalletRepository.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Services/Wallets/BTCPayWallet.cs b/BTCPayServer/Services/Wallets/BTCPayWallet.cs index 449b831bf7..f3da9171b8 100644 --- a/BTCPayServer/Services/Wallets/BTCPayWallet.cs +++ b/BTCPayServer/Services/Wallets/BTCPayWallet.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; diff --git a/BTCPayServer/Services/Wallets/BTCPayWalletProvider.cs b/BTCPayServer/Services/Wallets/BTCPayWalletProvider.cs index 933998455b..7411e2e56a 100644 --- a/BTCPayServer/Services/Wallets/BTCPayWalletProvider.cs +++ b/BTCPayServer/Services/Wallets/BTCPayWalletProvider.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Storage/Models/StorageProvider.cs b/BTCPayServer/Storage/Models/StorageProvider.cs index 799b9fc781..777b5c0126 100644 --- a/BTCPayServer/Storage/Models/StorageProvider.cs +++ b/BTCPayServer/Storage/Models/StorageProvider.cs @@ -1,4 +1,4 @@ -namespace BTCPayServer.Storage.Models +namespace BTCPayServer.Storage.Models { public enum StorageProvider { diff --git a/BTCPayServer/Storage/Models/StorageSettings.cs b/BTCPayServer/Storage/Models/StorageSettings.cs index eff339ebe1..5d571c45e8 100644 --- a/BTCPayServer/Storage/Models/StorageSettings.cs +++ b/BTCPayServer/Storage/Models/StorageSettings.cs @@ -1,4 +1,4 @@ -using System.ComponentModel.DataAnnotations.Schema; +using System.ComponentModel.DataAnnotations.Schema; using Newtonsoft.Json; using Newtonsoft.Json.Linq; diff --git a/BTCPayServer/Storage/Services/FileService.cs b/BTCPayServer/Storage/Services/FileService.cs index d5dc37a25f..75cb166510 100644 --- a/BTCPayServer/Storage/Services/FileService.cs +++ b/BTCPayServer/Storage/Services/FileService.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/StorePolicies.cs b/BTCPayServer/StorePolicies.cs index 76957920ec..76c5b120a0 100644 --- a/BTCPayServer/StorePolicies.cs +++ b/BTCPayServer/StorePolicies.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/TransactionComparer.cs b/BTCPayServer/TransactionComparer.cs index aeddfb3e92..2ea0ab53ec 100644 --- a/BTCPayServer/TransactionComparer.cs +++ b/BTCPayServer/TransactionComparer.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Validation/EmailValidator.cs b/BTCPayServer/Validation/EmailValidator.cs index 78f6796366..31c3558d9e 100644 --- a/BTCPayServer/Validation/EmailValidator.cs +++ b/BTCPayServer/Validation/EmailValidator.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; diff --git a/BTCPayServer/Validation/HDFingerPrintValidator.cs b/BTCPayServer/Validation/HDFingerPrintValidator.cs index 63347e9217..d9800cc61b 100644 --- a/BTCPayServer/Validation/HDFingerPrintValidator.cs +++ b/BTCPayServer/Validation/HDFingerPrintValidator.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Validation/KeyPathValidator.cs b/BTCPayServer/Validation/KeyPathValidator.cs index 6bcf253a46..f608e244f8 100644 --- a/BTCPayServer/Validation/KeyPathValidator.cs +++ b/BTCPayServer/Validation/KeyPathValidator.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; diff --git a/BTCPayServer/Validation/PubKeyValidator.cs b/BTCPayServer/Validation/PubKeyValidator.cs index 942d370531..bc33fa795b 100644 --- a/BTCPayServer/Validation/PubKeyValidator.cs +++ b/BTCPayServer/Validation/PubKeyValidator.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Text; diff --git a/BTCPayServer/Validation/UriAttribute.cs b/BTCPayServer/Validation/UriAttribute.cs index 0e9c75e080..4cfaf01fa9 100644 --- a/BTCPayServer/Validation/UriAttribute.cs +++ b/BTCPayServer/Validation/UriAttribute.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.ComponentModel.DataAnnotations; using System.Globalization; diff --git a/BTCPayServer/Views/Manage/ManageNavPages.cs b/BTCPayServer/Views/Manage/ManageNavPages.cs index c197c829bc..2579ab6bd2 100644 --- a/BTCPayServer/Views/Manage/ManageNavPages.cs +++ b/BTCPayServer/Views/Manage/ManageNavPages.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Views/Server/ServerNavPages.cs b/BTCPayServer/Views/Server/ServerNavPages.cs index 40cb46546d..52ff401b4e 100644 --- a/BTCPayServer/Views/Server/ServerNavPages.cs +++ b/BTCPayServer/Views/Server/ServerNavPages.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Views/Stores/StoreNavPages.cs b/BTCPayServer/Views/Stores/StoreNavPages.cs index b2c313cc38..1268c8a5e1 100644 --- a/BTCPayServer/Views/Stores/StoreNavPages.cs +++ b/BTCPayServer/Views/Stores/StoreNavPages.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/Views/ViewsRazor.cs b/BTCPayServer/Views/ViewsRazor.cs index 0a7cbcfef9..bd09a2fedd 100644 --- a/BTCPayServer/Views/ViewsRazor.cs +++ b/BTCPayServer/Views/ViewsRazor.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Globalization; using System.Linq; diff --git a/BTCPayServer/Views/Wallets/WalletsNavPages.cs b/BTCPayServer/Views/Wallets/WalletsNavPages.cs index fa44385283..b0647236b8 100644 --- a/BTCPayServer/Views/Wallets/WalletsNavPages.cs +++ b/BTCPayServer/Views/Wallets/WalletsNavPages.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/WalletId.cs b/BTCPayServer/WalletId.cs index 5cc5447af4..faebc7ade3 100644 --- a/BTCPayServer/WalletId.cs +++ b/BTCPayServer/WalletId.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; diff --git a/BTCPayServer/WebSocketHelper.cs b/BTCPayServer/WebSocketHelper.cs index c3ceec3b84..4384bf8fcf 100644 --- a/BTCPayServer/WebSocketHelper.cs +++ b/BTCPayServer/WebSocketHelper.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Net.WebSockets; diff --git a/BTCPayServer/WellKnownTempData.cs b/BTCPayServer/WellKnownTempData.cs index a2aee7d96c..c959726005 100644 --- a/BTCPayServer/WellKnownTempData.cs +++ b/BTCPayServer/WellKnownTempData.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; diff --git a/BTCPayServer/ZoneLimits.cs b/BTCPayServer/ZoneLimits.cs index 85a4249672..5189c7b967 100644 --- a/BTCPayServer/ZoneLimits.cs +++ b/BTCPayServer/ZoneLimits.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks;