You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
After analyzing a dotnet project targeting net472 and net8.0, with a nuget dependency on the latest EntityFramework, the assistant raised Potential issues Api.0002 - API available in NuGet package, despite the dependency already being added as a NuGet reference package.
Granted, EntityFramework should be replaced by EntityFrameworkCore in net8.0, but EntityFramework has being made compatible in .NET6+ to facilitate migration paths and is fully compatible with NET8. Plus, it's already added as a standalone package, so the issue being raised seems irrelevant.
Expected behaviour
Issue should not being raised as the API is already available from a NuGet package.
The text was updated successfully, but these errors were encountered:
Hello,
After analyzing a dotnet project targeting net472 and net8.0, with a nuget dependency on the latest EntityFramework, the assistant raised Potential issues
Api.0002 - API available in NuGet package
, despite the dependency already being added as a NuGet reference package.Granted, EntityFramework should be replaced by EntityFrameworkCore in net8.0, but EntityFramework has being made compatible in .NET6+ to facilitate migration paths and is fully compatible with NET8. Plus, it's already added as a standalone package, so the issue being raised seems irrelevant.
Expected behaviour
The text was updated successfully, but these errors were encountered: