Skip to content

Releases: CodelyTV/csharp-ddd-skeleton

Add first subscriber use case

14 Dec 15:10
33d2a64

Choose a tag to compare

Pre-release
Add first subscriber use case (#23)

* Add CoursesCounter, suscriber and repository

* Add mother class and TestCase - Mapping database

* Test publish domain and change FakeItEasy by Moc + refactor infrastructure case + apply InMemoryContext

* Added DomainEventInformation and Deserializer logic

* Add ability to test domain events from Specflow

Add InMemory Event Bus

02 Dec 03:11

Choose a tag to compare

Pre-release
0.14.0

Raise domain event on course created

All test infrastructure to support entity framework

11 Nov 02:23
7a84fa7

Choose a tag to compare

Implement MySql Courses repository & infrastructure tests
Added all the related infrastructure to set up and clean the databases

Add EF Core integration

28 Oct 00:41
88f52ff

Choose a tag to compare

Pre-release
Add EfCore integration and renaming properties

* Persist value object into EF Core and renaming properties

* remove unnecessary set property

* Add await in test files

Add semantics to the tests

15 Oct 02:31

Choose a tag to compare

Pre-release
0.11.0

Add semantics to the tests

Add Object Mother

15 Oct 01:29

Choose a tag to compare

Add Object Mother Pre-release
Pre-release
0.10.0

Add Object Mother

Add Value Objects and Identifiers

14 Oct 14:28

Choose a tag to compare

Pre-release
0.9.0

Add Value Objects

Course - CourseCreator and CourseRepository

14 Oct 03:50

Choose a tag to compare

0.8.0

Add CourseCreator and Course, CourseRepository and FileCourseRepository

Add basic Docker integration

13 Oct 20:01

Choose a tag to compare

Pre-release
0.7.0

Add docker support

Cleaning structure + BDD

13 Oct 14:18

Choose a tag to compare

Pre-release
0.6.0

Add CoursePut controller + bdd test + renaming namespaces