JoshLove-msft

Results 140 comments of JoshLove-msft

See https://github.com/Azure/azure-sdk-for-net/issues/42050#issuecomment-1953564964

I had this implemented locally to handle an issue with Storage tests due to differences in how URI was encoded between Framework and Core. I implemented it as an attribute...

That said, I would like to avoid adding this feature if we can come up with another way to fix the floating point issue.

> could this be implemented with something similar to a sanitizer? Yes, you could do something like conditional sanitization depending on the platform. This is what I did for Storage...

> Are there any compatibility issues we would be missing if we isolated record and playback to each dotnet target? Is there any advantages to playing back the same recording...

Mitigated sure, but I don't think it means we should record all targets by default. We could have an attribute that can be applied as needed.

I don't think this issue is specific to the extensions, as when using the SDK directly you are not able to modify the Prefetch count for a running receiver. We...

> @JoshLove-msft Any update? Unfortunately, we don't have an update yet. We are waiting to see if this can be addressed from the service side before considering an improvement in...

You should already be able to inject your own MessagingProvider. Any chance you can include your startup code? However, even if you are able to inject your own provider, I...