Giter Club home page Giter Club logo

Comments (10)

ploeh avatar ploeh commented on June 28, 2024

'Plan' is such a big word, but I've considered it :)

I think it's a good idea.

from hyprlinkr.

khorvat avatar khorvat commented on June 28, 2024

Just to be clear, if I pass in the async method without awaiting or invoking result your code works, but VS is raising warnings all over the place.

So if there is a room in your 'plan' it would be nice to kill those warnings.

Thanks

On Sep 18, 2013, Mark Seemann [email protected] wrote:

'Plan' is such a big word, but I've considered it :)

I think it's a good idea.


Reply to this email directly or view it on GitHub:
#20 (comment)

-- Sent from my Android phone with K-@ Mail. Please excuse my brevity.

from hyprlinkr.

ploeh avatar ploeh commented on June 28, 2024

The problem with adding support for this right now is that in order to do that, I'd have to upgrade Hyprlinkr to target .NET 4.5, and right now it only supports .NET 4.0.

However, the up-coming Web API 2 (version 5.0.0 AFAICT) seems to support only .NET 4.5, so it seems reasonable to upgrade Hyprlinkr at that time too. After that, I'll add support for async controllers.

from hyprlinkr.

ploeh avatar ploeh commented on June 28, 2024

I found a way to implement this on .NET 4.0, so the latest version of Hyprlinkr (0.9.9) now supports async Controller methods like this:

Uri actual = linker.GetUriAsync((AsyncController c) => c.Get(id)).Result;

from hyprlinkr.

khorvat avatar khorvat commented on June 28, 2024

Great, I'll give it a try and let you know how it goes.

Thanks

from hyprlinkr.

khorvat avatar khorvat commented on June 28, 2024

Just to confirm that everything is working as expected - without warnings ;) ... thanks again.

from hyprlinkr.

ploeh avatar ploeh commented on June 28, 2024

Thank you for reporting back :)

from hyprlinkr.

barbosatek avatar barbosatek commented on June 28, 2024

AsyncController is MVC specific, do you have any workaround for WebAPI?

from hyprlinkr.

khorvat avatar khorvat commented on June 28, 2024

Hi @barbosatek, the above example is working in WebAPI so could you give us an example if the issue you have ?

from hyprlinkr.

ploeh avatar ploeh commented on June 28, 2024

AsyncController is MVC specific, do you have any workaround for WebAPI?

Discussion moved to #42

from hyprlinkr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.