Home

Awesome

Ardalis.SharedKernel

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

Make Your Own!

You should probably fork or copy the classes in this repo and create your own Acme.SharedKernel package! Host it on NuGet or better yet, your own private package feed. This is not a supported package and is really only intended as a demo for use with the Clean Architecture Solution Template

To see an example of what you should do, check out the sample folder in the Clean Architecture repo and notice that it depends on its own, separate NimblePros.SharedKernel package.

References