diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/ConfigurationApiClient.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/ConfigurationApiClient.cs index fb3ae3ab7..efd69c942 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/ConfigurationApiClient.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/ConfigurationApiClient.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc; public class ConfigurationApiClient : ConfigurationApiBase, IConfigurationApiClient diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/ConfigurationApiManage.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/ConfigurationApiManage.cs index 5c2c1c620..dfe54d47b 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/ConfigurationApiManage.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/ConfigurationApiManage.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc; public class ConfigurationApiManage : ConfigurationApiBase, IConfigurationApiManage diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/ConfigFormats.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/ConfigFormats.cs index 27d112751..1b25f6ab6 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/ConfigFormats.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/ConfigFormats.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Internal; internal enum ConfigFormats diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/ConfigurationApiBase.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/ConfigurationApiBase.cs index a5d208ad3..9fdffe66b 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/ConfigurationApiBase.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/ConfigurationApiBase.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Internal; public class ConfigurationApiBase diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Constants.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Constants.cs index d2fb17bba..1b32fe60d 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Constants.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Constants.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Internal; internal class Constants diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/DccConfigurationRepository.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/DccConfigurationRepository.cs index f2726b86d..a46741d3a 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/DccConfigurationRepository.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/DccConfigurationRepository.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Internal; internal class DccConfigurationRepository : AbstractConfigurationRepository diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/DccFactory.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/DccFactory.cs index 55a2d6326..b9b3fa5fc 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/DccFactory.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/DccFactory.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Internal; internal class DccFactory diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Model/Property.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Model/Property.cs index 96e1420dc..266c567ea 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Model/Property.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Model/Property.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.BasicAbility.Dcc.Internal.Model; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.BasicAbility.Dcc.Internal.Model; internal class Property { diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Model/PublishRelease.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Model/PublishRelease.cs index c21311b9d..db39bebeb 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Model/PublishRelease.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Model/PublishRelease.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.BasicAbility.Dcc.Internal.Model; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.BasicAbility.Dcc.Internal.Model; internal class PublishRelease { diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Options/DccOptions.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Options/DccOptions.cs index e9e3f06a7..acee9d62d 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Options/DccOptions.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Options/DccOptions.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.BasicAbility.Dcc.Internal.Options; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.BasicAbility.Dcc.Internal.Options; internal class DccOptions { diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Parser/JsonConfigurationParser.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Parser/JsonConfigurationParser.cs index e43482ff1..ade86b515 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Parser/JsonConfigurationParser.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Parser/JsonConfigurationParser.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Internal.Parser; /// diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Parser/PropertyConfigurationParser.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Parser/PropertyConfigurationParser.cs index 457dbd6c7..db089bd66 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Parser/PropertyConfigurationParser.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Internal/Parser/PropertyConfigurationParser.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Internal.Parser; internal class PropertyConfigurationParser diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/MasaConfigurationExtensions.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/MasaConfigurationExtensions.cs index 8ff8a0dd0..062e27f6c 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/MasaConfigurationExtensions.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/MasaConfigurationExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc; public static class MasaConfigurationExtensions diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/ConfigurationApiMasaConfigurationOptions.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/ConfigurationApiMasaConfigurationOptions.cs index 728551d55..c58709830 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/ConfigurationApiMasaConfigurationOptions.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/ConfigurationApiMasaConfigurationOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Options; public abstract class ConfigurationApiMasaConfigurationOptions : MasaConfigurationOptions diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccConfigurationOptions.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccConfigurationOptions.cs index f1f21e7ca..40ac704df 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccConfigurationOptions.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccConfigurationOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Options; public class DccConfigurationOptions diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccExpandSectionOptions.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccExpandSectionOptions.cs index 20a5bd0e5..7c7f19599 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccExpandSectionOptions.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccExpandSectionOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Options; public class DccExpandSectionOptions diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccSectionOptions.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccSectionOptions.cs index 953c128e6..98aba97cc 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccSectionOptions.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/Options/DccSectionOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Options; public class DccSectionOptions diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/_Imports.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/_Imports.cs index e03b2d579..1c47edc13 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/_Imports.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Dcc/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Configuration; global using Masa.BuildingBlocks.Configuration.Options; global using Masa.Contrib.BasicAbility.Dcc.Internal; diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Constants.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Constants.cs index 0b01a65c8..5b0725e49 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Constants.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Constants.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm; public class Constants diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/PmClient.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/PmClient.cs index df6dc911b..64815356c 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/PmClient.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/PmClient.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm; public class PmClient : IPmClient diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/AppService.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/AppService.cs index 74bfc031d..00dd6dc8b 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/AppService.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/AppService.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm.Service; public class AppService : IAppService diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/ClusterService.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/ClusterService.cs index da42de094..87cfcfac7 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/ClusterService.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/ClusterService.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm.Service; public class ClusterService : IClusterService diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/EnvironmentService.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/EnvironmentService.cs index e68f7a15b..3f9b41771 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/EnvironmentService.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/EnvironmentService.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm.Service; public class EnvironmentService : IEnvironmentService diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/ProjectService.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/ProjectService.cs index 186762f6d..f64644c36 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/ProjectService.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/Service/ProjectService.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm.Service; public class ProjectService : IProjectService diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/ServiceCollectionExtensions.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/ServiceCollectionExtensions.cs index 8d4117c58..f84832e47 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/ServiceCollectionExtensions.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/ServiceCollectionExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm; public static class ServiceCollectionExtensions diff --git a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/_Imports.cs b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/_Imports.cs index b5bcc6c1c..11fdb5cf0 100644 --- a/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/_Imports.cs +++ b/src/BasicAbility/Masa.Contrib.BasicAbility.Pm/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.BasicAbility.Pm; global using Masa.BuildingBlocks.BasicAbility.Pm.Model; global using Microsoft.Extensions.DependencyInjection; diff --git a/src/Configuration/Masa.Contrib.Configuration/DefaultMasaConfiguration.cs b/src/Configuration/Masa.Contrib.Configuration/DefaultMasaConfiguration.cs index 360d31a96..b36a474f9 100644 --- a/src/Configuration/Masa.Contrib.Configuration/DefaultMasaConfiguration.cs +++ b/src/Configuration/Masa.Contrib.Configuration/DefaultMasaConfiguration.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Configuration; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Configuration; public class DefaultMasaConfiguration : IMasaConfiguration { diff --git a/src/Configuration/Masa.Contrib.Configuration/LocalMasaConfigurationOptions.cs b/src/Configuration/Masa.Contrib.Configuration/LocalMasaConfigurationOptions.cs index fec6270b1..2a193cda5 100644 --- a/src/Configuration/Masa.Contrib.Configuration/LocalMasaConfigurationOptions.cs +++ b/src/Configuration/Masa.Contrib.Configuration/LocalMasaConfigurationOptions.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Configuration; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Configuration; public abstract class LocalMasaConfigurationOptions : MasaConfigurationOptions { diff --git a/src/Configuration/Masa.Contrib.Configuration/LocalMasaConfigurationRepository.cs b/src/Configuration/Masa.Contrib.Configuration/LocalMasaConfigurationRepository.cs index 84734261c..80478d62d 100644 --- a/src/Configuration/Masa.Contrib.Configuration/LocalMasaConfigurationRepository.cs +++ b/src/Configuration/Masa.Contrib.Configuration/LocalMasaConfigurationRepository.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration; internal class LocalMasaConfigurationRepository : AbstractConfigurationRepository diff --git a/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationBuilder.cs b/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationBuilder.cs index ba5870d20..6f9a3b564 100644 --- a/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationBuilder.cs +++ b/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationBuilder.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration; public class MasaConfigurationBuilder : IMasaConfigurationBuilder diff --git a/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationExtensions.cs b/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationExtensions.cs index 47c4cb496..19e371e7b 100644 --- a/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationExtensions.cs +++ b/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration; public static class MasaConfigurationExtensions diff --git a/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationProvider.cs b/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationProvider.cs index 4a63eafac..655cd5579 100644 --- a/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationProvider.cs +++ b/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationProvider.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration; public class MasaConfigurationProvider : ConfigurationProvider, IRepositoryChangeListener, IDisposable diff --git a/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationSource.cs b/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationSource.cs index 19b2e8699..07d50ff67 100644 --- a/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationSource.cs +++ b/src/Configuration/Masa.Contrib.Configuration/MasaConfigurationSource.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration; public class MasaConfigurationSource : IConfigurationSource diff --git a/src/Configuration/Masa.Contrib.Configuration/MasaRelationOptions.cs b/src/Configuration/Masa.Contrib.Configuration/MasaRelationOptions.cs index fe6d5fcd2..6525204eb 100644 --- a/src/Configuration/Masa.Contrib.Configuration/MasaRelationOptions.cs +++ b/src/Configuration/Masa.Contrib.Configuration/MasaRelationOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration; public class MasaRelationOptions diff --git a/src/Configuration/Masa.Contrib.Configuration/ServiceCollectionExtensions.cs b/src/Configuration/Masa.Contrib.Configuration/ServiceCollectionExtensions.cs index 9c226f413..6b86b7fe7 100644 --- a/src/Configuration/Masa.Contrib.Configuration/ServiceCollectionExtensions.cs +++ b/src/Configuration/Masa.Contrib.Configuration/ServiceCollectionExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration; public static class ServiceCollectionExtensions diff --git a/src/Configuration/Masa.Contrib.Configuration/_Imports.cs b/src/Configuration/Masa.Contrib.Configuration/_Imports.cs index 5d9ff0d02..e4ac3a3b2 100644 --- a/src/Configuration/Masa.Contrib.Configuration/_Imports.cs +++ b/src/Configuration/Masa.Contrib.Configuration/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Configuration; global using Masa.BuildingBlocks.Configuration.Options; global using Microsoft.AspNetCore.Builder; diff --git a/src/Data/Masa.Contrib.Data.UoW.EF/DbConnectionStringProvider.cs b/src/Data/Masa.Contrib.Data.UoW.EF/DbConnectionStringProvider.cs index 4b0eca284..de8408e60 100644 --- a/src/Data/Masa.Contrib.Data.UoW.EF/DbConnectionStringProvider.cs +++ b/src/Data/Masa.Contrib.Data.UoW.EF/DbConnectionStringProvider.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Data.UoW.EF; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Data.UoW.EF; public class DbConnectionStringProvider : BaseDbConnectionStringProvider { diff --git a/src/Data/Masa.Contrib.Data.UoW.EF/DefaultConnectionStringProvider.cs b/src/Data/Masa.Contrib.Data.UoW.EF/DefaultConnectionStringProvider.cs index 425ab70aa..9e51daaec 100644 --- a/src/Data/Masa.Contrib.Data.UoW.EF/DefaultConnectionStringProvider.cs +++ b/src/Data/Masa.Contrib.Data.UoW.EF/DefaultConnectionStringProvider.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Data.UoW.EF; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Data.UoW.EF; public class DefaultConnectionStringProvider : IConnectionStringProvider { diff --git a/src/Data/Masa.Contrib.Data.UoW.EF/DispatcherOptionsExtensions.cs b/src/Data/Masa.Contrib.Data.UoW.EF/DispatcherOptionsExtensions.cs index 4602ee131..d012b11d9 100644 --- a/src/Data/Masa.Contrib.Data.UoW.EF/DispatcherOptionsExtensions.cs +++ b/src/Data/Masa.Contrib.Data.UoW.EF/DispatcherOptionsExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Data.UoW.EF; public static class DispatcherOptionsExtensions diff --git a/src/Data/Masa.Contrib.Data.UoW.EF/Internal/Const.cs b/src/Data/Masa.Contrib.Data.UoW.EF/Internal/Const.cs index f10c44aff..a835594ff 100644 --- a/src/Data/Masa.Contrib.Data.UoW.EF/Internal/Const.cs +++ b/src/Data/Masa.Contrib.Data.UoW.EF/Internal/Const.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Data.UoW.EF.Internal; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Data.UoW.EF.Internal; internal class Const { diff --git a/src/Data/Masa.Contrib.Data.UoW.EF/Transaction.cs b/src/Data/Masa.Contrib.Data.UoW.EF/Transaction.cs index f0e9fea5b..cab7c2a13 100644 --- a/src/Data/Masa.Contrib.Data.UoW.EF/Transaction.cs +++ b/src/Data/Masa.Contrib.Data.UoW.EF/Transaction.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Data.UoW.EF; public class Transaction : ITransaction diff --git a/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWork.cs b/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWork.cs index 3a25e74c8..928a72a63 100644 --- a/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWork.cs +++ b/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWork.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Data.UoW.EF; public class UnitOfWork : IUnitOfWork where TDbContext : MasaDbContext diff --git a/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWorkAccessor.cs b/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWorkAccessor.cs index edf898add..eb0814c88 100644 --- a/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWorkAccessor.cs +++ b/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWorkAccessor.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Data.UoW.EF; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Data.UoW.EF; public class UnitOfWorkAccessor : IUnitOfWorkAccessor { diff --git a/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWorkManager.cs b/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWorkManager.cs index 9376ba11e..fdec51399 100644 --- a/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWorkManager.cs +++ b/src/Data/Masa.Contrib.Data.UoW.EF/UnitOfWorkManager.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Data.UoW.EF; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Data.UoW.EF; public class UnitOfWorkManager : IUnitOfWorkManager where TDbContext : MasaDbContext { diff --git a/src/Data/Masa.Contrib.Data.UoW.EF/_Imports.cs b/src/Data/Masa.Contrib.Data.UoW.EF/_Imports.cs index fdbdf6687..42ce36d59 100644 --- a/src/Data/Masa.Contrib.Data.UoW.EF/_Imports.cs +++ b/src/Data/Masa.Contrib.Data.UoW.EF/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Configuration; global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Data.UoW.Options; diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/DispatcherOptionsExtensions.cs b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/DispatcherOptionsExtensions.cs index 61cfb533e..bb6151953 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/DispatcherOptionsExtensions.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/DispatcherOptionsExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF; public static class DispatcherOptionsExtensions diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/LinqExtensions.cs b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/LinqExtensions.cs index f53a19deb..262255fc0 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/LinqExtensions.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/LinqExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Internal; internal static class LinqExtensions diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/ServiceCollectionRepositoryExtensions.cs b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/ServiceCollectionRepositoryExtensions.cs index 806b48416..2dae71cb8 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/ServiceCollectionRepositoryExtensions.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/ServiceCollectionRepositoryExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Internal; internal static class ServiceCollectionRepositoryExtensions diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/TypeExtensions.cs b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/TypeExtensions.cs index 377fc4399..50746c304 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/TypeExtensions.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Internal/TypeExtensions.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Ddd.Domain.Repository.EF.Internal; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Ddd.Domain.Repository.EF.Internal; internal static class TypeExtensions { diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Repository.cs b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Repository.cs index dc24e336f..ac366a67d 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Repository.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/Repository.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF; public class Repository : diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/_Imports.cs b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/_Imports.cs index 2a151f19b..60870a180 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/_Imports.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain.Repository.EF/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Ddd.Domain.Entities; global using Masa.BuildingBlocks.Ddd.Domain.Repositories; diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain/DomainEventBus.cs b/src/Ddd/Masa.Contrib.Ddd.Domain/DomainEventBus.cs index 3acbedde9..e881e5f78 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain/DomainEventBus.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain/DomainEventBus.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain; public class DomainEventBus : IDomainEventBus diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain/DomainService.cs b/src/Ddd/Masa.Contrib.Ddd.Domain/DomainService.cs index 56a7ecf48..488f0c13a 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain/DomainService.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain/DomainService.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain; public class DomainService : IDomainService diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainCommand.cs b/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainCommand.cs index 4a64d466a..50923f847 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainCommand.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainCommand.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Events; public record DomainCommand(Guid Id, DateTime CreationTime) : IDomainCommand diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainEvent.cs b/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainEvent.cs index 9cda98249..c2edb27b0 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainEvent.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Events; public record DomainEvent(Guid Id, DateTime CreationTime) : IDomainEvent diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainQuery.cs b/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainQuery.cs index 7c0997a21..87cadc724 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainQuery.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain/Events/DomainQuery.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Events; public abstract record DomainQuery(Guid Id, DateTime CreationTime) : IDomainQuery diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain/Events/IntegrationDomainEvent.cs b/src/Ddd/Masa.Contrib.Ddd.Domain/Events/IntegrationDomainEvent.cs index cb1de138c..7e9bcc6dc 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain/Events/IntegrationDomainEvent.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain/Events/IntegrationDomainEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Events; public abstract record IntegrationDomainEvent(Guid Id, DateTime CreationTime) : DomainEvent(Id, CreationTime), IIntegrationDomainEvent diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain/Options/DispatcherOptions.cs b/src/Ddd/Masa.Contrib.Ddd.Domain/Options/DispatcherOptions.cs index cb8661c45..74e3f2fda 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain/Options/DispatcherOptions.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain/Options/DispatcherOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Options; public class DispatcherOptions : IDistributedDispatcherOptions diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain/ServiceCollectionExtensions.cs b/src/Ddd/Masa.Contrib.Ddd.Domain/ServiceCollectionExtensions.cs index b2e69f887..06d260ad4 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain/ServiceCollectionExtensions.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain/ServiceCollectionExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain; public static class ServiceCollectionExtensions diff --git a/src/Ddd/Masa.Contrib.Ddd.Domain/_Imports.cs b/src/Ddd/Masa.Contrib.Ddd.Domain/_Imports.cs index 00df11d2a..5aae8d13d 100644 --- a/src/Ddd/Masa.Contrib.Ddd.Domain/_Imports.cs +++ b/src/Ddd/Masa.Contrib.Ddd.Domain/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Ddd.Domain.Entities; global using Masa.BuildingBlocks.Ddd.Domain.Events; diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/DispatcherOptionsExtensions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/DispatcherOptionsExtensions.cs index 71e321857..bcde3509f 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/DispatcherOptionsExtensions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/DispatcherOptionsExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events; public static class DispatcherOptionsExtensions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Enums/FailureLevels.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Enums/FailureLevels.cs index 846fc47f3..2dadcc33f 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Enums/FailureLevels.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Enums/FailureLevels.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Enums; public enum FailureLevels diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Event.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Event.cs index 1dbc7837c..6388e12ad 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Event.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Event.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events; public record Event(Guid Id, DateTime CreationTime) : IEvent diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventBus.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventBus.cs index b084f43bc..ba30120e9 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventBus.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventBus.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events; public class EventBus : IEventBus diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventBusBuilder.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventBusBuilder.cs index 4c04428f4..b5343d8dd 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventBusBuilder.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventBusBuilder.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events; public class EventBusBuilder: IEventBusBuilder { diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventHandlerAttribute.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventHandlerAttribute.cs index ce78896d2..ac5ec2c6e 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventHandlerAttribute.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/EventHandlerAttribute.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events; [AttributeUsage(AttributeTargets.Method)] diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/DispatchRelationNetwork.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/DispatchRelationNetwork.cs index df6573cb1..5007b94ef 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/DispatchRelationNetwork.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/DispatchRelationNetwork.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Internal.Dispatch; internal class DispatchRelationNetwork diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/Dispatcher.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/Dispatcher.cs index 269afadc9..3fdedfebe 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/Dispatcher.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/Dispatcher.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Internal.Dispatch; internal class Dispatcher : DispatcherBase diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/DispatcherBase.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/DispatcherBase.cs index 2a18f2517..48b62c3f6 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/DispatcherBase.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/DispatcherBase.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Internal.Dispatch; internal class DispatcherBase diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/SagaDispatcher.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/SagaDispatcher.cs index 5eb3cb359..fe8cb36e5 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/SagaDispatcher.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Dispatch/SagaDispatcher.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Internal.Dispatch; internal class SagaDispatcher : DispatcherBase diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/DispatcherExtensions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/DispatcherExtensions.cs index 0eeedbfab..59058d2a3 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/DispatcherExtensions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/DispatcherExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Internal; internal static class DispatcherExtensions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Expressions/InvokeBuilder.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Expressions/InvokeBuilder.cs index 10e54b352..b60befc5e 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Expressions/InvokeBuilder.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Expressions/InvokeBuilder.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Internal.Expressions; internal delegate Task TaskInvokeDelegate(object target, params object[] parameters); diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Middleware/TransactionMiddleware.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Middleware/TransactionMiddleware.cs index ccbed04be..78d2cd23c 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Middleware/TransactionMiddleware.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Internal/Middleware/TransactionMiddleware.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Internal.Middleware; public class TransactionMiddleware : IMiddleware diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Options/DispatchRelationOptions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Options/DispatchRelationOptions.cs index 43646d732..cab6842d7 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Options/DispatchRelationOptions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Options/DispatchRelationOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Options; public class DispatchRelationOptions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Options/DispatcherOptions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Options/DispatcherOptions.cs index beff7f071..d0067205a 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Options/DispatcherOptions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Options/DispatcherOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Options; public class DispatcherOptions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/ServiceCollectionExtensions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/ServiceCollectionExtensions.cs index d1a189f17..5bfaf2284 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/ServiceCollectionExtensions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/ServiceCollectionExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events; public static class ServiceCollectionExtensions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/ExecutionStrategy.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/ExecutionStrategy.cs index 722e0f84b..911322ad0 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/ExecutionStrategy.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/ExecutionStrategy.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Strategies; public class ExecutionStrategy : IExecutionStrategy diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/IExecutionStrategy.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/IExecutionStrategy.cs index a270bbff0..65234475f 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/IExecutionStrategy.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/IExecutionStrategy.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Strategies; public interface IExecutionStrategy diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/StrategyOptions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/StrategyOptions.cs index 0e814a8f5..e56196996 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/StrategyOptions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/Strategies/StrategyOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Strategies; public class StrategyOptions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/_Imports.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/_Imports.cs index 9ab046657..64df25e6b 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.Events/_Imports.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.Events/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Ddd.Domain.Events; global using Masa.BuildingBlocks.Dispatcher.Events; diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/DispatcherOptionsExtensions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/DispatcherOptionsExtensions.cs index 9b8a2203e..355b9eaae 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/DispatcherOptionsExtensions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/DispatcherOptionsExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr; public static class DispatcherOptionsExtensions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IProcessingServer.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IProcessingServer.cs index 0ac9181fc..4d1fbd448 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IProcessingServer.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IProcessingServer.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr; public interface IProcessingServer { diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IProcessor.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IProcessor.cs index 983cf5fd0..f7ad225bd 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IProcessor.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IProcessor.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr; public interface IProcessor { diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEvent.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEvent.cs index aa4ba9b08..545a9b85d 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEvent.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr; public abstract record IntegrationEvent(Guid Id, DateTime CreationTime) : IIntegrationEvent diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEventBus.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEventBus.cs index 8ea504a88..2779b8d96 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEventBus.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEventBus.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr; public class IntegrationEventBus : IIntegrationEventBus diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEventHostedService.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEventHostedService.cs index 50a885105..2cd448ba6 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEventHostedService.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEventHostedService.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr; public class IntegrationEventHostedService : BackgroundService diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Internal/IntegrationEventLogItem.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Internal/IntegrationEventLogItem.cs index d35eb3a99..c3319d06b 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Internal/IntegrationEventLogItem.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Internal/IntegrationEventLogItem.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Internal; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Internal; /// /// Use the local queue to retry sending failed messages diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Internal/LocalQueueProcessor.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Internal/LocalQueueProcessor.cs index 359010c55..9910002ce 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Internal/LocalQueueProcessor.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Internal/LocalQueueProcessor.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Internal; internal class LocalQueueProcessor diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Options/DispatcherOptions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Options/DispatcherOptions.cs index 06043bcd6..e0dae4a5f 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Options/DispatcherOptions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Options/DispatcherOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Options; public class DispatcherOptions : IDispatcherOptions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/DeleteLocalQueueExpiresProcessor.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/DeleteLocalQueueExpiresProcessor.cs index 1a822fe47..8fb1b91af 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/DeleteLocalQueueExpiresProcessor.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/DeleteLocalQueueExpiresProcessor.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Processor; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Processor; public class DeleteLocalQueueExpiresProcessor : ProcessorBase { diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/DeletePublishedExpireEventProcessor.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/DeletePublishedExpireEventProcessor.cs index c8d3e8ac8..97b7a1246 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/DeletePublishedExpireEventProcessor.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/DeletePublishedExpireEventProcessor.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Processor; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Processor; public class DeletePublishedExpireEventProcessor : ProcessorBase { diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/InfiniteLoopProcessor.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/InfiniteLoopProcessor.cs index be2bd0884..a66330de0 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/InfiniteLoopProcessor.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/InfiniteLoopProcessor.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Processor; public class InfiniteLoopProcessor : ProcessorBase diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/ProcessorBase.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/ProcessorBase.cs index a329398a9..f89004566 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/ProcessorBase.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/ProcessorBase.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Processor; public abstract class ProcessorBase : IProcessor diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/RetryByDataProcessor.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/RetryByDataProcessor.cs index 09065a0d3..012e8e882 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/RetryByDataProcessor.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/RetryByDataProcessor.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Processor; public class RetryByDataProcessor : ProcessorBase diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/RetryByLocalQueueProcessor.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/RetryByLocalQueueProcessor.cs index 9c0a21baf..1d40b102b 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/RetryByLocalQueueProcessor.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Processor/RetryByLocalQueueProcessor.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Processor; public class RetryByLocalQueueProcessor : ProcessorBase diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Servers/DefaultHostedService.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Servers/DefaultHostedService.cs index 8071d489e..cb7300a37 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Servers/DefaultHostedService.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/Servers/DefaultHostedService.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Servers; public class DefaultHostedService : IProcessingServer diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/ServiceCollectionExtensions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/ServiceCollectionExtensions.cs index 131da625f..f0ea827b5 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/ServiceCollectionExtensions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/ServiceCollectionExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr; public static class ServiceCollectionExtensions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/_Imports.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/_Imports.cs index 2f34b8427..5d7e3f684 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/_Imports.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Dapr.Client; global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Dispatcher.Events; diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/DispatcherOptionsExtensions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/DispatcherOptionsExtensions.cs index 882893904..02d3fee61 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/DispatcherOptionsExtensions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/DispatcherOptionsExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF; public static class DispatcherOptionsExtensions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogContext.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogContext.cs index 2703650bf..b9321e39d 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogContext.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogContext.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF; public class IntegrationEventLogContext diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogModelCreatingProvider.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogModelCreatingProvider.cs index df39b1943..bac3c15db 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogModelCreatingProvider.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogModelCreatingProvider.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF; public class IntegrationEventLogModelCreatingProvider : IModelCreatingProvider diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogService.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogService.cs index 76f111fc5..ed400cea0 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogService.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogService.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF; public class IntegrationEventLogService : IIntegrationEventLogService diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/Internal/DbContextExtensions.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/Internal/DbContextExtensions.cs index 23e39a957..5adad3b81 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/Internal/DbContextExtensions.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/Internal/DbContextExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Internal; internal static class DbContextExtensions diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/Internal/Options/Tables.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/Internal/Options/Tables.cs index c38e12b89..cb00128b4 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/Internal/Options/Tables.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/Internal/Options/Tables.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Internal.Options; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Internal.Options; internal class Tables { diff --git a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/_Imports.cs b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/_Imports.cs index b930aadc2..b1cf34ded 100644 --- a/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/_Imports.cs +++ b/src/Dispatcher/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Dispatcher.Events; global using Masa.BuildingBlocks.Dispatcher.IntegrationEvents; global using Masa.BuildingBlocks.Dispatcher.IntegrationEvents.Logs; diff --git a/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/EnvironmentContext.cs b/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/EnvironmentContext.cs index 24265b8a2..56c624c3e 100644 --- a/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/EnvironmentContext.cs +++ b/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/EnvironmentContext.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.MultiEnvironment; public class EnvironmentContext : IEnvironmentContext, IEnvironmentSetter diff --git a/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/IsolationBuilderExtensions.cs b/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/IsolationBuilderExtensions.cs index 461eb8ce1..ab0824a76 100644 --- a/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/IsolationBuilderExtensions.cs +++ b/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/IsolationBuilderExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.MultiEnvironment; public static class IsolationBuilderExtensions diff --git a/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/Middleware/MultiEnvironmentMiddleware.cs b/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/Middleware/MultiEnvironmentMiddleware.cs index 79c685bf2..fdf2e6d71 100644 --- a/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/Middleware/MultiEnvironmentMiddleware.cs +++ b/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/Middleware/MultiEnvironmentMiddleware.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.MultiEnvironment.Middleware; public class MultiEnvironmentMiddleware : IIsolationMiddleware diff --git a/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/_Imports.cs b/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/_Imports.cs index 8f2a0ac59..14ba4f4f5 100644 --- a/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/_Imports.cs +++ b/src/Isolation/Masa.Contrib.Isolation.MultiEnvironment/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Isolation; global using Masa.BuildingBlocks.Isolation.Environment; global using Masa.BuildingBlocks.Isolation.Middleware; diff --git a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/ConvertProvider.cs b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/ConvertProvider.cs index 6616a8b36..38f781c2d 100644 --- a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/ConvertProvider.cs +++ b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/ConvertProvider.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.MultiTenant; public class ConvertProvider : IConvertProvider diff --git a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/IsolationBuilderExtensions.cs b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/IsolationBuilderExtensions.cs index 01c269090..b3fea58c5 100644 --- a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/IsolationBuilderExtensions.cs +++ b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/IsolationBuilderExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.MultiTenant; public static class IsolationBuilderExtensions diff --git a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/Middleware/MultiTenantMiddleware.cs b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/Middleware/MultiTenantMiddleware.cs index 05b45df27..e6840ecfa 100644 --- a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/Middleware/MultiTenantMiddleware.cs +++ b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/Middleware/MultiTenantMiddleware.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.MultiTenant.Middleware; public class MultiTenantMiddleware : IIsolationMiddleware diff --git a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/MultiTenantOptions.cs b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/MultiTenantOptions.cs index f970b897a..6978310ff 100644 --- a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/MultiTenantOptions.cs +++ b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/MultiTenantOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.MultiTenant; public class MultiTenantOptions diff --git a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/TenantContext.cs b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/TenantContext.cs index 0926ce9a5..4a203ac3d 100644 --- a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/TenantContext.cs +++ b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/TenantContext.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.MultiTenant; public class TenantContext : ITenantContext, ITenantSetter diff --git a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/_Imports.cs b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/_Imports.cs index 81c6eaf9e..aa1a01a8f 100644 --- a/src/Isolation/Masa.Contrib.Isolation.MultiTenant/_Imports.cs +++ b/src/Isolation/Masa.Contrib.Isolation.MultiTenant/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Isolation; global using Masa.BuildingBlocks.Isolation.Middleware; global using Masa.BuildingBlocks.Isolation.MultiTenant; diff --git a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/DefaultConnectionStringProvider.cs b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/DefaultConnectionStringProvider.cs index d365f2a26..22d40734f 100644 --- a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/DefaultConnectionStringProvider.cs +++ b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/DefaultConnectionStringProvider.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF; public class DefaultConnectionStringProvider : IConnectionStringProvider diff --git a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/DispatcherOptionsExtensions.cs b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/DispatcherOptionsExtensions.cs index 8e829bc3a..7e3868087 100644 --- a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/DispatcherOptionsExtensions.cs +++ b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/DispatcherOptionsExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF; public static class DispatcherOptionsExtensions diff --git a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/Internal/TypeExtensions.cs b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/Internal/TypeExtensions.cs index 18df12aed..6a2bbec3b 100644 --- a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/Internal/TypeExtensions.cs +++ b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/Internal/TypeExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF.Internal; internal static class TypeExtensions diff --git a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/IsolationDbContext.cs b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/IsolationDbContext.cs index cc45c12da..dadf28946 100644 --- a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/IsolationDbContext.cs +++ b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/IsolationDbContext.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF; public abstract class IsolationDbContext : IsolationDbContext diff --git a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/IsolationSaveChangesFilter.cs b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/IsolationSaveChangesFilter.cs index 3209dbede..a8f579775 100644 --- a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/IsolationSaveChangesFilter.cs +++ b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/IsolationSaveChangesFilter.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF; public class IsolationSaveChangesFilter : ISaveChangesFilter where TKey : IComparable diff --git a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/_Imports.cs b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/_Imports.cs index beb8b2ab8..8236526f1 100644 --- a/src/Isolation/Masa.Contrib.Isolation.UoW.EF/_Imports.cs +++ b/src/Isolation/Masa.Contrib.Isolation.UoW.EF/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Dispatcher.Events; global using Masa.BuildingBlocks.Isolation; global using Masa.BuildingBlocks.Isolation.Environment; diff --git a/src/Isolation/Masa.Contrib.Isolation/DefaultIsolationConnectionStringProvider.cs b/src/Isolation/Masa.Contrib.Isolation/DefaultIsolationConnectionStringProvider.cs index f0e945458..35e106cb2 100644 --- a/src/Isolation/Masa.Contrib.Isolation/DefaultIsolationConnectionStringProvider.cs +++ b/src/Isolation/Masa.Contrib.Isolation/DefaultIsolationConnectionStringProvider.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation; public class DefaultDbIsolationConnectionStringProvider : IIsolationDbConnectionStringProvider diff --git a/src/Isolation/Masa.Contrib.Isolation/DispatcherOptionsExtensions.cs b/src/Isolation/Masa.Contrib.Isolation/DispatcherOptionsExtensions.cs index f34ffe646..461430e88 100644 --- a/src/Isolation/Masa.Contrib.Isolation/DispatcherOptionsExtensions.cs +++ b/src/Isolation/Masa.Contrib.Isolation/DispatcherOptionsExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation; public static class DispatcherOptionsExtensions diff --git a/src/Isolation/Masa.Contrib.Isolation/Internal/Const.cs b/src/Isolation/Masa.Contrib.Isolation/Internal/Const.cs index aa7785acb..2c62b3694 100644 --- a/src/Isolation/Masa.Contrib.Isolation/Internal/Const.cs +++ b/src/Isolation/Masa.Contrib.Isolation/Internal/Const.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.Internal; internal class Const diff --git a/src/Isolation/Masa.Contrib.Isolation/IsolationBuilder.cs b/src/Isolation/Masa.Contrib.Isolation/IsolationBuilder.cs index 28b5d2694..867e239ac 100644 --- a/src/Isolation/Masa.Contrib.Isolation/IsolationBuilder.cs +++ b/src/Isolation/Masa.Contrib.Isolation/IsolationBuilder.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation; public class IsolationBuilder : IIsolationBuilder diff --git a/src/Isolation/Masa.Contrib.Isolation/IsolationBuilderExtensions.cs b/src/Isolation/Masa.Contrib.Isolation/IsolationBuilderExtensions.cs index 5cf4da15a..afdd39a9e 100644 --- a/src/Isolation/Masa.Contrib.Isolation/IsolationBuilderExtensions.cs +++ b/src/Isolation/Masa.Contrib.Isolation/IsolationBuilderExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation; public static class IsolationBuilderExtensions diff --git a/src/Isolation/Masa.Contrib.Isolation/IsolationDbContextProvider.cs b/src/Isolation/Masa.Contrib.Isolation/IsolationDbContextProvider.cs index ff7aaaa4d..4cc2de95e 100644 --- a/src/Isolation/Masa.Contrib.Isolation/IsolationDbContextProvider.cs +++ b/src/Isolation/Masa.Contrib.Isolation/IsolationDbContextProvider.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation; public class IsolationDbContextProvider : BaseDbConnectionStringProvider diff --git a/src/Isolation/Masa.Contrib.Isolation/Middleware/IsolationMiddleware.cs b/src/Isolation/Masa.Contrib.Isolation/Middleware/IsolationMiddleware.cs index 8b4305883..16bf233d0 100644 --- a/src/Isolation/Masa.Contrib.Isolation/Middleware/IsolationMiddleware.cs +++ b/src/Isolation/Masa.Contrib.Isolation/Middleware/IsolationMiddleware.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.Middleware; public class IsolationMiddleware : IMiddleware where TEvent : IEvent diff --git a/src/Isolation/Masa.Contrib.Isolation/_Imports.cs b/src/Isolation/Masa.Contrib.Isolation/_Imports.cs index 889683b54..7040fc4c0 100644 --- a/src/Isolation/Masa.Contrib.Isolation/_Imports.cs +++ b/src/Isolation/Masa.Contrib.Isolation/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Configuration; global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Data.UoW.Options; diff --git a/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Commands/Command.cs b/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Commands/Command.cs index 320a8fe9d..77f21abb0 100644 --- a/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Commands/Command.cs +++ b/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Commands/Command.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.ReadWriteSpliting.Cqrs.Commands; public record Command(Guid Id, DateTime CreationTime) : ICommand diff --git a/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Commands/CommandHandler.cs b/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Commands/CommandHandler.cs index 6360d7e17..46acfac6d 100644 --- a/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Commands/CommandHandler.cs +++ b/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Commands/CommandHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.ReadWriteSpliting.Cqrs.Commands; public abstract class CommandHandler : ICommandHandler, ISagaEventHandler diff --git a/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Queries/Query.cs b/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Queries/Query.cs index cf8a3a24d..d5686f1be 100644 --- a/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Queries/Query.cs +++ b/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Queries/Query.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.ReadWriteSpliting.Cqrs.Queries; public abstract record Query(Guid Id, DateTime CreationTime) : IQuery diff --git a/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Queries/QueryHandler.cs b/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Queries/QueryHandler.cs index fa577d51f..df6cd1861 100644 --- a/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Queries/QueryHandler.cs +++ b/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/Queries/QueryHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.ReadWriteSpliting.Cqrs.Queries; public abstract class QueryHandler : IQueryHandler diff --git a/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/_Imports.cs b/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/_Imports.cs index f06ffc6c4..5edd849ad 100644 --- a/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/_Imports.cs +++ b/src/ReadWriteSpliting/Cqrs/Masa.Contrib.ReadWriteSpliting.Cqrs/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Dispatcher.Events; global using Masa.BuildingBlocks.ReadWriteSpliting.Cqrs.Commands; diff --git a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/AutoCompleteClient.cs b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/AutoCompleteClient.cs index 36cef8fa0..4318bf0be 100644 --- a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/AutoCompleteClient.cs +++ b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/AutoCompleteClient.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.SearchEngine.AutoComplete; public class AutoCompleteClient : BaseAutoCompleteClient diff --git a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/AutoCompleteFactory.cs b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/AutoCompleteFactory.cs index 34982715e..918d9f9ea 100644 --- a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/AutoCompleteFactory.cs +++ b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/AutoCompleteFactory.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.SearchEngine.AutoComplete; public class AutoCompleteFactory : IAutoCompleteFactory diff --git a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/Options/AutoCompleteOptions.cs b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/Options/AutoCompleteOptions.cs index 8d44c2ed7..a39b42920 100644 --- a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/Options/AutoCompleteOptions.cs +++ b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/Options/AutoCompleteOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.SearchEngine.AutoComplete.Options; public class AutoCompleteOptions diff --git a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/Options/AutoCompleteRelationsOptions.cs b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/Options/AutoCompleteRelationsOptions.cs index 80d099bbd..135c2b049 100644 --- a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/Options/AutoCompleteRelationsOptions.cs +++ b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/Options/AutoCompleteRelationsOptions.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.SearchEngine.AutoComplete.Options; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.SearchEngine.AutoComplete.Options; public class AutoCompleteRelationsOptions { diff --git a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/ServiceCollectionExtensions.cs b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/ServiceCollectionExtensions.cs index 408004333..a23d4f2f7 100644 --- a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/ServiceCollectionExtensions.cs +++ b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/ServiceCollectionExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.SearchEngine.AutoComplete; public static class ServiceCollectionExtensions diff --git a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/_Imports.cs b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/_Imports.cs index 71d54453a..92c66566e 100644 --- a/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/_Imports.cs +++ b/src/SearchEngine/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.SearchEngine.AutoComplete; global using Masa.BuildingBlocks.SearchEngine.AutoComplete.Options; global using Masa.BuildingBlocks.SearchEngine.AutoComplete.Response; diff --git a/src/Service/Masa.Contrib.Service.MinimalAPIs/ServiceBase.cs b/src/Service/Masa.Contrib.Service.MinimalAPIs/ServiceBase.cs index dab3dda27..c60b80030 100644 --- a/src/Service/Masa.Contrib.Service.MinimalAPIs/ServiceBase.cs +++ b/src/Service/Masa.Contrib.Service.MinimalAPIs/ServiceBase.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Service.MinimalAPIs; public abstract class ServiceBase : IService diff --git a/src/Service/Masa.Contrib.Service.MinimalAPIs/ServiceCollectionExtensions.cs b/src/Service/Masa.Contrib.Service.MinimalAPIs/ServiceCollectionExtensions.cs index 38d5d9571..75e02c00b 100644 --- a/src/Service/Masa.Contrib.Service.MinimalAPIs/ServiceCollectionExtensions.cs +++ b/src/Service/Masa.Contrib.Service.MinimalAPIs/ServiceCollectionExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Service.MinimalAPIs; public static class ServiceCollectionExtensions diff --git a/src/Service/Masa.Contrib.Service.MinimalAPIs/_Imports.cs b/src/Service/Masa.Contrib.Service.MinimalAPIs/_Imports.cs index 93bb8ef77..a0363fb14 100644 --- a/src/Service/Masa.Contrib.Service.MinimalAPIs/_Imports.cs +++ b/src/Service/Masa.Contrib.Service.MinimalAPIs/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Service.MinimalAPIs; global using Microsoft.AspNetCore.Builder; global using Microsoft.AspNetCore.Routing; diff --git a/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Client.cs b/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Client.cs index eb70974cc..618c20af2 100644 --- a/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Client.cs +++ b/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Client.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Storage.ObjectStorage.Aliyun; public class Client : IClient diff --git a/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Internal/Const.cs b/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Internal/Const.cs index be4c2df8e..1fbe2a40a 100644 --- a/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Internal/Const.cs +++ b/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Internal/Const.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Storage.ObjectStorage.Aliyun.Internal; internal class Const diff --git a/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Options/AliyunStorageOptions.cs b/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Options/AliyunStorageOptions.cs index b278131a0..0f6a364ec 100644 --- a/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Options/AliyunStorageOptions.cs +++ b/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/Options/AliyunStorageOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Storage.ObjectStorage.Aliyun.Options; public class AliyunStorageOptions diff --git a/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/ServiceCollectionExtensions.cs b/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/ServiceCollectionExtensions.cs index 28baf0487..46a04715e 100644 --- a/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/ServiceCollectionExtensions.cs +++ b/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/ServiceCollectionExtensions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Storage.ObjectStorage.Aliyun; public static class ServiceCollectionExtensions diff --git a/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/_Imports.cs b/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/_Imports.cs index ed7edd274..9372bb316 100644 --- a/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/_Imports.cs +++ b/src/Storage/Masa.Contrib.Storage.ObjectStorage.Aliyun/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Aliyun.Acs.Core; global using Aliyun.Acs.Core.Auth.Sts; global using Aliyun.Acs.Core.Profile; diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/CustomMemoryCacheClientFactory.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/CustomMemoryCacheClientFactory.cs index 79f201f6a..c6611fdd2 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/CustomMemoryCacheClientFactory.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/CustomMemoryCacheClientFactory.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.BasicAbility.Dcc.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.BasicAbility.Dcc.Tests; public class CustomMemoryCacheClientFactory : IMemoryCacheClientFactory { diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccClientTest.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccClientTest.cs index b106cdef6..b388d949a 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccClientTest.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccClientTest.cs @@ -1,5 +1,8 @@ using System.Dynamic; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Tests; [TestClass] diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccManageTest.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccManageTest.cs index 1cbdc95b8..51c30702d 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccManageTest.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccManageTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Tests; [TestClass] diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccTest.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccTest.cs index fcbe9da8d..0b58e2e37 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccTest.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/DccTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Tests; [TestClass] diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Common/SerializeCommon.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Common/SerializeCommon.cs index d4eeec1ae..863dfeb39 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Common/SerializeCommon.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Common/SerializeCommon.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Tests.Internal.Common; internal static class SerializeCommon diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Config/Property.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Config/Property.cs index 9a3b9b6dc..d504d27ea 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Config/Property.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Config/Property.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Tests.Internal.Config; internal class Property diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Config/PublishRelease.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Config/PublishRelease.cs index 8126579d8..7b5c92c7c 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Config/PublishRelease.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Config/PublishRelease.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Tests.Internal.Config; internal class PublishRelease diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/CustomConfigurationApiClient.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/CustomConfigurationApiClient.cs index 1c8952dd7..8ef20edc8 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/CustomConfigurationApiClient.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/CustomConfigurationApiClient.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.BasicAbility.Dcc.Tests.Internal; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.BasicAbility.Dcc.Tests.Internal; internal class CustomConfigurationApiClient : ConfigurationApiClient { diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/CustomTrigger.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/CustomTrigger.cs index 32162b75d..88cd3ed9b 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/CustomTrigger.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/CustomTrigger.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Tests.Internal; public class CustomTrigger diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Enum/ConfigFormats.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Enum/ConfigFormats.cs index 0bb0207c7..f00f24879 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Enum/ConfigFormats.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Enum/ConfigFormats.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Tests.Internal.Enum; internal enum ConfigFormats diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Model/Brands.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Model/Brands.cs index c9d7e06bd..09e0b9ba1 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Model/Brands.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/Internal/Model/Brands.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Dcc.Tests.Internal.Model; internal class Brands diff --git a/test/Masa.Contrib.BasicAbility.Dcc.Tests/_Imports.cs b/test/Masa.Contrib.BasicAbility.Dcc.Tests/_Imports.cs index f5eb01ecb..e819b70b2 100644 --- a/test/Masa.Contrib.BasicAbility.Dcc.Tests/_Imports.cs +++ b/test/Masa.Contrib.BasicAbility.Dcc.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Configuration; global using Masa.Contrib.BasicAbility.Dcc.Internal; global using Masa.Contrib.BasicAbility.Dcc.Options; diff --git a/test/Masa.Contrib.BasicAbility.Pm.Tests/AppServiceTest.cs b/test/Masa.Contrib.BasicAbility.Pm.Tests/AppServiceTest.cs index 5df74dbc1..0ce483730 100644 --- a/test/Masa.Contrib.BasicAbility.Pm.Tests/AppServiceTest.cs +++ b/test/Masa.Contrib.BasicAbility.Pm.Tests/AppServiceTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm.Tests; [TestClass] diff --git a/test/Masa.Contrib.BasicAbility.Pm.Tests/ClusterServiceTest.cs b/test/Masa.Contrib.BasicAbility.Pm.Tests/ClusterServiceTest.cs index 76803e79f..8b5b76fe4 100644 --- a/test/Masa.Contrib.BasicAbility.Pm.Tests/ClusterServiceTest.cs +++ b/test/Masa.Contrib.BasicAbility.Pm.Tests/ClusterServiceTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm.Tests; [TestClass] diff --git a/test/Masa.Contrib.BasicAbility.Pm.Tests/EnvironmentServiceTest.cs b/test/Masa.Contrib.BasicAbility.Pm.Tests/EnvironmentServiceTest.cs index 396ffb6e2..59258094a 100644 --- a/test/Masa.Contrib.BasicAbility.Pm.Tests/EnvironmentServiceTest.cs +++ b/test/Masa.Contrib.BasicAbility.Pm.Tests/EnvironmentServiceTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm.Tests; [TestClass] diff --git a/test/Masa.Contrib.BasicAbility.Pm.Tests/PmClientTest.cs b/test/Masa.Contrib.BasicAbility.Pm.Tests/PmClientTest.cs index fb6ba69f5..b0ec02544 100644 --- a/test/Masa.Contrib.BasicAbility.Pm.Tests/PmClientTest.cs +++ b/test/Masa.Contrib.BasicAbility.Pm.Tests/PmClientTest.cs @@ -1,5 +1,8 @@ using Masa.BuildingBlocks.BasicAbility.Pm; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm.Tests; [TestClass] diff --git a/test/Masa.Contrib.BasicAbility.Pm.Tests/ProjectServiceTest.cs b/test/Masa.Contrib.BasicAbility.Pm.Tests/ProjectServiceTest.cs index c5e185de9..fbcf0623c 100644 --- a/test/Masa.Contrib.BasicAbility.Pm.Tests/ProjectServiceTest.cs +++ b/test/Masa.Contrib.BasicAbility.Pm.Tests/ProjectServiceTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.BasicAbility.Pm.Tests; [TestClass] diff --git a/test/Masa.Contrib.BasicAbility.Pm.Tests/_Imports.cs b/test/Masa.Contrib.BasicAbility.Pm.Tests/_Imports.cs index 25c369fc7..6250eedd8 100644 --- a/test/Masa.Contrib.BasicAbility.Pm.Tests/_Imports.cs +++ b/test/Masa.Contrib.BasicAbility.Pm.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.BasicAbility.Pm; global using Masa.BuildingBlocks.BasicAbility.Pm.Model; global using Masa.Utils.Caller.Core; diff --git a/test/Masa.Contrib.Configuration.AutoMap.NoArgumentConstructor.Tests/EsOptions.cs b/test/Masa.Contrib.Configuration.AutoMap.NoArgumentConstructor.Tests/EsOptions.cs index e86816e4d..3d06cf9d2 100644 --- a/test/Masa.Contrib.Configuration.AutoMap.NoArgumentConstructor.Tests/EsOptions.cs +++ b/test/Masa.Contrib.Configuration.AutoMap.NoArgumentConstructor.Tests/EsOptions.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Configuration.ErrorSectionAutoMap.NoArgumentConstructor.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Configuration.ErrorSectionAutoMap.NoArgumentConstructor.Tests; public class EsOptions : LocalMasaConfigurationOptions { diff --git a/test/Masa.Contrib.Configuration.ErrorSectionAutoMap.Tests/KafkaOptions.cs b/test/Masa.Contrib.Configuration.ErrorSectionAutoMap.Tests/KafkaOptions.cs index b61aeb585..2434ce0cf 100644 --- a/test/Masa.Contrib.Configuration.ErrorSectionAutoMap.Tests/KafkaOptions.cs +++ b/test/Masa.Contrib.Configuration.ErrorSectionAutoMap.Tests/KafkaOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration.ErrorSectionAutoMap.Tests; public class KafkaOptions : LocalMasaConfigurationOptions diff --git a/test/Masa.Contrib.Configuration.MountErrorSectionAutoMap.Tests/MountSectionRedisOptions.cs b/test/Masa.Contrib.Configuration.MountErrorSectionAutoMap.Tests/MountSectionRedisOptions.cs index fc4d66faf..803bc1bed 100644 --- a/test/Masa.Contrib.Configuration.MountErrorSectionAutoMap.Tests/MountSectionRedisOptions.cs +++ b/test/Masa.Contrib.Configuration.MountErrorSectionAutoMap.Tests/MountSectionRedisOptions.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Configuration.MountErrorSectionAutoMap.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Configuration.MountErrorSectionAutoMap.Tests; public class MountSectionRedisOptions : ConfigurationApiMasaConfigurationOptions { diff --git a/test/Masa.Contrib.Configuration.MountErrorSectionAutoMap.Tests/_Imports.cs b/test/Masa.Contrib.Configuration.MountErrorSectionAutoMap.Tests/_Imports.cs index 55b27941e..4583e4804 100644 --- a/test/Masa.Contrib.Configuration.MountErrorSectionAutoMap.Tests/_Imports.cs +++ b/test/Masa.Contrib.Configuration.MountErrorSectionAutoMap.Tests/_Imports.cs @@ -1 +1,4 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.Contrib.BasicAbility.Dcc.Options; diff --git a/test/Masa.Contrib.Configuration.Tests/Config/RabbitMqOptions.cs b/test/Masa.Contrib.Configuration.Tests/Config/RabbitMqOptions.cs index 241060afd..f7f9b2efb 100644 --- a/test/Masa.Contrib.Configuration.Tests/Config/RabbitMqOptions.cs +++ b/test/Masa.Contrib.Configuration.Tests/Config/RabbitMqOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration.Tests.Config; public class RabbitMqOptions : LocalMasaConfigurationOptions diff --git a/test/Masa.Contrib.Configuration.Tests/Config/RedisOptions.cs b/test/Masa.Contrib.Configuration.Tests/Config/RedisOptions.cs index db4fc07cb..108cdaa5a 100644 --- a/test/Masa.Contrib.Configuration.Tests/Config/RedisOptions.cs +++ b/test/Masa.Contrib.Configuration.Tests/Config/RedisOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration.Tests.Config; public class RedisOptions diff --git a/test/Masa.Contrib.Configuration.Tests/Config/SystemOptions.cs b/test/Masa.Contrib.Configuration.Tests/Config/SystemOptions.cs index 1e64544b0..ca361eb15 100644 --- a/test/Masa.Contrib.Configuration.Tests/Config/SystemOptions.cs +++ b/test/Masa.Contrib.Configuration.Tests/Config/SystemOptions.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration.Tests.Config; public class SystemOptions : LocalMasaConfigurationOptions diff --git a/test/Masa.Contrib.Configuration.Tests/ConfigurationTest.cs b/test/Masa.Contrib.Configuration.Tests/ConfigurationTest.cs index e28f1a661..ac1114dbc 100644 --- a/test/Masa.Contrib.Configuration.Tests/ConfigurationTest.cs +++ b/test/Masa.Contrib.Configuration.Tests/ConfigurationTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Configuration.Tests; [TestClass] diff --git a/test/Masa.Contrib.Configuration.Tests/_Imports.cs b/test/Masa.Contrib.Configuration.Tests/_Imports.cs index 5edc80e48..350e1e75e 100644 --- a/test/Masa.Contrib.Configuration.Tests/_Imports.cs +++ b/test/Masa.Contrib.Configuration.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Configuration; global using Masa.Contrib.Configuration.ErrorSectionAutoMap.NoArgumentConstructor.Tests; global using Masa.Contrib.Configuration.ErrorSectionAutoMap.Tests; diff --git a/test/Masa.Contrib.Data.Contracts.EF.Tests/_Imports.cs b/test/Masa.Contrib.Data.Contracts.EF.Tests/_Imports.cs index e69de29bb..2b37cc14c 100644 --- a/test/Masa.Contrib.Data.Contracts.EF.Tests/_Imports.cs +++ b/test/Masa.Contrib.Data.Contracts.EF.Tests/_Imports.cs @@ -0,0 +1,2 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. diff --git a/test/Masa.Contrib.Data.UoW.EF.Tests/CustomDbContext.cs b/test/Masa.Contrib.Data.UoW.EF.Tests/CustomDbContext.cs index db209d90e..380088173 100644 --- a/test/Masa.Contrib.Data.UoW.EF.Tests/CustomDbContext.cs +++ b/test/Masa.Contrib.Data.UoW.EF.Tests/CustomDbContext.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Data.UoW.EF.Tests; public class CustomDbContext : MasaDbContext diff --git a/test/Masa.Contrib.Data.UoW.EF.Tests/TestBase.cs b/test/Masa.Contrib.Data.UoW.EF.Tests/TestBase.cs index c390ef322..dc0872534 100644 --- a/test/Masa.Contrib.Data.UoW.EF.Tests/TestBase.cs +++ b/test/Masa.Contrib.Data.UoW.EF.Tests/TestBase.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Data.UoW.EF.Tests; public class TestBase : IDisposable diff --git a/test/Masa.Contrib.Data.UoW.EF.Tests/TestUnitOfWork.cs b/test/Masa.Contrib.Data.UoW.EF.Tests/TestUnitOfWork.cs index 18e52e77a..6db3079ac 100644 --- a/test/Masa.Contrib.Data.UoW.EF.Tests/TestUnitOfWork.cs +++ b/test/Masa.Contrib.Data.UoW.EF.Tests/TestUnitOfWork.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Data.UoW.EF.Tests; [TestClass] diff --git a/test/Masa.Contrib.Data.UoW.EF.Tests/_Imports.cs b/test/Masa.Contrib.Data.UoW.EF.Tests/_Imports.cs index a38695074..980fd9e19 100644 --- a/test/Masa.Contrib.Data.UoW.EF.Tests/_Imports.cs +++ b/test/Masa.Contrib.Data.UoW.EF.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Configuration; global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Dispatcher.Events; diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/Entities/User.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/Entities/User.cs index 4e81d4234..124317760 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/Entities/User.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/Entities/User.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests.Entities; public class User : AggregateRoot diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/Repositories/IUserRepository.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/Repositories/IUserRepository.cs index 63c875be3..e348592c2 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/Repositories/IUserRepository.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/Repositories/IUserRepository.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests.Repositories; public interface IUserRepository : IRepository diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/_Imports.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/_Imports.cs index cf1673bd9..87965649d 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/_Imports.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Ddd.Domain.Entities; global using Masa.BuildingBlocks.Ddd.Domain.Repositories; global using Masa.Contrib.Ddd.Domain.Repository.EF.CustomRepository.Tests.Entities; diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/BaseRepositoryTest.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/BaseRepositoryTest.cs index 61f84530d..358baf7f7 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/BaseRepositoryTest.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/BaseRepositoryTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Tests; [TestClass] diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/Address.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/Address.cs index 9670c9ad1..174a0114d 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/Address.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/Address.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Tests.Domain.Entities; public class Address : ValueObject diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/OrderItem.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/OrderItem.cs index f1d87fa69..0ce6f25bd 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/OrderItem.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/OrderItem.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Tests.Domain.Entities; public class OrderItem : Entity diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/Orders.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/Orders.cs index a9733686d..07d036365 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/Orders.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Entities/Orders.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Tests.Domain.Entities; public class Orders : AuditAggregateRoot diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Repositories/IOrderRepository.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Repositories/IOrderRepository.cs index b20d860df..78f739535 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Repositories/IOrderRepository.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Domain/Repositories/IOrderRepository.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Tests.Domain.Repositories; public interface IOrderRepository : IRepository diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Infrastructure/CustomDbContext.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Infrastructure/CustomDbContext.cs index ffeec8704..607af5cc7 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Infrastructure/CustomDbContext.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Infrastructure/CustomDbContext.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Tests.Infrastructure; public class CustomDbContext : MasaDbContext diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Infrastructure/Repositories/OrderRepository.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Infrastructure/Repositories/OrderRepository.cs index 3cacab24f..9d74cc4eb 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Infrastructure/Repositories/OrderRepository.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/Infrastructure/Repositories/OrderRepository.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Tests.Infrastructure.Repositories; public class OrderRepository : Repository, IOrderRepository diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/RepositoryTest.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/RepositoryTest.cs index d13a0f010..855a1b3ab 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/RepositoryTest.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/RepositoryTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Tests; [TestClass] diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/TestBase.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/TestBase.cs index 5df1d8488..93c20f4c9 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/TestBase.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/TestBase.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Repository.EF.Tests; public class TestBase : IDisposable diff --git a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/_Imports.cs b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/_Imports.cs index d1e506f12..e21570961 100644 --- a/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/_Imports.cs +++ b/test/Masa.Contrib.Ddd.Domain.Repository.EF.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Ddd.Domain.Entities; global using Masa.BuildingBlocks.Ddd.Domain.Entities.Auditing; diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/DomainEventBusTest.cs b/test/Masa.Contrib.Ddd.Domain.Tests/DomainEventBusTest.cs index 0f268853d..2d010722d 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/DomainEventBusTest.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/DomainEventBusTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Tests; [TestClass] diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/DomainIntegrationEventBusTest.cs b/test/Masa.Contrib.Ddd.Domain.Tests/DomainIntegrationEventBusTest.cs index 8774ad705..ca330c3c5 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/DomainIntegrationEventBusTest.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/DomainIntegrationEventBusTest.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Ddd.Domain.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Ddd.Domain.Tests; [TestClass] public class DomainIntegrationEventBus diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/Events/CreateProductDomainCommand.cs b/test/Masa.Contrib.Ddd.Domain.Tests/Events/CreateProductDomainCommand.cs index 375e79629..0675abdcf 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/Events/CreateProductDomainCommand.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/Events/CreateProductDomainCommand.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Tests.Events; public record CreateProductDomainCommand : DomainCommand diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/Events/ForgetPasswordEvent.cs b/test/Masa.Contrib.Ddd.Domain.Tests/Events/ForgetPasswordEvent.cs index 4eff2a5e5..c49f96397 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/Events/ForgetPasswordEvent.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/Events/ForgetPasswordEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Tests.Events; public class ForgetPasswordEvent : IEvent diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentFailedIntegrationDomainEvent.cs b/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentFailedIntegrationDomainEvent.cs index f362c3ad0..964a5bd54 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentFailedIntegrationDomainEvent.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentFailedIntegrationDomainEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Tests.Events; public record PaymentFailedIntegrationDomainEvent : IntegrationDomainEvent diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentSucceededDomainEvent.cs b/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentSucceededDomainEvent.cs index 556cacee9..98ebc2056 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentSucceededDomainEvent.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentSucceededDomainEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Tests.Events; public record PaymentSucceededDomainEvent(string OrderId) : DomainEvent diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentSucceededIntegraionDomainEvent.cs b/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentSucceededIntegraionDomainEvent.cs index 9b99a6463..71d5c3283 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentSucceededIntegraionDomainEvent.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/Events/PaymentSucceededIntegraionDomainEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Ddd.Domain.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Ddd.Domain.Tests.Events; public record PaymentSucceededIntegraionDomainEvent(string OrderId, decimal Money, DateTime PayTime) : IntegrationDomainEvent { diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/Events/ProductItemDomainQuery.cs b/test/Masa.Contrib.Ddd.Domain.Tests/Events/ProductItemDomainQuery.cs index 19f10ab93..a49d7eaf2 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/Events/ProductItemDomainQuery.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/Events/ProductItemDomainQuery.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Tests.Events; public record ProductItemDomainQuery : DomainQuery diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/Events/RegisterUserSucceededDomainIntegrationEvent.cs b/test/Masa.Contrib.Ddd.Domain.Tests/Events/RegisterUserSucceededDomainIntegrationEvent.cs index 2824d60cf..59375f5c2 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/Events/RegisterUserSucceededDomainIntegrationEvent.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/Events/RegisterUserSucceededDomainIntegrationEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Tests.Events; public record RegisterUserSucceededDomainIntegrationEvent : IntegrationDomainEvent diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/Handlers/PaymentSucceededDomainEventHandller.cs b/test/Masa.Contrib.Ddd.Domain.Tests/Handlers/PaymentSucceededDomainEventHandller.cs index 1cd12d119..51b60a596 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/Handlers/PaymentSucceededDomainEventHandller.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/Handlers/PaymentSucceededDomainEventHandller.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Ddd.Domain.Tests.Handlers; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Ddd.Domain.Tests.Handlers; public class PaymentSucceededDomainEventHandller { diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/Services/UserDomainService.cs b/test/Masa.Contrib.Ddd.Domain.Tests/Services/UserDomainService.cs index af894f0a6..a030d5489 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/Services/UserDomainService.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/Services/UserDomainService.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Ddd.Domain.Tests.Services; public class UserDomainService : DomainService diff --git a/test/Masa.Contrib.Ddd.Domain.Tests/_Imports.cs b/test/Masa.Contrib.Ddd.Domain.Tests/_Imports.cs index 5c4ca40e5..4617fe9da 100644 --- a/test/Masa.Contrib.Ddd.Domain.Tests/_Imports.cs +++ b/test/Masa.Contrib.Ddd.Domain.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Ddd.Domain.Events; global using Masa.BuildingBlocks.Ddd.Domain.Repositories; diff --git a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Benchmarks.cs b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Benchmarks.cs index c9cea26f1..7d23ed9f9 100644 --- a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Benchmarks.cs +++ b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Benchmarks.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests; [SimpleJob(RunStrategy.ColdStart, RuntimeMoniker.Net60, targetCount: 100)] diff --git a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/EventHandlers/CouponHandler.cs b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/EventHandlers/CouponHandler.cs index 14d81fde1..bfbada3cb 100644 --- a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/EventHandlers/CouponHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/EventHandlers/CouponHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests.Extensions.EventHandlers; public class CouponHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/EventHandlers/NoticeHandler.cs b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/EventHandlers/NoticeHandler.cs index 3dac7a914..55de045a3 100644 --- a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/EventHandlers/NoticeHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/EventHandlers/NoticeHandler.cs @@ -1,5 +1,8 @@ using Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests.Extensions.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests.Extensions.EventHandlers; public class SendCouponHandler : ISagaEventHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Events/ForgetPasswordEvent.cs b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Events/ForgetPasswordEvent.cs index bf7c336ff..474826f16 100644 --- a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Events/ForgetPasswordEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Events/ForgetPasswordEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests.Extensions.Events; public record ForgetPasswordEvent : Event diff --git a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Events/RegisterUserEvent.cs b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Events/RegisterUserEvent.cs index bc0d0a8dc..aef9ee10c 100644 --- a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Events/RegisterUserEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Events/RegisterUserEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests.Extensions.Events; public record RegisterUserEvent : Event diff --git a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Middleware/LoggingMiddleware.cs b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Middleware/LoggingMiddleware.cs index 79f4456ef..3cb21dfc4 100644 --- a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Middleware/LoggingMiddleware.cs +++ b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/Middleware/LoggingMiddleware.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests.Extensions.Middleware; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests.Extensions.Middleware; public class LoggingMiddleware : IMiddleware where TEvent : notnull, IEvent { diff --git a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Program.cs b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Program.cs index 750508c10..32266acee 100644 --- a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Program.cs +++ b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Program.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests; class Program { diff --git a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/_Imports.cs index e5ce70b81..595b29fce 100644 --- a/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using BenchmarkDotNet.Attributes; global using BenchmarkDotNet.Configs; global using BenchmarkDotNet.Engines; diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/EventHandlers/AddGoodsHandler.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/EventHandlers/AddGoodsHandler.cs index a534bca40..09709123a 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/EventHandlers/AddGoodsHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/EventHandlers/AddGoodsHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests.EventHandlers; public class AddGoodsHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/Events/AddGoodsEvent.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/Events/AddGoodsEvent.cs index 983542861..63c46ab93 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/Events/AddGoodsEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/Events/AddGoodsEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests.Events; public record AddGoodsEvent : Event diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/_Imports.cs index d59f3421d..9ec9d05db 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/_Imports.cs @@ -1,2 +1,5 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests.Events; global using Microsoft.Extensions.Logging; diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/EventHandlers/DeleteGoodsHandler.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/EventHandlers/DeleteGoodsHandler.cs index 985d1b6c1..a3dcbeb12 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/EventHandlers/DeleteGoodsHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/EventHandlers/DeleteGoodsHandler.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests.EventHandlers; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests.EventHandlers; public class DeleteGoodsHandler { diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/Events/DeleteGoodsEvent.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/Events/DeleteGoodsEvent.cs index 012098162..e3f3d4b96 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/Events/DeleteGoodsEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/Events/DeleteGoodsEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests.Events; public record DeleteGoodsEvent : Event { diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/_Imports.cs index e69de29bb..2b37cc14c 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterNotNull.Tests/_Imports.cs @@ -0,0 +1,2 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/EventHandlers/AddCatalogHandler.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/EventHandlers/AddCatalogHandler.cs index 76b8231f8..23b84d3d9 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/EventHandlers/AddCatalogHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/EventHandlers/AddCatalogHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests.EventHandlers; public class AddCatalogHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/Events/AddCatalogEvent.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/Events/AddCatalogEvent.cs index 042bd7d99..58bf51f55 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/Events/AddCatalogEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/Events/AddCatalogEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests.Events; public class AddCatalogEvent { diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/_Imports.cs index c580892d7..1b7958315 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/_Imports.cs @@ -1 +1,4 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests.Events; diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/EventHandlers/AddBasketHandler.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/EventHandlers/AddBasketHandler.cs index 0a5fa30f7..a815ac47b 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/EventHandlers/AddBasketHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/EventHandlers/AddBasketHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests.EventHandlers; public class AddBasketHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/Events/AddBasketEvent.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/Events/AddBasketEvent.cs index b8f46cc88..c865aba59 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/Events/AddBasketEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/Events/AddBasketEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests.Events; public record AddBasketEvent : Event diff --git a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/_Imports.cs index 9edac0382..9a4e7db4c 100644 --- a/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests/_Imports.cs @@ -1,2 +1,5 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.Contrib.Dispatcher.Events.CheckMethodsType.Tests.Events; global using Microsoft.Extensions.Logging; diff --git a/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/EventHandlers/Handler.cs b/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/EventHandlers/Handler.cs index b934ae35d..0191f09c5 100644 --- a/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/EventHandlers/Handler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/EventHandlers/Handler.cs @@ -1,5 +1,8 @@ using Masa.Contrib.Dispatcher.Events.Enums; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests.EventHandlers; public class Handler diff --git a/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/Events/CalculateEvent.cs b/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/Events/CalculateEvent.cs index 0c76d2c30..4950f8324 100644 --- a/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/Events/CalculateEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/Events/CalculateEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests.Events; public record CalculateEvent : Event { diff --git a/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/_Imports.cs index a216cadb7..2cca0d35a 100644 --- a/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests/_Imports.cs @@ -1 +1,4 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.Contrib.Dispatcher.Events.HandlerOrder.Tests.Events; diff --git a/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/EventHandlers/UserEventHandler.cs b/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/EventHandlers/UserEventHandler.cs index 16504aeb4..d464a50e6 100644 --- a/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/EventHandlers/UserEventHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/EventHandlers/UserEventHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests.EventHandlers; public class UserEventHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/Events/BindPhoneNumberEvent.cs b/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/Events/BindPhoneNumberEvent.cs index d1f07a766..325931d67 100644 --- a/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/Events/BindPhoneNumberEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/Events/BindPhoneNumberEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests.Events; public record BindPhoneNumberEvent : Event diff --git a/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/_Imports.cs index 053d66794..f456f264e 100644 --- a/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/_Imports.cs @@ -1 +1,4 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests.Events; diff --git a/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/EventHandlers/EditCategoryHandler.cs b/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/EventHandlers/EditCategoryHandler.cs index 11bc7f29a..0fe1cf865 100644 --- a/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/EventHandlers/EditCategoryHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/EventHandlers/EditCategoryHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests.EventHandlers; public class EditCategoryHandler : ISagaEventHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/Events/EditCategoryEvent.cs b/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/Events/EditCategoryEvent.cs index d66e07978..42a82b0c5 100644 --- a/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/Events/EditCategoryEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/Events/EditCategoryEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests.Events; public record EditCategoryEvent : Event { diff --git a/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/_Imports.cs index af4506190..753bdd870 100644 --- a/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Dispatcher.Events; global using Masa.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests.Events; global using Microsoft.Extensions.Logging; diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/AssemblyResolutionTests.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/AssemblyResolutionTests.cs index ee0096135..104ff7d80 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/AssemblyResolutionTests.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/AssemblyResolutionTests.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests; [TestClass] diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/ChoreTest.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/ChoreTest.cs index 359b5e877..1a55607e3 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/ChoreTest.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/ChoreTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests; [TestClass] diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ChangePasswordEventHandler.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ChangePasswordEventHandler.cs index e37a71b1c..1d74baa70 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ChangePasswordEventHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ChangePasswordEventHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests.EventHandlers; public class ChangePasswordEventHandler : ISagaEventHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/MarketingEventHandler.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/MarketingEventHandler.cs index 2a3e189a9..41a0c0d5d 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/MarketingEventHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/MarketingEventHandler.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.Tests.EventHandlers; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.Tests.EventHandlers; public class MarketingEventHandler { diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/OrderPaymentSucceededEventHandler.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/OrderPaymentSucceededEventHandler.cs index 5ff8ed298..9c2cbfb8c 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/OrderPaymentSucceededEventHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/OrderPaymentSucceededEventHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests.EventHandlers; public class OrderPaymentSucceededEventHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/RegisterUserEventHandler.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/RegisterUserEventHandler.cs index d6f3e619c..77c02b1f4 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/RegisterUserEventHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/RegisterUserEventHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests.EventHandlers; public class RegisterUserEventHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ShipOrderEventHandler.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ShipOrderEventHandler.cs index a3740fa8f..75e08dda4 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ShipOrderEventHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ShipOrderEventHandler.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.Tests.EventHandlers; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.Tests.EventHandlers; public class ShipOrderEventHandler : ISagaEventHandler { diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ShoppingCardEventHandler.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ShoppingCardEventHandler.cs index dda43d5d1..78c8302d0 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ShoppingCardEventHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/ShoppingCardEventHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests.EventHandlers; public class ShoppingCardEventHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/TransferEventHandler.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/TransferEventHandler.cs index fffd5b263..6aa41c3d4 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/TransferEventHandler.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/EventHandlers/TransferEventHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests.EventHandlers; public class TransferEventHandler : ISagaEventHandler diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/AddShoppingCartEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/AddShoppingCartEvent.cs index f1a805089..b5a129556 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/AddShoppingCartEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/AddShoppingCartEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.Tests.Events; public record AddShoppingCartEvent : Event { diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/AddUserEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/AddUserEvent.cs index a9a589c02..7f744f5de 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/AddUserEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/AddUserEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.Tests.Events; /// /// Just event, not handler, so let's see what happens when you publish an event diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ChangePasswordEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ChangePasswordEvent.cs index 42b650e43..891e809ae 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ChangePasswordEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ChangePasswordEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.Tests.Events; public class ChangePasswordEvent : IEvent { diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ComputeEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ComputeEvent.cs index c5142868b..16f2c817e 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ComputeEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ComputeEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.Tests.Events; public record ComputeEvent : Event { diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/DeductionMoneyEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/DeductionMoneyEvent.cs index 0c83c8d37..85b915f8a 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/DeductionMoneyEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/DeductionMoneyEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests.Events; public record DeductionMoneyEvent : Event, ITransaction diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/IncreaseMoneyEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/IncreaseMoneyEvent.cs index 6baf09cb4..40761b570 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/IncreaseMoneyEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/IncreaseMoneyEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests.Events; public record IncreaseMoneyEvent : Event, ITransaction diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/OrderPaymentFailedIntegrationEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/OrderPaymentFailedIntegrationEvent.cs index 5321f9a22..fc1c7cf34 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/OrderPaymentFailedIntegrationEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/OrderPaymentFailedIntegrationEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests.Events; public class OrderPaymentFailedIntegrationEvent : IIntegrationEvent diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/OrderPaymentSucceededEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/OrderPaymentSucceededEvent.cs index a76ab480e..040cf6a97 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/OrderPaymentSucceededEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/OrderPaymentSucceededEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.Tests.Events; public record OrderPaymentSucceededEvent : Event { diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/RegisterUserEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/RegisterUserEvent.cs index 515317452..dbd1d9ce3 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/RegisterUserEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/RegisterUserEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests.Events; public record RegisterUserEvent(string Name) : Event diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ShipOrderEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ShipOrderEvent.cs index eeb1a45ea..61b4a8f11 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ShipOrderEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/ShipOrderEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.Tests.Events; public record ShipOrderEvent : Event { diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/TransferEvent.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/TransferEvent.cs index ac990bdc7..bb9ee0b94 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Events/TransferEvent.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Events/TransferEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.Events.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.Events.Tests.Events; public record TransferEvent : Event { diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/FeaturesTest.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/FeaturesTest.cs index 7084d62ea..6b5d5e846 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/FeaturesTest.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/FeaturesTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests; [TestClass] diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/Middleware/LoggingMiddleware.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/Middleware/LoggingMiddleware.cs index e1fce509e..ca40e86ad 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/Middleware/LoggingMiddleware.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/Middleware/LoggingMiddleware.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests.Middleware; public class LoggingMiddleware : IMiddleware where TEvent : notnull, IEvent diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/SagaTest.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/SagaTest.cs index c2cc546fe..b2ffcc365 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/SagaTest.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/SagaTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests; [TestClass] diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/TestBase.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/TestBase.cs index ba1c903e9..867348885 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/TestBase.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/TestBase.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.Events.Tests; [TestClass] diff --git a/test/Masa.Contrib.Dispatcher.Events.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.Events.Tests/_Imports.cs index bce2f5109..85935366e 100644 --- a/test/Masa.Contrib.Dispatcher.Events.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.Events.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Dispatcher.Events; global using Masa.BuildingBlocks.Dispatcher.IntegrationEvents; diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/BackgroundServiceTest.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/BackgroundServiceTest.cs index 86b8d7edf..03a0a7b1c 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/BackgroundServiceTest.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/BackgroundServiceTest.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests; [TestClass] public class BackgroundServiceTest diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/DispatcherOptionTest.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/DispatcherOptionTest.cs index 6b55475c7..5cc23eec1 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/DispatcherOptionTest.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/DispatcherOptionTest.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests; [TestClass] public class DispatcherOptionTest diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/CreateUserEvent.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/CreateUserEvent.cs index d36cae7fd..c097b84dc 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/CreateUserEvent.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/CreateUserEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests.Events; public record CreateUserEvent : IEvent diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/PaySuccessedIntegrationEvent.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/PaySuccessedIntegrationEvent.cs index cce021645..d7c90f207 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/PaySuccessedIntegrationEvent.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/PaySuccessedIntegrationEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests.Events; public record PaySuccessedIntegrationEvent() : IntegrationEvent() diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/RegisterUserIntegrationEvent.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/RegisterUserIntegrationEvent.cs index cc4567614..5c70e3435 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/RegisterUserIntegrationEvent.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/RegisterUserIntegrationEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests.Events; public record RegisterUserIntegrationEvent : IntegrationEvent diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/IntegrationEventBusTest.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/IntegrationEventBusTest.cs index 9a43b4761..f653b18f4 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/IntegrationEventBusTest.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/IntegrationEventBusTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests; [TestClass] diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeIntegrationEventHostedService.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeIntegrationEventHostedService.cs index 301b8abbe..1199104d2 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeIntegrationEventHostedService.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeIntegrationEventHostedService.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests.Internal; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests.Internal; public class CustomizeIntegrationEventHostedService : IntegrationEventHostedService { diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeIntegrationEventLogService.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeIntegrationEventLogService.cs index a613a1128..3f3f76c35 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeIntegrationEventLogService.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeIntegrationEventLogService.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests.Internal; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests.Internal; internal class CustomizeIntegrationEventLogService : IIntegrationEventLogService { diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeProcessor.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeProcessor.cs index aaedebcf9..9109ac609 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeProcessor.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Internal/CustomizeProcessor.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests.Internal; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests.Internal; public class CustomizeProcessor : ProcessorBase { diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/ProcessorTest.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/ProcessorTest.cs index 1926f474b..08b013017 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/ProcessorTest.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/ProcessorTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests; [TestClass] diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/_Imports.cs index 3fcad16c1..5e3534597 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Dapr.Client; global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Dispatcher.Events; diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Domain/Entities/User.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Domain/Entities/User.cs index b0092707c..b83c9b1fe 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Domain/Entities/User.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Domain/Entities/User.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests.Domain.Entities; public class User diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Events/IntegrationEvent.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Events/IntegrationEvent.cs index fcbc7479e..7dac123d1 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Events/IntegrationEvent.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Events/IntegrationEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests.Events; public abstract record IntegrationEvent : IIntegrationEvent diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Events/OrderPaymentSucceededIntegrationEvent.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Events/OrderPaymentSucceededIntegrationEvent.cs index c21debd91..93ff694be 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Events/OrderPaymentSucceededIntegrationEvent.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Events/OrderPaymentSucceededIntegrationEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests.Events; internal record OrderPaymentSucceededIntegrationEvent : IntegrationEvent diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Infrastructure/CustomDbContext.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Infrastructure/CustomDbContext.cs index e3652d174..b76ea0101 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Infrastructure/CustomDbContext.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Infrastructure/CustomDbContext.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests.Infrastructure; internal class CustomDbContext : MasaDbContext diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/IntegrationEventLogContextTest.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/IntegrationEventLogContextTest.cs index 9b182ff14..f19970b41 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/IntegrationEventLogContextTest.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/IntegrationEventLogContextTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests; [TestClass] diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/IntegrationEventLogServiceTest.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/IntegrationEventLogServiceTest.cs index 94694a347..782c7356e 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/IntegrationEventLogServiceTest.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/IntegrationEventLogServiceTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests; [TestClass] diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/TestBase.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/TestBase.cs index defeee026..1808bb4e2 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/TestBase.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/TestBase.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests; public class TestBase : IDisposable diff --git a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/_Imports.cs b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/_Imports.cs index 0be1c9cb8..cafaac975 100644 --- a/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/_Imports.cs +++ b/test/Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Dispatcher.Events; global using Masa.BuildingBlocks.Dispatcher.IntegrationEvents; diff --git a/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/TestEnvironment.cs b/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/TestEnvironment.cs index 8714d44fe..ec091afca 100644 --- a/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/TestEnvironment.cs +++ b/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/TestEnvironment.cs @@ -1,4 +1,5 @@ -using Masa.BuildingBlocks.Isolation.Middleware; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Masa.Contrib.Isolation.MultiEnvironment.Tests; diff --git a/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/TestMiddleware.cs b/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/TestMiddleware.cs index 6d5cb7450..f34a13880 100644 --- a/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/TestMiddleware.cs +++ b/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/TestMiddleware.cs @@ -1,4 +1,5 @@ -using Microsoft.Extensions.Logging.Abstractions; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. namespace Masa.Contrib.Isolation.MultiEnvironment.Tests; diff --git a/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/_Imports.cs b/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/_Imports.cs index 9a5851e91..fad417443 100644 --- a/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/_Imports.cs +++ b/test/Masa.Contrib.Isolation.MultiEnvironment.Tests/_Imports.cs @@ -1,5 +1,9 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Isolation; global using Masa.BuildingBlocks.Isolation.Environment; +global using Masa.BuildingBlocks.Isolation.Middleware; global using Masa.Contrib.Isolation.MultiEnvironment.Middleware; global using Microsoft.AspNetCore.Http; global using Microsoft.Extensions.DependencyInjection; diff --git a/test/Masa.Contrib.Isolation.MultiTenant.Tests/TestMiddleware.cs b/test/Masa.Contrib.Isolation.MultiTenant.Tests/TestMiddleware.cs index 6299cad6d..5e304d375 100644 --- a/test/Masa.Contrib.Isolation.MultiTenant.Tests/TestMiddleware.cs +++ b/test/Masa.Contrib.Isolation.MultiTenant.Tests/TestMiddleware.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.MultiTenant.Tests; [TestClass] diff --git a/test/Masa.Contrib.Isolation.MultiTenant.Tests/TestTenant.cs b/test/Masa.Contrib.Isolation.MultiTenant.Tests/TestTenant.cs index 70746ff17..45b5347c1 100644 --- a/test/Masa.Contrib.Isolation.MultiTenant.Tests/TestTenant.cs +++ b/test/Masa.Contrib.Isolation.MultiTenant.Tests/TestTenant.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Isolation.MultiTenant.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Isolation.MultiTenant.Tests; [TestClass] public class TestEnvironment diff --git a/test/Masa.Contrib.Isolation.MultiTenant.Tests/_Imports.cs b/test/Masa.Contrib.Isolation.MultiTenant.Tests/_Imports.cs index d9f57be74..3d800e35a 100644 --- a/test/Masa.Contrib.Isolation.MultiTenant.Tests/_Imports.cs +++ b/test/Masa.Contrib.Isolation.MultiTenant.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Isolation; global using Masa.BuildingBlocks.Isolation.Middleware; global using Masa.BuildingBlocks.Isolation.MultiTenant; diff --git a/test/Masa.Contrib.Isolation.Tests/RequestCookieCollection.cs b/test/Masa.Contrib.Isolation.Tests/RequestCookieCollection.cs index dddc0179c..2329421c9 100644 --- a/test/Masa.Contrib.Isolation.Tests/RequestCookieCollection.cs +++ b/test/Masa.Contrib.Isolation.Tests/RequestCookieCollection.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Isolation.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Isolation.Tests; public class RequestCookieCollection : Dictionary, IRequestCookieCollection { diff --git a/test/Masa.Contrib.Isolation.Tests/TestDbIsolationConnectionStringProvider.cs b/test/Masa.Contrib.Isolation.Tests/TestDbIsolationConnectionStringProvider.cs index d934c3adc..e0047429b 100644 --- a/test/Masa.Contrib.Isolation.Tests/TestDbIsolationConnectionStringProvider.cs +++ b/test/Masa.Contrib.Isolation.Tests/TestDbIsolationConnectionStringProvider.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.Tests; [TestClass] diff --git a/test/Masa.Contrib.Isolation.Tests/TestIsolation.cs b/test/Masa.Contrib.Isolation.Tests/TestIsolation.cs index 1b0198151..01f512dba 100644 --- a/test/Masa.Contrib.Isolation.Tests/TestIsolation.cs +++ b/test/Masa.Contrib.Isolation.Tests/TestIsolation.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.Tests; [TestClass] diff --git a/test/Masa.Contrib.Isolation.Tests/TestParserProvider.cs b/test/Masa.Contrib.Isolation.Tests/TestParserProvider.cs index ad0d63fc7..a88c61e87 100644 --- a/test/Masa.Contrib.Isolation.Tests/TestParserProvider.cs +++ b/test/Masa.Contrib.Isolation.Tests/TestParserProvider.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.Tests; [TestClass] diff --git a/test/Masa.Contrib.Isolation.Tests/UnitOfWorkAccessor.cs b/test/Masa.Contrib.Isolation.Tests/UnitOfWorkAccessor.cs index 1ac176fca..e16da621f 100644 --- a/test/Masa.Contrib.Isolation.Tests/UnitOfWorkAccessor.cs +++ b/test/Masa.Contrib.Isolation.Tests/UnitOfWorkAccessor.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Isolation.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Isolation.Tests; public class UnitOfWorkAccessor: IUnitOfWorkAccessor { diff --git a/test/Masa.Contrib.Isolation.Tests/_Imports.cs b/test/Masa.Contrib.Isolation.Tests/_Imports.cs index a9a00f919..241d1e6a5 100644 --- a/test/Masa.Contrib.Isolation.Tests/_Imports.cs +++ b/test/Masa.Contrib.Isolation.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Data.UoW.Options; global using Masa.BuildingBlocks.Dispatcher.Events; diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Tests/CustomDbContext.cs b/test/Masa.Contrib.Isolation.UoW.EF.Tests/CustomDbContext.cs index 6c8fb6883..3c70f7f92 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Tests/CustomDbContext.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Tests/CustomDbContext.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF.Tests; public class CustomDbContext : MasaDbContext diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Tests/TestBase.cs b/test/Masa.Contrib.Isolation.UoW.EF.Tests/TestBase.cs index 02cc6e61d..2a37498ed 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Tests/TestBase.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Tests/TestBase.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF.Tests; public class TestBase : IDisposable diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Tests/TestIsolation.cs b/test/Masa.Contrib.Isolation.UoW.EF.Tests/TestIsolation.cs index dcc2cf1d9..3e7b9b40f 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Tests/TestIsolation.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Tests/TestIsolation.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF.Tests; [TestClass] diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Tests/_Imports.cs b/test/Masa.Contrib.Isolation.UoW.EF.Tests/_Imports.cs index 94beba35c..a2134c240 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Tests/_Imports.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Data.UoW; global using Masa.BuildingBlocks.Dispatcher.Events; global using Masa.BuildingBlocks.Isolation.Environment; diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/CustomDbContext.cs b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/CustomDbContext.cs index 1bc1020d8..645ea5c6a 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/CustomDbContext.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/CustomDbContext.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF.Web.Tests; public class CustomDbContext : IsolationDbContext diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EdgeDriverTest.cs b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EdgeDriverTest.cs index bf7dbba2e..8c96a6b11 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EdgeDriverTest.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EdgeDriverTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF.Web.Tests; [TestClass] diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EventHandlers/AddRoleEventHandler.cs b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EventHandlers/AddRoleEventHandler.cs index 4ab887962..9f3922a82 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EventHandlers/AddRoleEventHandler.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EventHandlers/AddRoleEventHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF.Web.Tests.EventHandlers; public class AddRoleEventHandler diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EventHandlers/RegisterUserEventHandler.cs b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EventHandlers/RegisterUserEventHandler.cs index 0b0a77f02..d8ecd5d51 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EventHandlers/RegisterUserEventHandler.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/EventHandlers/RegisterUserEventHandler.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Isolation.UoW.EF.Web.Tests.EventHandlers; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Isolation.UoW.EF.Web.Tests.EventHandlers; public class RegisterUserEventHandler { diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/Events/AddRoleEvent.cs b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/Events/AddRoleEvent.cs index 458e5ace7..c52982224 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/Events/AddRoleEvent.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/Events/AddRoleEvent.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF.Web.Tests.Events; public record AddRoleEvent(string Name,int Quantity) : Event diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/Events/RegisterUserEvent.cs b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/Events/RegisterUserEvent.cs index c01932464..5e8aca201 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/Events/RegisterUserEvent.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/Events/RegisterUserEvent.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Isolation.UoW.EF.Web.Tests.Events; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Isolation.UoW.EF.Web.Tests.Events; public record RegisterUserEvent(string Account,string Password) : Event { diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/TestBase.cs b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/TestBase.cs index 53d30e7b3..8e2d90ed5 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/TestBase.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/TestBase.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Isolation.UoW.EF.Web.Tests; public class TestBase : IDisposable diff --git a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/_Imports.cs b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/_Imports.cs index 4dae2cacb..96e1bd51e 100644 --- a/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/_Imports.cs +++ b/test/Masa.Contrib.Isolation.UoW.EF.Web.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Dispatcher.Events; global using Masa.BuildingBlocks.Isolation; global using Masa.BuildingBlocks.Isolation.Environment; diff --git a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/Commands/CreateProductionCommand.cs b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/Commands/CreateProductionCommand.cs index 9d1641db2..44ca45c3b 100644 --- a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/Commands/CreateProductionCommand.cs +++ b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/Commands/CreateProductionCommand.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.ReadWriteSpliting.Cqrs.Tests.Commands; public record CreateProductionCommand : Command diff --git a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/CqrsTest.cs b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/CqrsTest.cs index ef3430989..cf3bb5c12 100644 --- a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/CqrsTest.cs +++ b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/CqrsTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.ReadWriteSpliting.Cqrs.Tests; [TestClass] diff --git a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/CreateProductionCommandHandler.cs b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/CreateProductionCommandHandler.cs index a9eb188a3..ff71ef32c 100644 --- a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/CreateProductionCommandHandler.cs +++ b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/CreateProductionCommandHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.ReadWriteSpliting.Cqrs.Tests; public class CreateProductionCommandHandler : CommandHandler diff --git a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/ProductionQueryHandler.cs b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/ProductionQueryHandler.cs index 7ad9f8be6..7cdbccab5 100644 --- a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/ProductionQueryHandler.cs +++ b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/ProductionQueryHandler.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.ReadWriteSpliting.Cqrs.Tests; public class ProductionQueryHandler : QueryHandler diff --git a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/Queries/ProductionItemQuery.cs b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/Queries/ProductionItemQuery.cs index 8eed02485..73fb4364a 100644 --- a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/Queries/ProductionItemQuery.cs +++ b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/Queries/ProductionItemQuery.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.ReadWriteSpliting.Cqrs.Tests.Queries; public record ProductionItemQuery : Query diff --git a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/_Imports.cs b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/_Imports.cs index c4cf19efc..0ec013682 100644 --- a/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/_Imports.cs +++ b/test/Masa.Contrib.ReadWriteSpliting.Cqrs.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Dispatcher.Events; global using Masa.Contrib.Dispatcher.Events; global using Masa.Contrib.ReadWriteSpliting.Cqrs.Commands; diff --git a/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/AutoCompleteTest.cs b/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/AutoCompleteTest.cs index 305c8bd5e..0cc8bf49b 100644 --- a/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/AutoCompleteTest.cs +++ b/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/AutoCompleteTest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests; [TestClass] diff --git a/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/Model/Employee.cs b/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/Model/Employee.cs index b9fda79f0..97c83f87f 100644 --- a/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/Model/Employee.cs +++ b/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/Model/Employee.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests.Model; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests.Model; public class Employee : AutoCompleteDocument { diff --git a/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/_Imports.cs b/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/_Imports.cs index b663898fa..b7f9016b4 100644 --- a/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/_Imports.cs +++ b/test/Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.SearchEngine.AutoComplete; global using Masa.BuildingBlocks.SearchEngine.AutoComplete.Options; global using Masa.Contrib.SearchEngine.AutoComplete.ElasticSearch.Tests.Model; diff --git a/test/Masa.Contrib.Service.MinimalAPIs.Tests/MinimalAPITest.cs b/test/Masa.Contrib.Service.MinimalAPIs.Tests/MinimalAPITest.cs index 30908d79b..da53223af 100644 --- a/test/Masa.Contrib.Service.MinimalAPIs.Tests/MinimalAPITest.cs +++ b/test/Masa.Contrib.Service.MinimalAPIs.Tests/MinimalAPITest.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Service.MinimalAPIs.Tests; [TestClass] diff --git a/test/Masa.Contrib.Service.MinimalAPIs.Tests/Services/CustomService.cs b/test/Masa.Contrib.Service.MinimalAPIs.Tests/Services/CustomService.cs index b5308e1cf..6b5750293 100644 --- a/test/Masa.Contrib.Service.MinimalAPIs.Tests/Services/CustomService.cs +++ b/test/Masa.Contrib.Service.MinimalAPIs.Tests/Services/CustomService.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Service.MinimalAPIs.Tests.Services; public class CustomService : ServiceBase diff --git a/test/Masa.Contrib.Service.MinimalAPIs.Tests/_Imports.cs b/test/Masa.Contrib.Service.MinimalAPIs.Tests/_Imports.cs index be65cc2d6..627c06045 100644 --- a/test/Masa.Contrib.Service.MinimalAPIs.Tests/_Imports.cs +++ b/test/Masa.Contrib.Service.MinimalAPIs.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.Contrib.Service.MinimalAPIs.Tests.Services; global using Microsoft.AspNetCore.Builder; global using Microsoft.Extensions.DependencyInjection; diff --git a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/CustomClient.cs b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/CustomClient.cs index 52ffed28d..f4a4dc0aa 100644 --- a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/CustomClient.cs +++ b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/CustomClient.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests; public class CustomClient : Client diff --git a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/CustomNullClient.cs b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/CustomNullClient.cs index b3a73e5ea..5ecbaf333 100644 --- a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/CustomNullClient.cs +++ b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/CustomNullClient.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests; public class CustomNullClient : Client { diff --git a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestALiYunStorageOptions.cs b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestALiYunStorageOptions.cs index c2b3c257a..d0c628619 100644 --- a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestALiYunStorageOptions.cs +++ b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestALiYunStorageOptions.cs @@ -1,4 +1,7 @@ -namespace Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + +namespace Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests; [TestClass] public class TestALiYunStorageOptions diff --git a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestClient.cs b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestClient.cs index e30e20bda..f2eb54c42 100644 --- a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestClient.cs +++ b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestClient.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests; [TestClass] diff --git a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestStorage.cs b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestStorage.cs index 45805db60..bfb1fa1f0 100644 --- a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestStorage.cs +++ b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/TestStorage.cs @@ -1,5 +1,8 @@ using Masa.BuildingBlocks.Storage.ObjectStorage; +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests; [TestClass] diff --git a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/_Imports.cs b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/_Imports.cs index 01a888a1b..19081a874 100644 --- a/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/_Imports.cs +++ b/test/Masa.Contrib.Storage.ObjectStorage.Aliyun.Tests/_Imports.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Aliyun.Acs.Core.Exceptions; global using Masa.BuildingBlocks.Storage.ObjectStorage.Response; global using Masa.Contrib.Storage.ObjectStorage.Aliyun.Options; diff --git a/test/Masa.Contribs.Ddd.Domain.Entities.Tests/Users.cs b/test/Masa.Contribs.Ddd.Domain.Entities.Tests/Users.cs index 8d9cda0ad..d85d2d84a 100644 --- a/test/Masa.Contribs.Ddd.Domain.Entities.Tests/Users.cs +++ b/test/Masa.Contribs.Ddd.Domain.Entities.Tests/Users.cs @@ -1,3 +1,6 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + namespace Masa.Contribs.Ddd.Domain.Entities.Tests; public class Users : AggregateRoot diff --git a/test/Masa.Contribs.Ddd.Domain.Entities.Tests/_Imports.cs b/test/Masa.Contribs.Ddd.Domain.Entities.Tests/_Imports.cs index 760e6cc39..05ba1cf95 100644 --- a/test/Masa.Contribs.Ddd.Domain.Entities.Tests/_Imports.cs +++ b/test/Masa.Contribs.Ddd.Domain.Entities.Tests/_Imports.cs @@ -1 +1,4 @@ +// Copyright (c) MASA Stack All rights reserved. +// Licensed under the MIT License. See LICENSE.txt in the project root for license information. + global using Masa.BuildingBlocks.Ddd.Domain.Entities;