Giorgi / EntityFramework.Exceptions

Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.
https://giorgi.dev/entity-framework/introducing-entityframework-exceptions/
Other
1.44k stars 68 forks source link

8.0.0.1 Nuget package compilation issue #68

Closed joedirt closed 7 months ago

joedirt commented 7 months ago

There appears to be a packaging issue with the latest nuget release 8.0.0.1: The names of the DLL and PDB files are not correct

After running a nuget update, many tests started to fail with the message: image

I looked through the downloaded package and saw the following, which appears to be incorrectly named files:

image

I then looked in my VS dependency list and see this:

image

Giorgi commented 7 months ago

Which package do you have in your project?

joedirt commented 7 months ago

EntityFrameworkCore.Exceptions.Common (8.0.0.1) - https://www.nuget.org/packages/EntityFrameworkCore.Exceptions.Common

Giorgi commented 7 months ago

You shouldn't reference that package directly. You should reference a database specific top level package.

joedirt commented 7 months ago

Thanks. I've removed the package and only include the Oracle one. The tests all pass.

Question: is the missing package name from the DLL and PDB still something you want to look at, or is it by design?

Giorgi commented 7 months ago

That's weird. It should not be like that.

Giorgi commented 7 months ago

I uploaded 8.0.0.2 and unlisted 8.0.0.1