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

Use AssemblyLoadContext to load EFC.Design #35527

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

AndriySvyryd
Copy link
Member

Fixes #35265
Part of #18840

@AndriySvyryd AndriySvyryd requested a review from a team as a code owner January 25, 2025 02:18
@AndriySvyryd
Copy link
Member Author

@baronfel @ViktorHofer @rainersigwald Please take a look at the first commit to verify whether this is a sane approach to find and load a referenced PrivateAssets assembly when the .deps.json file is not available.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 15 changed files in this pull request and generated no comments.

Files not reviewed (10)
  • src/EFCore.Tasks/buildTransitive/Microsoft.EntityFrameworkCore.Tasks.targets: Language not supported
  • src/EFCore.Tools/tools/EntityFrameworkCore.psm1: Language not supported
  • src/ef/Properties/Resources.Designer.cs: Language not supported
  • src/ef/Properties/Resources.resx: Language not supported
  • src/EFCore.Tasks/Tasks/Internal/OperationTaskBase.cs: Evaluated as low risk
  • src/dotnet-ef/Project.cs: Evaluated as low risk
  • src/dotnet-ef/RootCommand.cs: Evaluated as low risk
  • src/ef/AppDomainOperationExecutor.cs: Evaluated as low risk
  • src/ef/Commands/DbContextOptimizeCommand.cs: Evaluated as low risk
  • src/ef/Commands/MigrationsHasPendingModelChangesCommand.cs: Evaluated as low risk
Comments suppressed due to low confidence (1)

src/ef/Commands/MigrationsBundleCommand.cs:39

  • The variable 'context' should be nullable or have a null check to ensure consistency with the nullable 'version' variable.
string context;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

React to deps.json change wrt PrivateAssets
1 participant