ardalis / CleanArchitecture

Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
MIT License
15.18k stars 2.65k forks source link

Mixed SharedKernel : Clean.Architecture and Ardalis #737

Open sdudnic opened 1 month ago

sdudnic commented 1 month ago

In the latest version to date in the "sample" project are mixed SharedKernel namespaces, using both Clean.Architecture.SharedKernel and Ardalis.SharedKernel - seems NOK...

As I understand it should be used the namespaces NimblePros.SharedKernel

ardalis commented 1 month ago

Ah, yeah, that should probably be fixed. Thanks!