Mark Junker

Results 214 comments of Mark Junker

@cincuranet Hi, I made all requested style fixes. Thank you for your review.

I need two different projects, because I have two different portable libraries. One for .NET profile 136 and one for .NET profile 259. EDIT: It seems that I cannot create...

The main reason to use NuProj is that I can simply add project references and it'll automatically create all the necessary lib and dependency entries (with the xmldoc file). It...

@karanagai Is there a chance that you can merge this PR and fix those problems on your side? This is an annoying problem as more and more people use a...

This was just a list of things I remembered and just didn't want to forget. Those differences have (for me) a very low priority and just wanted to document this...

The reason for this suggestion is, that I wanted to avoid recreation of the xsd2 output when the source file(s) didn't change to avoid unnecessary recompilation. This - just as...

This does look better. It's just confusing that you might end up having a dependency for a C# source file that might not exist.

The only thing that might make sense is to be able to override the authenticator for a single request and otherwise using the one in `IRestClient`. What's the reason why...

This project has reached its end of life and I currently don't have the time to support this project (see issue #99). Please use HttpClient instead.

I usually suggest a IRestClient per base URL, because that's the common usage scenario where you have a base URL and access only paths relative to this base URL. Your...