-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Downgrade Microsoft.Extensions.Logging.Abstractions version #208
Labels
Comments
ebejko
changed the title
[Suggestion] Downgrade Microsoft.Extensions.Logging.Abstraction version
[Suggestion] Downgrade Microsoft.Extensions.Logging.Abstractions version
Jun 19, 2024
altmann
added a commit
that referenced
this issue
Jun 28, 2024
Implemented with v3.16 |
I have a project with MEL 8.0.0 and I'm getting an exception when using FluentResults:
Does this mean I can't use FluentResults unless I downgrade my dependency on MEL? |
You can try |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The commit 3c76521 bumped the MEL Abstractions version to 6.0.1. From what I saw this dependency is used only for the LogLevel enum, and in my opinion should use the earliest possible (non deprecated) version of the library. The 2.1.0 or 2.1.1 version should be fine.
The problem came up when trying to add a recent version of this awesome library in a legacy project that forces an older version of MEL Abstractions.
The text was updated successfully, but these errors were encountered: