lsoft / DpdtInject

Highly efficient compile-time general purpose DI container based on C# source generators.
https://www.nuget.org/packages/Dpdt.Injector/
MIT License
32 stars 3 forks source link

cluster type cannot be sealed #19

Open lsoft opened 3 years ago

lsoft commented 3 years ago

because of strange error:

Error   CS0030  Cannot convert type 'MainCluster' to 'DpdtInject.Injector.IResolution<T>'

we need check sealed bit and make loud and clear error message.