James Duley

Results 40 comments of James Duley

Hi @jamescourtney, apologies for not getting back to these PRs. We've had a new developer join (@trumully) who I've tasked with getting these in shape. So expect some new PRs...

Fair enough, I'll create a benchmark to see how much difference there is. As I understand, the object allocations for the delegate shouldn't be a problem as they'll be lifted...

No I haven't, but I'll have some time coming up next week to look at this upstreaming.

We could just add a note in the doc comment for `Match` that `Visit` should be used for better performance. For what it's worth, we chose FlatSharp because we wanted...

Closing in favour of #438

Not sure if it's related, but I'm getting > Get-AzServiceBusKey : Unexpected character encountered while parsing value:

My issue was user error, I had an extra `/` in one of the parameters, which causes 404 and some html to be returned from the API. I assume `Get-AzServiceBusKey`...

This is pretty bad. Our `dotnet format --verify-no-changes` had started silently passing the the CI run even though there were changes. It was printing ``` Required references did not load...

@belav I get this too every time I open VS, ![image](https://github.com/user-attachments/assets/15a6bef3-ad10-4a8e-82fb-06e33feca75c) We're using 0.28.2 in this project. How should I go about investigating the issue?