issues
search
oskardudycz
/
EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
https://event-driven.io
Creative Commons Attribution Share Alike 4.0 International
3.42k
stars
514
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Es versioning talk
#290
oskardudycz
opened
5 days ago
0
Renamed docker-compose to docker compose to fix the GH Action build
#289
oskardudycz
closed
2 months ago
0
Eda workshop
#288
oskardudycz
closed
2 months ago
0
Bump RestSharp from 111.0.0 to 112.0.0 in /Core
#287
dependabot[bot]
closed
2 months ago
1
Exercise 10 and 11 are missing a README.md
#286
psaeuerl
opened
4 months ago
0
Updated dependencies (e.g. Marten to 7.20.0)
#285
oskardudycz
closed
4 months ago
0
Adjusted PassageOfTime example extending by the granular time events
#284
oskardudycz
closed
4 months ago
0
Added example of providing EventStoreDB SubscriptionToAll filter to match a specific set of event types
#283
oskardudycz
closed
5 months ago
3
Simplfied AsyncEnumerable batching by using OpenExtension package
#282
oskardudycz
closed
5 months ago
0
Bumped packages to latest versions
#281
oskardudycz
closed
5 months ago
0
Added Nginx configuration with multiple replicas for Helpdesk sample
#280
oskardudycz
closed
5 months ago
0
Added test collection for Marten ECommerce sample
#279
oskardudycz
closed
5 months ago
0
chore(Deps): Update to latest Equinox nugets
#278
bartelink
closed
5 months ago
3
use char overload for split
#277
SimonCropp
closed
5 months ago
0
remove unecessary ToArray alloc
#276
SimonCropp
closed
5 months ago
0
Refactored EventStoreDB subscriptions making it more scalable
#275
oskardudycz
closed
5 months ago
0
Added EventStoreDB subscriptions batching and PostgreSQL checkpointer
#274
oskardudycz
closed
5 months ago
0
use some expression bodied members
#273
SimonCropp
closed
5 months ago
1
use maxby
#272
SimonCropp
closed
5 months ago
0
remove unnecessary list allocs
#271
SimonCropp
closed
5 months ago
0
thoughts on global usings?
#270
SimonCropp
closed
5 months ago
0
remove redundant catch in ExtractTraceContextFromEventMetadata
#269
SimonCropp
closed
5 months ago
0
avoid string allocs in id generation
#268
SimonCropp
closed
5 months ago
0
use some target typed new
#267
SimonCropp
closed
5 months ago
0
remove some redundant private sets
#266
SimonCropp
closed
5 months ago
0
remove some redundant class bodies
#265
SimonCropp
closed
5 months ago
0
use some collection expressions
#264
SimonCropp
closed
5 months ago
0
remove redundant null suppressions
#263
SimonCropp
closed
5 months ago
0
remove some redundant usings
#262
SimonCropp
closed
5 months ago
0
remove redundant verbatim strings
#261
SimonCropp
closed
5 months ago
0
throw for cant find type
#260
SimonCropp
closed
5 months ago
0
fix some spelling
#259
SimonCropp
closed
5 months ago
0
Trimmed multiple Docker Compose file into a single one with profiles
#258
oskardudycz
closed
5 months ago
0
Fixed handling of the LastProcessedPosition handling in EntityFrameworkProjection
#257
oskardudycz
closed
5 months ago
0
Added example of catching breaking changes to the package with Microsoft.CodeAnalysis.PublicApiAnalyzers
#256
oskardudycz
closed
5 months ago
0
Added various ways of running compatibility tests
#255
oskardudycz
closed
5 months ago
0
Moved orders queries to controller
#254
oskardudycz
closed
5 months ago
0
Fixed ShoppingCart unit tests wrongly bumping version
#253
oskardudycz
closed
5 months ago
0
Added Aggregate base class with event type
#252
oskardudycz
closed
5 months ago
0
Added example implementation of Passage Of Time and To-Do List patterns
#251
oskardudycz
closed
5 months ago
0
Added Aspire basic configuration to ECommerce sample
#250
oskardudycz
closed
6 months ago
0
Slimmed down immutable exercise even more to follow Decider pattern
#248
oskardudycz
closed
6 months ago
0
Added exercises to slim down aggregates and entities
#247
oskardudycz
closed
6 months ago
0
Refactored classes to use Primary Constructors where possible
#246
oskardudycz
closed
6 months ago
0
Changed custom IProjections like KafkaProducer, SignalRProducer, ElasticProjection to subscriptions
#245
oskardudycz
closed
6 months ago
0
Replaced Trx-based test reporter with GitHubActionsTestLogger package.
#244
oskardudycz
closed
6 months ago
0
Added EventStoreDB Application Layer and Optimistic Concurrency Tests
#243
oskardudycz
closed
6 months ago
0
Added Marten Application Layer and Optimistic Concurrency Tests
#242
oskardudycz
closed
6 months ago
0
Updated Business Logic exercise, to make it more gradual and easier to fill gaps
#241
oskardudycz
closed
6 months ago
0
Added example of a single Apply method in Marten
#240
oskardudycz
closed
6 months ago
0
Next