Commit 712a4ea
committed
Update Genocs library for .NET 9.0 compatibility
- Added new package release notes directing users to the change log on GitHub.
- Changed `IDatabaseInitializer` from `internal` to `public`.
- Updated `AggregateRoot` and `Entity` classes to use `DefaultIdType` and modified `DomainEvents` to use lists.
- Expanded `IRepository` interface with generic versions and introduced read/write repository interfaces.
- Modified `TableMappingAttribute` to include a constructor for the `Name` property.
- Refactored `GenocsException` for concise syntax.
- Enhanced `ConnectionStringSecurer` and `ConnectionStringValidator` with new logic for database providers.
- Introduced `ApplicationDbContext`, `ApplicationDbInitializer`, and `ApplicationDbSeeder` for database management.
- Implemented `DatabaseInitializer` for application-specific data initialization.
- Created `ApplicationDbRepository` for Ardalis Specification querying.
- Updated project references to version 7.2.4 for consistency.
- Refactored `Startup` class for better organization of service registrations.
- Added `GetAuditLogsRequestHandler` for handling audit log requests with MediatR.
- Introduced `IUnitOfWork` interface for saving changes to the database.1 parent aeea6c2 commit 712a4ea
File tree
54 files changed
+523
-200
lines changed- src
- Genocs.Auth
- Genocs.Common/Persistence/Initialization
- Genocs.Core
- Domain
- Entities
- Auditing
- Repositories
- Exceptions
- Genocs.Discovery.Consul
- Genocs.HTTP.RestEase
- Genocs.HTTP
- Genocs.LoadBalancing.Fabio
- Genocs.Logging
- Genocs.MessageBrokers.Outbox.MongoDB
- Genocs.MessageBrokers.Outbox
- Genocs.MessageBrokers.RabbitMQ
- Genocs.MessageBrokers
- Genocs.Metrics
- Genocs.Monitoring
- Genocs.OpenTelemetry
- Genocs.Persistence.EFCore
- Auditing
- Configurations
- Context
- Initialization
- Repositories
- Genocs.Persistence.MongoDb
- Genocs.Persistence.Redis
- Genocs.QueryBuilder
- Genocs.Secrets.AzureKeyVault
- Genocs.Secrets.Vault
- Genocs.Security
- Genocs.ServiceBusAzure
- Genocs.Tracing.Jaeger.RabbitMQ
- Genocs.Tracing
- Genocs.WebApi.CQRS
- Genocs.WebApi.Security
- Genocs.WebApi.Swagger
- Genocs.WebApi
- apps
- apigateway/APIGateway.WebApi
- identity
- Identities.Application
- Identities.WebApi
- notifications/Notifications.WebApi
- orders/Orders.WebApi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+523
-200
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
25 | | - | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 6 | + | |
12 | 7 | | |
13 | 8 | | |
14 | 9 | | |
15 | 10 | | |
16 | | - | |
17 | 11 | | |
18 | | - | |
| 12 | + | |
19 | 13 | | |
20 | 14 | | |
21 | 15 | | |
22 | | - | |
| 16 | + | |
23 | 17 | | |
24 | | - | |
25 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| |||
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 24 | | |
33 | 25 | | |
34 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | | - | |
| 9 | + | |
12 | 10 | | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
21 | 16 | | |
22 | 17 | | |
23 | | - | |
| 18 | + | |
24 | 19 | | |
25 | | - | |
26 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 9 | + | |
Lines changed: 9 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | | - | |
| 14 | + | |
11 | 15 | | |
12 | | - | |
| 16 | + | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | | - | |
| 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 | + | |
0 commit comments