File tree
136 files changed
+3366
-376
lines changed- src
- BuildingBlocks
- Data
- Masa.Contrib.Data.Contracts.EF
- DataFiltering
- Internal
- Options
- Masa.Contrib.Data.EntityFrameworkCore
- Filters
- Masa.Contrib.Data.EntityFrameworkCore.Cosmos
- Internal
- Masa.Contrib.Data.EntityFrameworkCore.InMemory
- Masa.Contrib.Data.EntityFrameworkCore.MySql
- Masa.Contrib.Data.EntityFrameworkCore.Oracle
- Masa.Contrib.Data.EntityFrameworkCore.Pomelo.MySql
- Masa.Contrib.Data.EntityFrameworkCore.PostgreSql
- Masa.Contrib.Data.EntityFrameworkCore.SqlServer
- Masa.Contrib.Data.EntityFrameworkCore.Sqlite
- Masa.Contrib.Data.UoW.EF
- Internal
- Ddd/Masa.Contrib.Ddd.Domain.Repository.EF
- Dispatcher
- Masa.Contrib.Dispatcher.IntegrationEvents.Dapr
- Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF
- Isolation
- Masa.Contrib.Isolation
- Masa.Contrib.Isolation.UoW.EF
- test
- Masa.Contrib.Data.Contracts.EF.Tests
- Masa.Contrib.Data.EntityFrameworkCore.Tests
- Internal
- Models
- Masa.Contrib.Data.UoW.EF.Tests
- Masa.Contrib.Ddd.Domain.Repository.EF.Tests
- Masa.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests
- Masa.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests
- Masa.Contrib.Isolation.Tests
- Masa.Contrib.Isolation.UoW.EF.Tests
- Masa.Contrib.Isolation.UoW.EF.Web.Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
136 files changed
+3366
-376
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
23 | 33 |
| |
24 | 34 |
| |
25 | 35 |
| |
|
+132-11
Large diffs are not rendered by default.
Submodule MASA.BuildingBlocks updated 26 files
- Masa.BuildingBlocks.sln+7
- src/Data/Masa.BuildingBlocks.Data.Contracts/DataFiltering/IDataFilter.cs+13
- src/Data/Masa.BuildingBlocks.Data.Contracts/DataFiltering/ISoftDelete.cs+9
- src/Data/Masa.BuildingBlocks.Data.Contracts/Masa.BuildingBlocks.Data.Contracts.csproj+4
- src/Data/Masa.BuildingBlocks.Data.Contracts/_Imports.cs+5
- src/Data/Masa.BuildingBlocks.Data.UoW/Masa.BuildingBlocks.Data.UoW.csproj+4
- src/Data/Masa.BuildingBlocks.Data.UoW/_Imports.cs+1-1
- src/Data/Masa.BuildingBlocks.Data/BaseDbConnectionStringProvider.cs+1-1
- src/Data/Masa.BuildingBlocks.Data/ConnectionStringNameAttribute.cs+24
- src/Data/Masa.BuildingBlocks.Data/ConnectionStrings.cs+29
- src/Data/Masa.BuildingBlocks.Data/IConnectionStringProvider.cs+21
- src/Data/Masa.BuildingBlocks.Data/IDbConnectionStringProvider.cs+1-1
- src/Data/Masa.BuildingBlocks.Data/IMasaDbContext.cs+8
- src/Data/Masa.BuildingBlocks.Data/Masa.BuildingBlocks.Data.csproj+9
- src/Data/Masa.BuildingBlocks.Data/MasaDbConnectionOptions.cs+21
- src/Data/Masa.BuildingBlocks.Data/Options/MasaDbContextConfigurationOptions.cs+1-1
- src/Data/Masa.BuildingBlocks.Data/_Imports.cs+5
- src/Ddd/Masa.BuildingBlocks.Ddd.Domain/Entities/Auditing/AuditEntity.cs+4
- src/Ddd/Masa.BuildingBlocks.Ddd.Domain/Entities/Auditing/IAuditEntity.cs+1-1
- src/Ddd/Masa.BuildingBlocks.Ddd.Domain/_Imports.cs+1
- src/Isolation/Masa.BuildingBlocks.Isolation/IIsolationDbConnectionStringProvider.cs-11
- src/Isolation/Masa.BuildingBlocks.Isolation/Masa.BuildingBlocks.Isolation.csproj+4
- src/Isolation/Masa.BuildingBlocks.Isolation/Options/DbConnectionOptions.cs-18
- src/Isolation/Masa.BuildingBlocks.Isolation/Options/IsolationDbConnectionOptions.cs+2-4
- src/Isolation/Masa.BuildingBlocks.Isolation/Options/IsolationOptions.cs+11-2
- src/Isolation/Masa.BuildingBlocks.Isolation/_Imports.cs+1
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 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + |
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 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
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 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 10 | + | |
| 11 | + | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
16 |
| - | |
17 |
| - | |
| 15 | + | |
| 16 | + | |
18 | 17 |
| |
| 18 | + | |
19 | 19 |
|
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 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + |
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 | + |
This file was deleted.
This file was deleted.
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 | + |
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 | + |
0 commit comments