You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error CS0246: The type or namespace name 'TSource' could not be found (are you missing a using directive or an assembly reference?)
error CS0246: The type or namespace name 'TDestination' could not be found (are you missing a using directive or an assembly reference?)
To solve this I was needing to add the ServiceType and ImplementationType as
It should be good if the library automatic detecting this open generic and creating correct mapping directly, or has an validation error that describes that open generics not is supported to map.
Using version 2.7.0 of Injectio.
The text was updated successfully, but these errors were encountered:
I was adding an open generic class as below that
created the following registration inside the
DiscoveredServicesExtensions
classthat resulted in msbuild error
To solve this I was needing to add the
ServiceType
andImplementationType
asto get the correct registration
It should be good if the library automatic detecting this open generic and creating correct mapping directly, or has an validation error that describes that open generics not is supported to map.
Using version 2.7.0 of Injectio.
The text was updated successfully, but these errors were encountered: