Dmytro Dziuma

Results 5 comments of Dmytro Dziuma

@AnotherICe Won't it work if you just register `ReadOnlyCollection` for `IReadOnlyCollection`/ `IReadOnlyList` since `ReadOnlyCollection` ctor accepts `IList` which is already registered? Something as follows ``` For(typeof(IReadOnlyList)).Use(typeof(ReadOnlyCollection)); ```

@chester89 You might be interested in this pull request https://github.com/quartznet/quartznet/pull/289

what happens if you update the Castle.Core dependency just in your project to the desired version?

@mk1024 I think it would be nice if you make a pull request with your changes;)

> One more note is that [Greedy] attribute is defined in Test Framework specific glue libraries (e.g. Xunit, Xunit2) which are not aware of the Mocking Framework Correct me if...