James Turner

Results 197 comments of James Turner

![image](https://user-images.githubusercontent.com/904226/195356003-47853a46-a713-4c2b-928c-7d58c52f9217.png) ![image](https://user-images.githubusercontent.com/904226/195356102-72f48966-ca75-446f-a380-927c612c9078.png)

More curious... ![image](https://user-images.githubusercontent.com/904226/195356948-c09f0b26-bbf3-44bb-b100-41524c0b1076.png) ![image](https://user-images.githubusercontent.com/904226/195357167-07e21d31-af57-4a36-bd32-ef1558a25a97.png)

Potentially, yeah... I'll need to dig into this more tomorrow but that is a crazy bug if that is the case.

![image](https://user-images.githubusercontent.com/904226/195528912-4be1f058-c05f-4159-b74a-8ec0dfb26dcc.png) An even more simplified example causing the problem - it definitely seems to be an upstream bug that I inadvertently triggered.

It gets weirder, both properties don't need to have `set` either - just one "fixes" this. Guessing it is definitely impacting the ordering then. ![image](https://user-images.githubusercontent.com/904226/195529803-7719ae04-01de-479a-bbec-14717557f50a.png) ![image](https://user-images.githubusercontent.com/904226/195529938-df5d820c-67f4-4d26-a12c-ce56a5b38217.png) ![image](https://user-images.githubusercontent.com/904226/195530003-750e1d01-4653-498c-9819-1468aec89693.png)

Opened up a bug report for this on protobuf-net: https://github.com/protobuf-net/protobuf-net/issues/964

From Marc Gravell: > The _immediate_ problem here is that it is inferring the member order as a tuple-like type - meaning: when it finds no attributes (in `RuntimeTypeModel.Add`), it...

I realised after posting this that `SendHeader` on `SocketFrameHandler` does do synchronous sends so it isn't entirely pointless to set, now just rather potentially inconsistent behaviour between the socket writes...

Agreed - not a fan of the build information being added via Dependabot and manually do the package update to avoid that being added to the git history. My recent...

> That said the VS Code is all OSS. If you want syntax highlighting "that good" you might want to look at just using the same code Visual Studio uses...