Ali
Ali
- migration to .NET 5 And Ocelot 15.0.6 - Add Google.Protobuf for Stream - Upload-Download file
migration to .NET 5 And Ocelot 15.0.6 - change mehod name to method fullname
Introduces the `EventFlowMongoInitializer` class in the `EventFlow.MongoDB.EventStore` namespace. This class facilitates the initialization of MongoDB event persistence by utilizing an `IServiceProvider` to manage dependencies and service lifetimes. The `Initialize` method...
- Introduced a new private field `_domainEventPublisher` in `AggregateStore` and updated the constructor to use it directly for publishing domain events, removing the previous service provider retrieval. - Refactored the...
## Problem Current object mapping in Dapper uses reflection which causes memory overhead for bulk operations. ## Proposed Solution Implement a `Span`-based mapper as an alternative for scenarios like: -...
- Added explicit check for `decimal?` types in GetDeserializer - Returns 0m when encountering a NULL value - Maintains existing behavior for other types Closes #1573