Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
JamShowCode
/
EntityFramework
Public
forked from
dotnet/efcore
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 9, 2015
Update handling of snapshots and ensure DetectChanges is only used when required (Issue #731)
Show description for 29a1f67
ajcvickers
committed
29a1f67
View commit details
Copy full SHA for 29a1f67
Browse repository at this point
Commits on Jan 8, 2015
Fixed Migrations test breaks for running in VS
mikary
committed
624c0be
View commit details
Copy full SHA for 624c0be
Browse repository at this point
Commits on Jan 7, 2015
Remove unintentional call of DetectChanges in Add/Attach/etc.
Show description for b53b083
ajcvickers
committed
b53b083
View commit details
Copy full SHA for b53b083
Browse repository at this point
Moving Migrations into Relational
mikary
committed
a9f2c54
View commit details
Copy full SHA for a9f2c54
Browse repository at this point
Auto-DetectChanges (Issue #745)
Show description for 4fe8418
ajcvickers
committed
4fe8418
View commit details
Copy full SHA for 4fe8418
Browse repository at this point
Make the relationship API on InternalEntityBuilder preserve and respect the configuration source.
Show description for 1eccfa8
AndriySvyryd
committed
1eccfa8
View commit details
Copy full SHA for 1eccfa8
Browse repository at this point
Commits on Jan 6, 2015
fix to 1294 - Aliases are not uniquified for some queries with SelectMany - may produce invalid sql. CR: Andrew
maumar
committed
cf53bae
View commit details
Copy full SHA for cf53bae
Browse repository at this point
Query: Include: Enabling multi-level include for any path that is a valid C# property access expression.
Show description for db44ddb
anpete
committed
db44ddb
View commit details
Copy full SHA for db44ddb
Browse repository at this point
Revert "Commands: Add more functional tests"
Show description for 894f2ef
bricelam
committed
894f2ef
View commit details
Copy full SHA for 894f2ef
Browse repository at this point
Commits on Jan 5, 2015
Commands: Add more functional tests
bricelam
committed
b351b0c
View commit details
Copy full SHA for b351b0c
Browse repository at this point
Commits on Jan 2, 2015
Adding CSV file for perf results
Show description for 3ea8f1a
rowanmiller
committed
3ea8f1a
View commit details
Copy full SHA for 3ea8f1a
Browse repository at this point
Commits on Dec 31, 2014
Fix bugs in ChangeTracker perf tests
Show description for c9c64b1
rowanmiller
committed
c9c64b1
View commit details
Copy full SHA for c9c64b1
Browse repository at this point
Splitting core perf components to separate project
Show description for 4dcba55
rowanmiller
committed
4dcba55
View commit details
Copy full SHA for 4dcba55
Browse repository at this point
Commits on Dec 30, 2014
Tidying up perf infra
Show description for eade803
rowanmiller
committed
eade803
View commit details
Copy full SHA for eade803
Browse repository at this point
Splitting DbSet operations and SaveChanges in perf tests
Show description for c580d71
rowanmiller
committed
c580d71
View commit details
Copy full SHA for c580d71
Browse repository at this point
Commits on Dec 29, 2014
ChangeTracker perf tests (with EF6 comparison)
Show description for 5c19b3a
rowanmiller
committed
5c19b3a
View commit details
Copy full SHA for 5c19b3a
Browse repository at this point
Query perf tests (with EF6 comparison)
Show description for 517a49a
rowanmiller
committed
517a49a
View commit details
Copy full SHA for 517a49a
Browse repository at this point
adding (client side) support for Contains operator in query. CR: Andrew
maumar
committed
a2e689d
View commit details
Copy full SHA for a2e689d
Browse repository at this point
Commits on Dec 22, 2014
Disable EF6 Perf Tests from CI
Show description for 7305ce3
rowanmiller
committed
7305ce3
View commit details
Copy full SHA for 7305ce3
Browse repository at this point
UpdatePipeline tests (with EF6 comparison)
Show description for 7960471
rowanmiller
committed
7960471
View commit details
Copy full SHA for 7960471
Browse repository at this point
Commits on Dec 19, 2014
fixing dependency
lukewaters
committed
47053e9
View commit details
Copy full SHA for 47053e9
Browse repository at this point
Changed return type of UseSqlServer and UseInMemoryStore extensions to void.
mikary
committed
8db1815
View commit details
Copy full SHA for 8db1815
Browse repository at this point
Commits on Dec 18, 2014
Triggering rollback when entitystate is changed from modified to unchanged.
Show description for 3488e0a
lukewaters
committed
3488e0a
View commit details
Copy full SHA for 3488e0a
Browse repository at this point
React in *.csproj files to xUnit.net changes
bricelam
committed
027c488
View commit details
Copy full SHA for 027c488
Browse repository at this point
Added constraints and checks to ensure CLR entity types are reference types.
mikary
committed
12a9211
View commit details
Copy full SHA for 12a9211
Browse repository at this point
Code Cleanup: Removing unnecessary usage of IConfiguration
smitpatel
committed
b73ce88
View commit details
Copy full SHA for b73ce88
Browse repository at this point
adding a printer for query expressions - its a debug-only feature - makes it easier to analyze the queries. CR: Diego, Arthur
maumar
committed
9534149
View commit details
Copy full SHA for 9534149
Browse repository at this point
Allow principals and dependents using key generation to be added in any Order
Show description for 48e14f4
ajcvickers
committed
48e14f4
View commit details
Copy full SHA for 48e14f4
Browse repository at this point
Revert "Update Roslyn dependencies"
Show description for 54c8fa9
pranavkm
committed
54c8fa9
View commit details
Copy full SHA for 54c8fa9
Browse repository at this point
Commits on Dec 17, 2014
Update Roslyn dependencies
bricelam
committed
bd8114b
View commit details
Copy full SHA for bd8114b
Browse repository at this point
Read relevant IConfiguration options in DbContextOptions and remove direct coupling with IConfiguration.
smitpatel
committed
91436f6
View commit details
Copy full SHA for 91436f6
Browse repository at this point
Commits on Dec 16, 2014
Update to xUnit.net 2.0.0-beta5
bricelam
committed
5583857
View commit details
Copy full SHA for 5583857
Browse repository at this point
Fix to issue 1220 - Queries with join and count (or other result operators) were broken.
Show description for 5063a51
maumar
committed
5063a51
View commit details
Copy full SHA for 5063a51
Browse repository at this point
Commits on Dec 15, 2014
fix to issue 1293 - Include :: data corruption when doing query with include on One-to-One navigation property
Show description for 5407afd
maumar
committed
5407afd
View commit details
Copy full SHA for 5407afd
Browse repository at this point
Reacting to System.Threading.ExecutionContext being removed
pranavkm
committed
71bd31d
View commit details
Copy full SHA for 71bd31d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.