You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update main with changes in stable after v1.17.0 release (#63)
* Release of new minor version v1.16 (#61)
* Set version to '1.16-preview'
* Make sure that the projections are processed in a scoped application lifecycle
* clean up scope
* update changelog
* The projection is not optional
* Set version to '1.16'
---------
Co-authored-by: Niels Lunn <[email protected]>
* Release of new minor version v1.17 (#62)
* Set version to '1.16-preview'
* Make sure that the projections are processed in a scoped application lifecycle
* clean up scope
* update changelog
* The projection is not optional
* Set version to '1.16'
* Set version to '1.17-preview'
* ci: fix dotnet pack unable to find build output
* Set version to '1.17'
---------
Co-authored-by: Niels Lunn <[email protected]>
Co-authored-by: Christian Helle <[email protected]>
* Updated CHANGELOG.md for 1.17.0 release
---------
Co-authored-by: Niels Lunn <[email protected]>
Co-authored-by: Christian Helle <[email protected]>
* Allow CommandHandlers to have scoped dependencies (#64)
* Register ICommandProcessorFactory, ICommandHandlerFactory
and CommandProcessor as transient
to allow to CommandHandler to use scoped dependencies.
* Update changelog
---------
Co-authored-by: Andreas Gehrke <[email protected]>
* Set version to '1.18'
* Set version to '1.19-preview'
* Set version to '1.19'
* Set version to '1.20-preview'
* Bring back ProjectionFactory
Also use IServiceScopeFactory instead of IServiceProvider in
ProjectionProcessor to make it more clear that we are only creating scopes
* Changelog
* Functional tests of Command execution and projections
* Upgrade SonarAnalyzer.CSharp as the current version reports bogus issues
* Fix Warning S6612 : Use the lambda parameter instead of capturing the argument 'name'
* Fix Warning S6608 : Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last"
* Set version to '1.20'
---------
Co-authored-by: Niels Lunn <[email protected]>
Co-authored-by: Christian Helle <[email protected]>
Co-authored-by: Andreas Gehrke <[email protected]>
Co-authored-by: Andreas Gehrke <[email protected]>
0 commit comments