Matt Kotsenas
Matt Kotsenas
As mentioned above, opening this to at least start a discussion around if it makes sense to remove the "serivceName" parameter, given that it seems redundant with the client name,...
Hey there! Friendly ping to see if this is a change worth considering. Also pinging @jennyf19 for visibility. If you have any questions, please let me know. Thanks!
Oh yes, as-is definitely would be a breaking change. I think the first question is "is this something you would ever accept?", since I don't see a purpose to name...
Thanks @jmprieur! I believe I updated this change as you suggested; would you mind taking another look and letting me know if there are any questions or concerns? Thanks!
Hi @rgl! Yeah, I'm only getting the problem intermittently, it seems to hit about 25% of the time or so. After the updates themselves installed I waited 3 hours for...
+1 to wanting counts. We use this today to help find "hotspots" where we have duplicate tests (or duplicative test setup) that we can should clean up.
I just bumped into this as well. Debugging into the base implementation of `Path.GetRelativePath()`, (and as @ZacheryPD mentioned) it calls `GetFullPath()`, which the mock can't intercept (note I'm currently on...
Verifying this behavior in the latest int.main and it appears the up-to-date might be broken in the other direction (i.e. unnecessary incremental builds). Using the same sample project from the...
I haven't forgotten about this. I got pulled into since stuff at work and have to put this on hold for another week or two.
> ignore my build error. a restart of rider fixed it Yeah, this is a downside of using a generator (or analyzer) as a ProjectReference; it's loaded into the build...