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
In current version of sdk we register all types from all assemblies keyed by the type name when the extension method AddBlip is called. This can be bad since its very easy to have collisions(thats the problem here).
A solution is to key by the full name of type(includes the type namespace) or register only the sdk types and references.
https://forum.blip.ai/t/solved-there-are-multiple-types-named-settings/2162
The text was updated successfully, but these errors were encountered: