Commit 2fffb3a
committed
Refactor core modules and add application slices
1 parent 0910dfd commit 2fffb3a
File tree
396 files changed
+12634
-957
lines changed- docs
- contributing
- guide
- reference
- zh-cn
- contributing
- guide
- reference
- src
- Applications
- ChengYuan.AuditLogging
- ChengYuan.AuditLogging.Application
- Sinks
- Stores
- ChengYuan.AuditLogging.Contracts
- Stores
- ChengYuan.AuditLogging.Persistence
- Configurations
- DbContexts
- Entities
- Stores
- ChengYuan.FeatureManagement
- ChengYuan.FeatureManagement.Application
- Managers
- Providers
- Stores
- ChengYuan.FeatureManagement.Contracts
- Managers
- Stores
- ChengYuan.FeatureManagement.Persistence
- Configurations
- DbContexts
- Entities
- Stores
- ChengYuan.Identity
- ChengYuan.Identity.Application
- Managers
- ChengYuan.Identity.Contracts
- Managers
- Readers
- ChengYuan.Identity.Domain
- Repositories
- Users
- ChengYuan.Identity.Persistence
- Configurations
- DbContexts
- Repositories
- ChengYuan.PermissionManagement
- ChengYuan.PermissionManagement.Application
- Managers
- Providers
- Stores
- ChengYuan.PermissionManagement.Contracts
- Managers
- Stores
- ChengYuan.PermissionManagement.Persistence
- Configurations
- DbContexts
- Entities
- Stores
- ChengYuan.SettingManagement
- ChengYuan.SettingManagement.Application
- Managers
- Providers
- Stores
- ChengYuan.SettingManagement.Contracts
- Managers
- Stores
- ChengYuan.SettingManagement.Persistence
- Configurations
- DbContexts
- Entities
- Stores
- ChengYuan.TenantManagement
- ChengYuan.TenantManagement.Application
- Managers
- Stores
- ChengYuan.TenantManagement.Contracts
- Managers
- Stores
- ChengYuan.TenantManagement.Persistence
- Entities
- Stores
- Framework
- ChengYuan.Auditing
- ChengYuan.Auditing.Abstractions
- Scopes
- Sinks
- ChengYuan.Auditing.Runtime
- Scopes
- Sinks
- ChengYuan.Authorization
- ChengYuan.Authorization.Abstractions
- Definitions
- Providers
- ChengYuan.Authorization.Runtime
- Definitions
- Providers
- ChengYuan.Caching
- ChengYuan.Caching.Abstractions
- Keys
- Serialization
- Stores
- ChengYuan.Caching.Memory
- ChengYuan.Caching.Runtime
- Normalization
- Serialization
- ChengYuan.Core
- ChengYuan.Core.Data
- Filters
- Repositories
- Tenancy
- Traits
- UnitOfWork
- ChengYuan.Core.EntityFrameworkCore
- Converters
- Repositories
- UnitOfWork
- ChengYuan.Core.Json
- Converters
- ChengYuan.Core.Localization
- Localizers
- Resources
- ChengYuan.Core.Runtime
- Disposables
- Modularity
- ChengYuan.Core.Validation
- Results
- Rules
- Validators
- ChengYuan.Core
- Entities
- Exceptions
- Extensions
- Guids
- Results
- StronglyTypedIds
- ChengYuan.Domain
- ChengYuan.Domain.Abstractions
- ChengYuan.Domain.EntityFrameworkCore
- ChengYuan.Domain.Runtime
- ChengYuan.ExecutionContext
- ChengYuan.ExecutionContext.Abstractions
- Accessors
- ChengYuan.ExecutionContext.Runtime
- Accessors
- Guids
- Timing
- ChengYuan.Features
- ChengYuan.Features.Abstractions
- Definitions
- Providers
- ChengYuan.Features.Runtime
- Definitions
- Providers
- ChengYuan.Hosting
- ChengYuan.MultiTenancy
- ChengYuan.MultiTenancy.Abstractions
- Accessors
- ChengYuan.MultiTenancy.Runtime
- Accessors
- Providers
- ChengYuan.Outbox
- ChengYuan.Outbox.Abstractions
- Dispatching
- Messages
- Serialization
- Stores
- ChengYuan.Outbox.Persistence
- Stores
- ChengYuan.Outbox.Runtime
- Serialization
- ChengYuan.Outbox.Worker
- ChengYuan.Settings
- ChengYuan.Settings.Abstractions
- Definitions
- Providers
- ChengYuan.Settings.Runtime
- Definitions
- Providers
- Hosts/ChengYuan.WebHost
- tests
- ChengYuan.ArchitectureTests
- ChengYuan.FrameworkKernel.Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
396 files changed
+12634
-957
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments