0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 20, 2023 — Dec 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refs: #377, #414 Removed EnlistInAmbientTransaction from the core library. OptimisticPipelineHook now have to be explicitly enabled with UseOptimisticPipelineHook(), changed the IDisposable implementation of the PipelineeHookBase class to be compliant. More... over 5 years ago
Changed the Dispose implementation to be compliant More... over 5 years ago
Refs: #377, #414 some code cleanup and investigation to see if it's More... over 5 years ago
Fix: #475 removed ContentDictionary.xml from the NuGet packages More... over 5 years ago
Merge tag '6.0.0' into develop More... over 5 years ago
Merge branch 'release/6.0.0' More... over 5 years ago
Updated Changelog More... over 5 years ago
Refs: #420 fixed the tests to better reflect what happens when committing multiple times after a ConsurrencyException More... over 5 years ago
Ported PollingClientExample to .NET Core More... almost 6 years ago
Fix: #473 refresh the stream before throwing ConcurrencyException when attempting to commit new events to a partially loaded stream More... almost 6 years ago
Changed the shape of CommitAttempt, it's pointless to have More... almost 6 years ago
Added a benchmark to measure the EventStore GetFrom() method. More... almost 6 years ago
Code cleanup More... almost 6 years ago
Added Simple benchmarks for Read and Write to an event store configured with in memory persistence. More... almost 6 years ago
Ported NEventStore.Example project to dotnet core. More... almost 6 years ago
Added a Benchmark project More... almost 6 years ago
Updated Test Adapters and Testing Libraries More... almost 6 years ago
Added Tests for the PipelineHooksAwarePersistanceDecorator class More... almost 6 years ago
ImmutableCollection: made it sealed and removed virtual from methods. Added an ImmutableDictionary wrapper. Small refactoring and micro optimizations. More... almost 6 years ago
Fixed some compilation warnings and minor code style changes More... almost 6 years ago
added a test to check for default persistence initialization, cleaned code to remove some warnings. More... almost 6 years ago
updated the changelog More... almost 6 years ago
Removed compilation warnirngs (FluentAssertions update) More... almost 6 years ago
Merge tag '6.0.0-rc.1' into develop More... almost 6 years ago
Merge branch 'release/6.0.0-rc.1' More... almost 6 years ago
Updated Testing frameworks Libraries More... almost 6 years ago
Merge pull request #470 from wadsworj/patch-1 More... almost 6 years ago
Update readme.markdown. Remove dead link. More... almost 6 years ago
Fixed a bug: CommitSequence was not updated correctly if persistence More... almost 6 years ago
Fixes: #420 adding events in the middle of the last commit should throw More... almost 6 years ago