Saul Rennison

Results 46 comments of Saul Rennison

I've raised an issue on the Roslyn repo to get the old behaviour: https://github.com/dotnet/roslyn/issues/18581

I tried to take a look at this over the weekend but the compiler is way too complex for me to grok in the couple of hours that I had....

Opened a pull request on Roslyn: https://github.com/dotnet/roslyn/pull/18648

@dsyme it’s always reflection. For example, if I want to JSON serialise a private type, I can’t do that with Newtonsoft.Json because all of the properties are private. This affects...

There are no make files in the SDK, only VPC scripts.

@onovotny have you received any word from the guys at VS that this is being worked on?

Thanks for raising these issues - rather than adding more retry/throttling logic into this library, I've added an example of how to do this in the HttpClient: https://github.com/saul/demofile-net/pull/122/files. I will...

Thanks for the info. Unfortunately that update has broken the way that I dump the schema from the game. Once the reverse engineering is done, I'll push an update for...