Marcin Belczewski
Marcin Belczewski
Sorry for late response on that JP. I've played around with the fix and discovered one more interesting issue. Or maybe this is not an issue - that depends on...
OK I've just noticed that this is by design. There is a test in "and_the_property_has_a_private_mutator" that verifies this. So I have another question. How to disable property injection altogether? We...
JP Check out this example: public class TestData { public string Data { get; set; } } ``` public class TestPropertyInjection { public TestData TestData { get; private set; }...