Code Monkey home page Code Monkey logo

Comments (5)

ardalis avatar ardalis commented on July 22, 2024 3

It's live!
https://www.nuget.org/packages/Ardalis.Result

from result.

GiampaoloGabba avatar GiampaoloGabba commented on July 22, 2024 1

I can confirm this.
When i return Result.Error or Result.CriticalError from a method and then i to .ToMinimalApiResult i get a NullReferenceException. and the API breaks.

Trying to debug the issue, the result input parameter is null:

image

But the problem is not only in .ToMinimalApiResult , is the whole Result.Error problematic. If return a Result.Error from a method and try to access it i get a nullrefrenceException no matter what

EDIT:
downgrading to 8.0 fixes the problem.

from result.

selaromdotnet avatar selaromdotnet commented on July 22, 2024

edit: previously thought it might be the latest vs that broke it, but tried again with older version and got the same error. Funnily enough, CriticalError also works, in that I get a Result back of that type. Error, however, always returns null!

from result.

ibrhmklc avatar ibrhmklc commented on July 22, 2024

I just added this package to my project. In my first tests, I got a null error when I wanted to return the Error class. There are no problems with other return types. However, when returning with Error, a null result is returned to the person calling the method.

from result.

selaromdotnet avatar selaromdotnet commented on July 22, 2024

from result.

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.