afrew

Results 2 issues of afrew

Marking an xunit test class with [RunWith(typeof(IocTestClassCommand))] [DependencyResolverBootstrapper(typeof(NinjectTestsBootstrapper))] removes the testRunner icon from next to the [Fact] method. ![image](https://user-images.githubusercontent.com/26069802/42947951-7cc7ced6-8b3c-11e8-8ea5-709c55efb188.png) Removing the attributes restores the symbol: ![image](https://user-images.githubusercontent.com/26069802/42947995-8b11e972-8b3c-11e8-8916-563b83be7885.png)

I installed this nuget and it's working great, except that I had to downgrade Ninject to version 1.9.2 to get it to install. Is there a reason the latest Ninject...