ardalis / Result

A result abstraction that can be mapped to HTTP response codes if needed.
MIT License
866 stars 107 forks source link

Release 3.3.1 doesn't have latest ResultStatus - missing Unauthorised #72

Closed khandelwal-arpit closed 3 years ago

khandelwal-arpit commented 3 years ago

The release v3.3.1 has the following definition of ResultStatus:

namespace Ardalis.Result
{
    public enum ResultStatus
    {
        Ok,
        Error,
        Forbidden,
        Invalid,
        NotFound
    }
}

Whereas the source code has an additional entry of Unauthorized which is needed for handling incorrect password kind of cases. Can you please update the release so that it has the correct Enum?

ardalis commented 3 years ago

This was published today as version 3.1.2.

https://www.nuget.org/packages/Ardalis.Result/3.1.2