New Post: ASP.NET WebForms with Dynamic Data and EF Complex Type not working
Hi, I came accross an issue that ASP.NET Dynamic Data does not support complex type properties. Please see following thread discussing this Problem:...
View ArticleNew Post: Random Spikes in Processing Time
I am doing some basic performance tests and I am noticing some weird spikes in processing time. Normally the query comes back in a few milliseconds, but sometimes it takes as long as 300 ms. I have...
View ArticleNew Post: Exceptions serialization when running Migrations from VS
There's no binding redirect. The assembly is in the output folder. The version is the same as the one in exception. Fusion logs give no interesting info.
View ArticleNew Post: Get CLR Type from an ObjectStateEntry with null entity property
I'm trying to obtain a CLR Type from an ObjectStateEntry. If the entity property is non-null this is trivial as you can just call GetType() on it and remove any dynamic proxy. However, if the Entity...
View ArticleNew Post: Exceptions serialization when running Migrations from VS
@cincura_net, would it be possible to provide a repro so I can investigate further?
View ArticleNew Post: Lightweight convention for entity key broken after calling Property
This was fixed in 089d2a8 and will be available in the next release, which should be 6.1.4
View ArticleNew Post: Exceptions serialization when running Migrations from VS
Here's http://ge.tt/7z10EiA2/v/0?c a simplest repro I can probably create. Just run Enable-Migrations -Force and as EF starts checking whether the database exists it will fail (I suppose you don't have...
View ArticleNew Post: Exceptions serialization when running Migrations from VS
It looks like I broke this way back in version 6.0.0-beta1 with commit 2706ea2e8. The exception is getting passed all the way back to the VS AppDomain (see my beautiful diagram of domains) which...
View ArticleNew Post: Exceptions serialization when running Migrations from VS
And I was beating my head for days trying to outsmart the AppDomains. :) Thanks Brice. I'm subscribed to the work item, hope it gets fixed soon to test the whole flow.
View ArticleNew Post: Migrations history table from sql generator
Hi cincura_net, Your approach with the command tree is not horrible and is probably the best you can do right now. Another thing to consider would be to provide a custom impl. of HistoryContext. This...
View ArticleNew Post: Migrations history table from sql generator
Hi, thanks. It seems to works fine. I'll see if somebody breaks it. ;) I did the custom HistoryContext before, but decided to not go that way. It would mean that anybody writing custom HistoryContext...
View ArticleNew Post: SaveChanges() and OnPropertyChange() do not like each other
I have a problem understanding how to deal with the problem I am facing. All my entities have an identity property (Autoincrement). When I call DbContext.SaveChanges() (async or not), Id property is...
View ArticleNew Post: UseSQLite() / UseSqlServer() / UseInMemoryStore() /...
I've been following the very interesting EF7 presentation on Channel 9. In that presentation, provider specific code was used to address different kinds of data storage. I'm used to code as provider...
View ArticleNew Post: 3rd party DDEX provider registrarion is lost after updating a VS...
the FB Provider dev doesn't really have any ideas why this happens. Can someone give Details how the inbox Provider Register, so that VS adds them again at installing any Extension update?
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi, I need use EntityFramework.Extended with EntityFrameworkWithHierarchyId, but i have some errors. When i use EntitityFramework 6.1.x i don't have any problem, but when i install...
View ArticleNew Post: Support SQL Server HierarchyId data type
Hi thayson_f, EntityFrameworkWithHierarchyId is not an official EF package, so it has different public key token. EntityFramework.Extended works with the official EF only. So if you want to use...
View ArticleNew Post: XmlComments to ExtendedProperties
Hi, is it possible to tweak CodeFirst database generation to put the XML comments to the ExtendedProperties of a column? Regards L.
View ArticleNew Post: XmlComments to ExtendedProperties
Have a look at the EF Reverse POCO Template on VS Gallery
View ArticleNew Post: XmlComments to ExtendedProperties
Wrong direction. ;) I want to tweak the generation /TO/ the database not /FROM/.
View Article