Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/efcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dotnet/efcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/reproduce-ef-migration-issue
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 0 files changed
  • 2 contributors

Commits on Jan 15, 2026

  1. Initial plan

    Copilot committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    a63b770 View commit details
    Browse the repository at this point in the history
  2. Fix resource file handling in ef and dotnet-ef projects

    - Add explicit EmbeddedResource Update for Properties\Resources.resx
    - Change DependentUpon for Resources.Designer.cs from .tt to .resx
    - This prevents MSBuild glob expansion issues with resource files
    
    Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
    Copilot and AndriySvyryd committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    70d9206 View commit details
    Browse the repository at this point in the history
  3. Fix resource file handling in EFCore.Tasks and Microsoft.Data.Sqlite.…

    …Core
    
    - Add explicit EmbeddedResource Update for Properties\Resources.resx
    - Change DependentUpon for Resources.Designer.cs from .tt to .resx
    - Ensures consistency with ef and dotnet-ef projects
    
    Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
    Copilot and AndriySvyryd committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    a3e755a View commit details
    Browse the repository at this point in the history
  4. Initial plan

    Copilot committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    473471e View commit details
    Browse the repository at this point in the history
  5. Revert incorrect resource file DependentUpon changes

    These changes were incorrect - reverting back to original state where
    Resources.Designer.cs depends on Resources.Designer.tt
    
    Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
    Copilot and AndriySvyryd committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    943a504 View commit details
    Browse the repository at this point in the history
Loading