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 }}
ExplodingCabbage
/
EntityFramework
Public
forked from
dotnet/efcore
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
test
on
groupbytests
User selector
All users
Datepicker
All time
Commit history
Commits on May 16, 2017
Tests
smitpatel
committed
15d7bce
View commit details
Copy full SHA for 15d7bce
View code at this point
Browse repository at this point
Commits on May 15, 2017
Use template-based logging and cached delegates
Show description for 98d0194
ajcvickers
committed
98d0194
View commit details
Copy full SHA for 98d0194
View code at this point
Browse repository at this point
Commits on May 13, 2017
Code cleanup - Use moar out vars and discards.
anpete
committed
d045dfb
View commit details
Copy full SHA for d045dfb
View code at this point
Browse repository at this point
Commits on May 12, 2017
Fix to #7787 - Query: NullConditional is not added to some complex queries with optional navigation and collection with subquery
Show description for 0bc7be5
maumar
committed
0bc7be5
View commit details
Copy full SHA for 0bc7be5
View code at this point
Browse repository at this point
Query: FromSql: Adds support for interpolated strings!
Show description for 7a18610
anpete
committed
7a18610
View commit details
Copy full SHA for 7a18610
View code at this point
Browse repository at this point
Commits on May 10, 2017
Query: Adds simple redundant SelectExpression join elimination.
Show description for 57ea0f7
anpete
committed
57ea0f7
View commit details
Copy full SHA for 57ea0f7
View code at this point
Browse repository at this point
Commits on May 9, 2017
Query: Add parenthesis when expanding InExpression with null values
smitpatel
committed
6769293
View commit details
Copy full SHA for 6769293
View code at this point
Browse repository at this point
Fix to #8315 - Argument types don't match for queries projecting conditional expression with anonymous type result
Show description for 521feb5
maumar
committed
521feb5
View commit details
Copy full SHA for 521feb5
View code at this point
Browse repository at this point
Query: Translate String.CompareTo
smitpatel
committed
f237f8f
View commit details
Copy full SHA for f237f8f
View code at this point
Browse repository at this point
Commits on May 8, 2017
Metadata: Detach should use existing ConfigurationSource instead of Explicit.
Show description for 9d6fd9f
smitpatel
committed
9d6fd9f
View commit details
Copy full SHA for 9d6fd9f
View code at this point
Browse repository at this point
Commits on May 5, 2017
:fire: Remove TestFileLogger
smitpatel
committed
49f3fb0
View commit details
Copy full SHA for 49f3fb0
View code at this point
Browse repository at this point
Commits on May 4, 2017
Fix test issue on SqlServer2016 with SqlServer Authentication
smitpatel
committed
f8025eb
View commit details
Copy full SHA for f8025eb
View code at this point
Browse repository at this point
Add a convention that configures table splitting for owned types
AndriySvyryd
committed
e363c3c
View commit details
Copy full SHA for e363c3c
View code at this point
Browse repository at this point
Add table splitting to the update pipeline
AndriySvyryd
committed
644dec8
View commit details
Copy full SHA for 644dec8
View code at this point
Browse repository at this point
Add table splitting to migrations and model validation
AndriySvyryd
committed
f5af64f
View commit details
Copy full SHA for f5af64f
View code at this point
Browse repository at this point
Fix to #8364 - Query: comparing collection navigations to null or to each other doesn't work
Show description for c4129dc
maumar
committed
c4129dc
View commit details
Copy full SHA for c4129dc
View code at this point
Browse repository at this point
Disable app domain for testing on net46
Show description for b0258a5
smitpatel
committed
b0258a5
View commit details
Copy full SHA for b0258a5
View code at this point
Browse repository at this point
Fix to #3736 - Query :: some queries with Queryable.Cast<T> don't work
Show description for aacb31f
maumar
committed
aacb31f
View commit details
Copy full SHA for aacb31f
View code at this point
Browse repository at this point
Commits on May 3, 2017
Initial batch of nominal types for DiagnosticSource events
Show description for 2c4af12
ajcvickers
committed
2c4af12
View commit details
Copy full SHA for 2c4af12
View code at this point
Browse repository at this point
Don't track entities which are being passed in constructor to DTO
Show description for 7aab704
smitpatel
committed
7aab704
View commit details
Copy full SHA for 7aab704
View code at this point
Browse repository at this point
Commits on May 2, 2017
Tests: Clean up cross-targeting
Show description for f707f1a
bricelam
committed
f707f1a
View commit details
Copy full SHA for f707f1a
View code at this point
Browse repository at this point
Merge branch 'rel/2.0.0-preview1' into dev
BrennanConroy
committed
14f25de
View commit details
Copy full SHA for 14f25de
View code at this point
Browse repository at this point
React to Logging API changes (#8323)
BrennanConroy
authored
a28ce14
View commit details
Copy full SHA for a28ce14
View code at this point
Browse repository at this point
Commits on May 1, 2017
CoreOnly build
smitpatel
committed
e0d3318
View commit details
Copy full SHA for e0d3318
View code at this point
Browse repository at this point
small tweak to NSE message for #7516
maumar
committed
a6add23
View commit details
Copy full SHA for a6add23
View code at this point
Browse repository at this point
Modification to fix for #7516 - Query: Compiler crash for invalid Include path
Show description for 2e4e138
maumar
committed
2e4e138
View commit details
Copy full SHA for 2e4e138
View code at this point
Browse repository at this point
Core: Initial work on model-level entity type filters. E.g.
Show description for b1379b1
anpete
committed
b1379b1
View commit details
Copy full SHA for b1379b1
View code at this point
Browse repository at this point
Commits on Apr 29, 2017
Merge branch 'rel/2.0.0-preview1' into dev
smitpatel
committed
94d407b
View commit details
Copy full SHA for 94d407b
View code at this point
Browse repository at this point
Core: Initial work on model-level entity type filters. E.g.
Show description for b6897b0
anpete
committed
b6897b0
View commit details
Copy full SHA for b6897b0
View code at this point
Browse repository at this point
Upgrade to System.Data.SqlClient package 4.4.0-*
smitpatel
committed
565d52c
View commit details
Copy full SHA for 565d52c
View code at this point
Browse repository at this point
Merge branch 'rel/2.0.0-preview1' into dev
bricelam
committed
e049395
View commit details
Copy full SHA for e049395
View code at this point
Browse repository at this point
Commits on Apr 28, 2017
Allow shadow keys created explicitly
Show description for bbe3048
smitpatel
committed
bbe3048
View commit details
Copy full SHA for bbe3048
View code at this point
Browse repository at this point
Fix to #7516 - Query: Compiler crash for invalid Include path
Show description for dbe6b28
maumar
committed
dbe6b28
View commit details
Copy full SHA for dbe6b28
View code at this point
Browse repository at this point
Design: Stop invoking Startup.ConfigureServices
Show description for 3800c68
bricelam
committed
3800c68
View commit details
Copy full SHA for 3800c68
View code at this point
Browse repository at this point
Increase max retry count default value to 6 so that we cover 1 full minute.
smitpatel
committed
468843e
View commit details
Copy full SHA for 468843e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.