Skip to content
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

Make NuGet compatible with EF 6.5.0 #3895

Open
midub opened this issue Jan 15, 2025 · 1 comment
Open

Make NuGet compatible with EF 6.5.0 #3895

midub opened this issue Jan 15, 2025 · 1 comment

Comments

@midub
Copy link

midub commented Jan 15, 2025

Package

Sentry

.NET Flavor

.NET

.NET Version

8

OS

Windows

SDK Version

8

Self-Hosted Sentry Version

25.1.0

Steps to Reproduce

  1. Try to add package Sentry.EntityFramework 5.0.1 to project with EntityFramework 6.5.0 (not 6.5.1 intentionally)

Expected Result

Able to use Sentry.EntityFramework 5.0.1 with EntityFramework 6.5.0.

Actual Result

Not possible to install.

We cannot update to 6.5.1, because it breaks our solution due to latest changes in the nuget.

@jamescrosswell
Copy link
Collaborator

jamescrosswell commented Jan 16, 2025

Hi @midub,

I believe we could support older versions of EF but EF 6.5.0 has security vulnerability warnings (which we would have to ignore).

What specifically doesn't work when you try to bump to EF 6.5.1?

btw: If you're going to use an earlier version of the EF package, you probably want to go back further than 6.5.0:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Status: No status
Development

No branches or pull requests

2 participants