Re: [mono-android] Mono for Android 4 - Constructor injection causes packaging failure.

2011-12-12 Thread SpiritMachine
This looks similar too some other packaging issues outstanding that might have to do with generics and/or abstract classes. More info; this is what my ProcessLogin class inherits from: public abstract class AsyncCommand : AsyncTask, IContextSetter, ICallbackSetter { protected

[mono-android] Mono for Android 4 - Constructor injection causes packaging failure.

2011-12-07 Thread SpiritMachine
Hi everyone, I had a functional application working fine, using TinyIoC for DI. In particular one of my classes looks like this: public class ProcessLogin : AsyncCommand { private IDataService _dataService; private Context _context; private ProgressDialog _progressDia