GMillerVarian

Results 11 comments of GMillerVarian

We are facing the same issue. We are using the ApiVersion annotation with Deprecated = true and it is not showing as deprecated in the Swagger UI. We have resorted...

As per the stack trace in the provided log entry, the following line is causing an invalid dictionary lookup: [RedisHealthCheck.cs#L29](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/release-redis-6.0.4/src/HealthChecks.Redis/RedisHealthCheck.cs#L29) It seems like either a check is needed to prevent...

@sungam3r Do you understand the issue now, and see why it's a problem with HealthCheck?

Any update on this? We are facing the same issue, and are therefore stuck on version 3.0.98 until this is resolved.

I was able to repro with the following: ```cs using Microsoft.VisualStudio.TestTools.UnitTesting; [TestMethod("@RMS-TEST-1 RMS Test without data rows")] public void ValidateTest1() { Validate(_sut, WritePolicy, "DeleteAsync"); } [TestMethod("@RMS-TEST-2 RMS Test with data...

It looks like there is some inconsistent behavior depending on whether tests include rows with param of "Type" or "Type[]". Try adding the following tests (apologies, this is like what...

We expect to see the 6 tests cases shown using display name (i.e. including the @RMS tag). This is what I see if I port that example to xUnit using...

I would also expect to see the same 6 test cases in Test Explorer, which is what we see with xUnit: ![image](https://user-images.githubusercontent.com/16961923/236469868-36abd0d3-9514-4d10-a8fe-8d1eaab794bf.png) Although this matters little to us, our only...

@codito @Siphonophora Any update on this issue?

@codito @Siphonophora Are you able to provide an update as to when we can expect this to be supported?