Giter Site home page Giter Site logo

Comments (15)

shorbachuk avatar shorbachuk commented on May 20, 2024 2

I just tried it. Its working really great, exactly what I needed.

from globalexceptionhandlerdotnet.

josephwoodward avatar josephwoodward commented on May 20, 2024

At the moment there isn't, but I'd be open to adding an overload to ReturnStatusCode(...)along the lines of:

ReturnStatusCode(Func<Exception, HttpStatusCode>)

from globalexceptionhandlerdotnet.

shorbachuk avatar shorbachuk commented on May 20, 2024

Cool, should I work on a PR or is this something you would like to take?

from globalexceptionhandlerdotnet.

josephwoodward avatar josephwoodward commented on May 20, 2024

I'm currently doing some work on the API so I can do it as a part of that 👍

from globalexceptionhandlerdotnet.

shorbachuk avatar shorbachuk commented on May 20, 2024

Any idea when to expect this enhancement?

from globalexceptionhandlerdotnet.

josephwoodward avatar josephwoodward commented on May 20, 2024

Just finishing off the last few bits (I'm working on a major release) so it should be done in the next few days.

from globalexceptionhandlerdotnet.

josephwoodward avatar josephwoodward commented on May 20, 2024

Thanks for your patience @shorbachuk,

I've now released a beta package which includes this functionality (it's included within a major version bump I was working on which includes some breaking changes, but they're just method renames). If you'd like to give it a try I'd love to hear how you get on with it.

The new version can be found here https://www.nuget.org/packages/GlobalExceptionHandler/4.0.0-beta1 and the release notes here.

from globalexceptionhandlerdotnet.

shorbachuk avatar shorbachuk commented on May 20, 2024

I tried the beta. Agree with all the renames, they make a lot more sense.

I had to do:

x.Map<HttpStatusCodeException>().ToStatusCode(ex => (int)((HttpStatusCodeException)ex).StatusCode);

which is maybe not as clean as I would like, but for sure solves my problem. Thank you

from globalexceptionhandlerdotnet.

josephwoodward avatar josephwoodward commented on May 20, 2024

I'd love to be able to pass the generic type passed in at Map<T> all the way down to .ToStatusCode(Func<T, int> x) but unfortunately my GenericFu isn't up to scratch. I'd definitely welcome a PR if you can see some options for making this better?

Another option would also be to add the following overload for those that are using (by choice or necessity) System.Net.HttpStatusCode which would at the very least remove the need to cast the status code to an int?

IHandledFormatters ToStatusCode(Func<Exception, int> statusCodeResolver);
IHandledFormatters ToStatusCode(Func<Exception, HttpStatusCode> statusCodeResolver); // Could add this overload?

The way I see it is it's still in beta so now is the time to make any changes.

from globalexceptionhandlerdotnet.

josephwoodward avatar josephwoodward commented on May 20, 2024

#25 also adds the overloads to stop people having to cast System.Net.HttpStatusCode to an int, this seams especially helpful in this instance when you can't control the property type within an exception thrown.

from globalexceptionhandlerdotnet.

josephwoodward avatar josephwoodward commented on May 20, 2024

@shorbachuk New version with these changes has been uploaded to NuGet. Give it a whirl and let me know what you think.

Alt Text

from globalexceptionhandlerdotnet.

josephwoodward avatar josephwoodward commented on May 20, 2024

Great, I'll close this off then. Thanks for the feature suggestion(s)!

from globalexceptionhandlerdotnet.

shorbachuk avatar shorbachuk commented on May 20, 2024

Any plans to take this out of beta?

from globalexceptionhandlerdotnet.

josephwoodward avatar josephwoodward commented on May 20, 2024

@shorbachuk Yeah, can do it this weekend.

from globalexceptionhandlerdotnet.

josephwoodward avatar josephwoodward commented on May 20, 2024

@shorbachuk Just realised I didn't do this! Will do it today, I promise!

Edit: I presume it's all working for you and you've not run into any issues?

from globalexceptionhandlerdotnet.

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.