FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - code1line/EntityFramework · GitHub
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
on
dev
User selector
Datepicker
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
Fix to #3464 - StringCompareExpression throws 100% of the times
Show description for bf9301d
maumar
committed
bf9301d
View commit details
Copy full SHA for bf9301d
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
Avoid checking fixup in state manager when query is known to have done it
Show description for 3b4bc7e
ajcvickers
committed
3b4bc7e
View commit details
Copy full SHA for 3b4bc7e
View code at this point
Browse repository at this point
Merge branch 'release' into dev
bricelam
committed
7e59dfc
View commit details
Copy full SHA for 7e59dfc
View code at this point
Browse repository at this point
DNX Commands: Use AnsiConsole for colorization
Show description for 09856ef
bricelam
committed
09856ef
View commit details
Copy full SHA for 09856ef
View code at this point
Browse repository at this point
Removing use of Delegate.Method
anpete
committed
ef903c6
View commit details
Copy full SHA for ef903c6
View code at this point
Browse repository at this point
Query: Perf: Remove closures and dynamic delegates from compiled query trees.
anpete
committed
333403b
View commit details
Copy full SHA for 333403b
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 Nov 2, 2015
DNX Commands: Kabob-case all the things
bricelam
committed
6a2a5b9
View commit details
Copy full SHA for 6a2a5b9
View code at this point
Browse repository at this point
Merge branch 'release' into dev
rowanmiller
committed
b77b3b7
View commit details
Copy full SHA for b77b3b7
View code at this point
Browse repository at this point
:memo: doc comments for APIs used in ASP.NET 5 template
Show description for 17da9a1
rowanmiller
committed
17da9a1
View commit details
Copy full SHA for 17da9a1
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
rowanmiller
committed
4aa555d
View commit details
Copy full SHA for 4aa555d
View code at this point
Browse repository at this point
:memo: doc comments for ValueGeneration.*
rowanmiller
committed
5a9820a
View commit details
Copy full SHA for 5a9820a
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
Fix up the way the relationship config lines appear in the generated OnModelCreated().
lajones
committed
4414581
View commit details
Copy full SHA for 4414581
View code at this point
Browse repository at this point
Core: Combine SimpleKeyValue and CompositeKeyValue into a single struct.
Show description for 1e57ee4
anpete
committed
1e57ee4
View commit details
Copy full SHA for 1e57ee4
View code at this point
Browse repository at this point
Merge branch 'release' into dev
Nate McMaster
committed
52206d3
View commit details
Copy full SHA for 52206d3
View code at this point
Browse repository at this point
:arrow_up: Upgrade dependency on re-linq to include patch for UWP support
Nate McMaster
committed
2e95038
View commit details
Copy full SHA for 2e95038
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
Adding test for unscaffoldable index.
lajones
committed
8793420
View commit details
Copy full SHA for 8793420
View code at this point
Browse repository at this point
Merge branch 'release' of https://github.com/aspnet/EntityFramework into release
lajones
committed
ec30dd5
View commit details
Copy full SHA for ec30dd5
View code at this point
Browse repository at this point
Fix to add HasIndex() fluent API.
lajones
committed
e6de528
View commit details
Copy full SHA for e6de528
View code at this point
Browse repository at this point
: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
DNX Commands: Add --targetProject option
Show description for e17071e
bricelam
committed
e17071e
View commit details
Copy full SHA for e17071e
View code at this point
Browse repository at this point
Commands: Re-add cancellation
Show description for 02e7639
bricelam
committed
02e7639
View commit details
Copy full SHA for 02e7639
View code at this point
Browse repository at this point
Re-add DNX451 compile symbols
Show description for 741138a
Nate McMaster
committed
741138a
View commit details
Copy full SHA for 741138a
View code at this point
Browse repository at this point
Removed changed generics from netnative type inference. Add more support
Show description for 535ac89
Nate McMaster
committed
535ac89
View commit details
Copy full SHA for 535ac89
View code at this point
Browse repository at this point
Add DNX451 to EntityFramework.Core
Show description for 951933f
pranavkm
committed
951933f
View commit details
Copy full SHA for 951933f
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL