Skip to content
View bennor's full-sized avatar
Block or Report

Block or report bennor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. reactiveui/refit reactiveui/refit Public

    The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.

    C# 8.3k 735

  2. AutoT4MVC AutoT4MVC Public

    A zero-configuration Visual Studio 2012+ extension for automatically running T4MVC templates on build and when files are modified in paths that T4MVC cares about.

    C# 24 9

  3. AutoT4 AutoT4 Public

    A zero-configuration extension for Visual Studio 2012+ which automatically runs your T4 templates at build time.

    C# 11 14

  4. A polyfill for Refit 2.0+ in scripti... A polyfill for Refit 2.0+ in scripting environments (e.g. LINQPad). Warning: This won't work on all platforms Refit 2.0+ supports (e.g. iOS, maybe WinRT?).
    1
    using System.Net.Http;
    2
    using Castle.DynamicProxy; // From Castle.Core
    3
    using Refit;
    4
    
                  
    5
    public class ProxyRestService