Skip to content

Commit

Permalink
Removed fix because of other Zenject issues
Browse files Browse the repository at this point in the history
Need to wait for Zenject/Extenject to provide info on workaround/fix.
  • Loading branch information
grofit committed Mar 14, 2020
1 parent 8fa8cd4 commit a49a6d5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ public void Bind(Type fromType, Type toType, BindingConfiguration configuration
return;
}

if(!string.IsNullOrEmpty(configuration.WithName))
{ bindingSetup.WithId(configuration.WithName); }
// TODO: ZENJECT FIX NEEDED FOR RESOLVE ALL
//if(!string.IsNullOrEmpty(configuration.WithName))
//{ bindingSetup.WithId(configuration.WithName); }

if (configuration.ToInstance != null)
{
Expand Down

0 comments on commit a49a6d5

Please sign in to comment.