Martin Taillefer
Martin Taillefer
@martintmk Any feedback on this?
Let's get these in, these are useful additions.
This would create a coupling between the implementation of the health check and the implementation of the IResourceMonitoring API, which I think is incorrect.
The issue is that you have two abstractions and associated implementations: IFoo and Foo as an implementation IFooProvider and FooProvider as an implementation If I add to DI should I...
Regarding your "con", given that we wouldn't be deleting the API and just marking it obsolete, then nobody would be 'blocked', right?
@joperezr Are obsoleted APIs ever removed from the code base?
Yep, that's the one. There may be more...
@tekian Any progress?
Nah, let's close this.
@RussKie Is this using the same incremental mutation testing we do in the R9 repo? Perhaps we need to integrate DeltaBuild as well? Can you explain the issue with the...