Igal Tabachnik

Results 118 issues of Igal Tabachnik

I stumbled upon an issue that drove me bit nuts over the weekend: if I called RelaunchElevated (by passing `/u` or manually), while launching from Visual Studio (with or without...

https://github.com/hmemcpy/AgentMulder/tree/R%2310 Upgraded to SDK 10, tests failing with this: ``` SetUp : JetBrains.TestFramework.Utils.TestLoggerListener+TestWrapperException : 2 exceptions were thrown. #1: Failed to read assembly metadata when adding its parts to the...

Mark constructors that are not affected by containers as unused

Adding references to types matched by the component registration should solve several problems at once: 1. Types will be used automatically 2. Find usages/value tracking support 3. Potential code completion

http://catel.codeplex.com/workitem/7216 Via @alexfdezsauco

This will allow adding support for things like MEF (#38)

This was introduced as a heuristic in the cache builder, it scans the `using` directives of a file to see if it refers to any containers. However, if a container...

Add support for .Scan from `Ninject.Extensions.Conventions` Add support for binding ToProvider (see NHibernate provider example)

Improvement