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 }}
code1line
/
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
Breadcrumbs
History for
EntityFramework
src
EntityFramework.Core
Metadata
on
dev
User selector
All users
All time
Commit history
Commits on Nov 4, 2015
Improve perf of relationship snapshot
Show description for 23006fc
ajcvickers
committed
23006fc
View commit details
Copy full SHA for 23006fc
View code at this point
Browse repository at this point
Merge branch 'release' into dev
AndriySvyryd
committed
968f417
View commit details
Copy full SHA for 968f417
View code at this point
Browse repository at this point
Commits on Nov 3, 2015
Add a missing .ToList() to ModelCleanupConvention
Show description for 613ee37
AndriySvyryd
committed
613ee37
View commit details
Copy full SHA for 613ee37
View code at this point
Browse repository at this point
Move InternalModelBuilder state to Model
Show description for c5ee0a1
AndriySvyryd
committed
c5ee0a1
View commit details
Copy full SHA for c5ee0a1
View code at this point
Browse repository at this point
Commits on Oct 31, 2015
Merge branch 'release' into dev
AndriySvyryd
committed
4e8ea38
View commit details
Copy full SHA for 4e8ea38
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
Add ConventionalAnnotation to store ConfigurationSource in instead of InternalMetadataBuilder
Show description for 7e45551
AndriySvyryd
committed
7e45551
View commit details
Copy full SHA for 7e45551
View code at this point
Browse repository at this point
Add IMutableModel.AddEntityType(Type), GetOrAddEntityType(Type) and RemoveEntityType(Type) extension methods
Show description for c4d56ff
AndriySvyryd
committed
c4d56ff
View commit details
Copy full SHA for c4d56ff
View code at this point
Browse repository at this point
Merge branch 'release' into dev
Show description for dcbc627
rowanmiller
committed
dcbc627
View commit details
Copy full SHA for dcbc627
View code at this point
Browse repository at this point
Allow indexes to use inherited properties
smitpatel
committed
bc4609b
View commit details
Copy full SHA for bc4609b
View code at this point
Browse repository at this point
:memo: doc comments for remaining metadata classes
rowanmiller
committed
fb4cad0
View commit details
Copy full SHA for fb4cad0
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
:memo: doc comments for immutable metadata API
rowanmiller
committed
be0d402
View commit details
Copy full SHA for be0d402
View code at this point
Browse repository at this point
Commits on Oct 28, 2015
Convert IEntityType.GetNavigations() and related methods to extention methods to remove redundancy
AndriySvyryd
committed
37c1533
View commit details
Copy full SHA for 37c1533
View code at this point
Browse repository at this point
Move caching of property access delegates to the model
Show description for b786b46
ajcvickers
committed
b786b46
View commit details
Copy full SHA for b786b46
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
:art: Move *AnnotationNames => .Internal
Show description for c4cfa7f
rowanmiller
committed
c4cfa7f
View commit details
Copy full SHA for c4cfa7f
View code at this point
Browse repository at this point
Make IModel.GetEntityTypes() return IEnumerable<IEntityType>
AndriySvyryd
committed
ad51ec0
View commit details
Copy full SHA for ad51ec0
View code at this point
Browse repository at this point
:bug: Validate property without CLR type set instead of throwing exception
smitpatel
committed
b94b04c
View commit details
Copy full SHA for b94b04c
View code at this point
Browse repository at this point
Make the IMutableModel implementation internal
AndriySvyryd
committed
a430b36
View commit details
Copy full SHA for a430b36
View code at this point
Browse repository at this point
:art: Rename IAccessor to IInfrastructure
Show description for 08bbdf4
rowanmiller
committed
08bbdf4
View commit details
Copy full SHA for 08bbdf4
View code at this point
Browse repository at this point
Commits on Oct 23, 2015
Remove throwing Get methods from Metadata API
AndriySvyryd
committed
de4f73e
View commit details
Copy full SHA for de4f73e
View code at this point
Browse repository at this point
Replace ThreadSafeDictionaryCache with ConcurrentDictionary
Show description for 9e323b5
ajcvickers
committed
9e323b5
View commit details
Copy full SHA for 9e323b5
View code at this point
Browse repository at this point
Commits on Oct 22, 2015
Add IMutableModel API
Show description for 4cefa6f
AndriySvyryd
committed
4cefa6f
View commit details
Copy full SHA for 4cefa6f
View code at this point
Browse repository at this point
Add conventions that discover base and derived types that are already in the model using the associated CLR type information
Show description for 369ea75
AndriySvyryd
committed
369ea75
View commit details
Copy full SHA for 369ea75
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
Block CLR types which are not mapped by TypeMapper or cannot be added as navigation
smitpatel
committed
3c364f3
View commit details
Copy full SHA for 3c364f3
View code at this point
Browse repository at this point
Commits on Oct 20, 2015
Incremental steps to netnative support
Nate McMaster
committed
c35ce4d
View commit details
Copy full SHA for c35ce4d
View code at this point
Browse repository at this point
Commits on Oct 19, 2015
Add more sugar API for discriminators
Show description for 00355cc
AndriySvyryd
committed
00355cc
View commit details
Copy full SHA for 00355cc
View code at this point
Browse repository at this point
Commits on Oct 16, 2015
Stop generating temporary values for keys that are StoreGenerated.Never.
Show description for ac83367
ajcvickers
committed
ac83367
View commit details
Copy full SHA for ac83367
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
Align Property/Navigation Discovery with TypeMapper
smitpatel
committed
729d47b
View commit details
Copy full SHA for 729d47b
View code at this point
Browse repository at this point
Remove sentinel values
Show description for 5115362
ajcvickers
committed
5115362
View commit details
Copy full SHA for 5115362
View code at this point
Browse repository at this point
Commits on Oct 8, 2015
Fix ability to determine whether an alternate key is a key in absence of a primary key.
lajones
committed
f3c7726
View commit details
Copy full SHA for f3c7726
View code at this point
Browse repository at this point
Commits on Oct 7, 2015
Move fluent configuration consistency checks to the public builders
Show description for 8f638ff
AndriySvyryd
committed
8f638ff
View commit details
Copy full SHA for 8f638ff
View code at this point
Browse repository at this point
Allow setting cascade action of SetNull
Show description for 87e18c4
ajcvickers
committed
87e18c4
View commit details
Copy full SHA for 87e18c4
View code at this point
Browse repository at this point
Rename fluent API methods to use consistent patterns
Show description for b7a4955
ajcvickers
committed
b7a4955
View commit details
Copy full SHA for b7a4955
View code at this point
Browse repository at this point
Commits on Oct 6, 2015
Check for multiple KeyAttribute for base type only
Show description for 34e9799
smitpatel
committed
34e9799
View commit details
Copy full SHA for 34e9799
View code at this point
Browse repository at this point
Set cascade delete by convention for required foreign keys
Show description for 649ad7e
ajcvickers
committed
649ad7e
View commit details
Copy full SHA for 649ad7e
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Trigger KeyDiscoveryConventions when new property added
smitpatel
committed
57e49f4
View commit details
Copy full SHA for 57e49f4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.