Commit f58de03
committed
Merge 7 Core-family projects into unified ChengYuan.Core
- Consolidate ChengYuan.Core, .Runtime, .Data, .EntityFrameworkCore, .Json, .Localization, .Validation into single project
- Internal folder structure: Primitives/, Runtime/, Data/, EntityFrameworkCore/, Json/, Localization/, Validation/
- Update 27 consumer projects to reference only ChengYuan.Core.csproj
- Update ChengYuan.slnx to remove 6 old project entries
- Rewrite FamilyBoundaryTests to enforce new merged structure
- All 165 tests passing, build succeeds with 0 warnings/errors1 parent 4532ced commit f58de03
File tree
146 files changed
+1645
-905
lines changed- src
- Applications
- ChengYuan.AuditLogging
- ChengYuan.AuditLogging.Application
- ChengYuan.AuditLogging.Persistence
- ChengYuan.FeatureManagement
- ChengYuan.FeatureManagement.Application
- ChengYuan.FeatureManagement.Persistence
- ChengYuan.Identity
- ChengYuan.Identity.Application
- ChengYuan.Identity.Domain
- ChengYuan.Identity.Persistence
- ChengYuan.Identity.Web
- ChengYuan.PermissionManagement
- ChengYuan.PermissionManagement.Application
- ChengYuan.PermissionManagement.Persistence
- ChengYuan.SettingManagement
- ChengYuan.SettingManagement.Application
- ChengYuan.SettingManagement.Persistence
- ChengYuan.TenantManagement
- ChengYuan.TenantManagement.Application
- ChengYuan.TenantManagement.Persistence
- Framework
- ChengYuan.Auditing/ChengYuan.Auditing.Runtime
- ChengYuan.Authorization/ChengYuan.Authorization.Runtime
- ChengYuan.Caching
- ChengYuan.Caching.Memory
- ChengYuan.Caching.Runtime
- ChengYuan.Core
- ChengYuan.Core.Data
- ChengYuan.Core.EntityFrameworkCore
- ChengYuan.Core.Json
- ChengYuan.Core.Localization
- ChengYuan.Core.Runtime
- ChengYuan.Core.Validation
- ChengYuan.Core
- Data
- Filters
- Repositories
- Tenancy
- Traits
- UnitOfWork
- EntityFrameworkCore
- Converters
- Repositories
- UnitOfWork
- Json
- Converters
- Localization
- Localizers
- Resources
- Primitives
- Entities
- Exceptions
- Extensions
- Guids
- Results
- StronglyTypedIds
- Timing
- Runtime
- Disposables
- Lifecycle
- Modularity
- Validation
- Results
- Rules
- Validators
- ChengYuan.ExecutionContext/ChengYuan.ExecutionContext.Runtime
- ChengYuan.Features/ChengYuan.Features.Runtime
- ChengYuan.MultiTenancy/ChengYuan.MultiTenancy.Runtime
- ChengYuan.Outbox
- ChengYuan.Outbox.Persistence
- ChengYuan.Outbox.Runtime
- ChengYuan.Outbox.Worker
- ChengYuan.Settings/ChengYuan.Settings.Runtime
- Hosts
- ChengYuan.CliHost
- 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.
146 files changed
+1645
-905
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 3 | + | |
10 | 4 | | |
11 | 5 | | |
12 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
Lines changed: 87 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 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 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
5 | 55 | | |
6 | 56 | | |
7 | 57 | | |
8 | 58 | | |
9 | 59 | | |
10 | 60 | | |
11 | 61 | | |
12 | | - | |
| 62 | + | |
13 | 63 | | |
14 | 64 | | |
15 | 65 | | |
| |||
18 | 68 | | |
19 | 69 | | |
20 | 70 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 71 | | |
25 | 72 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 73 | + | |
35 | 74 | | |
36 | 75 | | |
37 | 76 | | |
| |||
42 | 81 | | |
43 | 82 | | |
44 | 83 | | |
45 | | - | |
46 | 84 | | |
47 | 85 | | |
48 | 86 | | |
| |||
52 | 90 | | |
53 | 91 | | |
54 | 92 | | |
55 | | - | |
56 | | - | |
| 93 | + | |
57 | 94 | | |
58 | 95 | | |
59 | 96 | | |
60 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
61 | 132 | | |
62 | 133 | | |
63 | 134 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
Lines changed: 4 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 91 | | |
111 | 92 | | |
112 | | - | |
| 93 | + | |
113 | 94 | | |
114 | 95 | | |
115 | 96 | | |
| |||
120 | 101 | | |
121 | 102 | | |
122 | 103 | | |
123 | | - | |
124 | 104 | | |
125 | 105 | | |
126 | 106 | | |
| |||
130 | 110 | | |
131 | 111 | | |
132 | 112 | | |
133 | | - | |
134 | | - | |
| 113 | + | |
135 | 114 | | |
136 | 115 | | |
137 | 116 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
Lines changed: 84 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
9 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
10 | 19 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
16 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
17 | 56 | | |
18 | 57 | | |
19 | | - | |
| 58 | + | |
20 | 59 | | |
21 | 60 | | |
22 | 61 | | |
| |||
27 | 66 | | |
28 | 67 | | |
29 | 68 | | |
30 | | - | |
31 | 69 | | |
32 | 70 | | |
33 | 71 | | |
| |||
43 | 81 | | |
44 | 82 | | |
45 | 83 | | |
46 | | - | |
| 84 | + | |
47 | 85 | | |
48 | 86 | | |
49 | 87 | | |
| |||
55 | 93 | | |
56 | 94 | | |
57 | 95 | | |
58 | | - | |
59 | | - | |
| 96 | + | |
60 | 97 | | |
61 | 98 | | |
62 | 99 | | |
63 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
64 | 135 | | |
65 | 136 | | |
66 | 137 | | |
| |||
0 commit comments