We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
public interface IFoo { } public class Foo : IFoo { public Foo() { } public Foo(Foo copy) { } }
TinyIoCContainer.Current.Register(typeof(IFoo), typeof(Foo)); // Does not make a difference if using AsSingleton() or AsMultiInstance().
Expected behaviour: Should just work.
Actual Behaviour: You receive a System.TypeInitializationException during application startup.
Observations:
Environment: Xamarin.Forms 4.8.0.1821 NETStandard.Library 2.0.3
The text was updated successfully, but these errors were encountered:
Hello,
Can you please create a pr that contains a test for this as well as a fix.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
Expected behaviour:
Should just work.
Actual Behaviour:
You receive a System.TypeInitializationException during application startup.
Observations:
Environment:
Xamarin.Forms 4.8.0.1821
NETStandard.Library 2.0.3
The text was updated successfully, but these errors were encountered: