Ardalis.SharedKernel icon indicating copy to clipboard operation
Ardalis.SharedKernel copied to clipboard

Some useful base classes, mainly used with the CleanArchitecture template. Also, a template to make your own SharedKernel nuget package.

Results 1 Ardalis.SharedKernel issues
Sort by recently updated
recently updated
newest added

I'm employing strongly typed Ids in my entities. Consequently, I'm unable to utilize `DispatchAndClearEvents()`. Instead, I can resort to `DispatchAndClearEvents()`. However, this requires manual definition of each entity which will...