Quantcast
Channel: Entity Framework
Browsing all 10318 articles
Browse latest View live
↧

Source code checked in, #0ff2c78004641954c6d44d504e9d75d89221c29b

additional small fix for sql azure

View Article


Commented Unassigned: EF6 rc1 Index was outside the bounds of the array...

I am getting the error 'Index was outside the bounds of the array' exception occuring when trying to execute a fairly large expression.I have tested the expression with entity framework 5 and it works...

View Article


Commented Feature: Consider disabling validation of [Required] on navigation...

The fact that we validate [Required] on nav props can be annoying. The following details are from a bug report where this behavior was not expected...So I have the following Entities...

View Article

Edited Unassigned: Migrations :: moving from TPH to table TPT fails (PK...

Create the following model``` public class User{ public int Id { get; set; }} public class MyUser : User{ public string Name { get; set; }} public class MyContext : DbContext{ public DbSet<User>...

View Article

Created Unassigned: Accessibility: Functions not accessible with keyboard [1608]

While testing the accessibility, here are the things I found that are not well accessed by keyboard:Issue 1: When you create empty model, it shows the water mark text.```The Entity Data Model Designer...

View Article


Edited Unassigned: Accessibility: Functions not accessible with keyboard [1608]

While testing the accessibility, here are the things I found that are not well accessed by keyboard:Issue 1: When you create empty model, it shows the water mark text.```The Entity Data Model Designer...

View Article

Edited Unassigned: Accessibility: Functions not accessible with keyboard [1608]

While testing the accessibility, here are the things I found that are not well accessed by keyboard:Issue 1: When you create empty model, it shows the water mark text.```The Entity Data Model Designer...

View Article

Edited Unassigned: Accessibility: Functions not accessible with keyboard [1608]

While testing the accessibility, here are the things I found that are not well accessed by keyboard:Issue 1: When you create empty model, it shows the water mark text.```The Entity Data Model Designer...

View Article


Edited Unassigned: Designer Accessibility: Functions not accessible with...

While testing the accessibility, here are the things I found that are not well accessed by keyboard:Issue 1: When you create empty model, it shows the water mark text.```The Entity Data Model Designer...

View Article


Created Unassigned: Designer Accessibility: Controls don't have name or...

According to accessibility tenet guidelines, every control needs to have a name and ControlType. The name is used for speech describing the control and control type is required for UI test automation....

View Article

Edited Issue: Designer Accessibility: Controls don't have name or ControlType...

According to accessibility tenet guidelines, every control needs to have a name and ControlType. The name is used for speech describing the control and control type is required for UI test automation....

View Article

Edited Issue: Designer Accessibility: Functions not accessible with keyboard...

While testing the accessibility, here are the things I found that are not well accessed by keyboard:Issue 1: When you create empty model, it shows the water mark text.```The Entity Data Model Designer...

View Article

Created Issue: Designer Accesibility: Wizard buttons fail on high contrast...

Choose high contrast white theme. The contrast analyzer fails the wizard buttons.

View Article


Edited Issue: Designer Accesibility: Wizard buttons fail on high contrast...

Choose high contrast white theme. The contrast analyzer fails the wizard buttons.

View Article

Commented Issue: [Investigate EF6] EF6 RC1: Severe memory leak when inserting...

I've recently started writing a new component, and chose EF6 RC1 Code-first. The model consists of only two classes composed of primitive types. No relationships, no complex types, nothing fancy except...

View Article


Edited Issue: [Investigate EF6] EF6 RC1: Severe memory leak when inserting...

I've recently started writing a new component, and chose EF6 RC1 Code-first. The model consists of only two classes composed of primitive types. No relationships, no complex types, nothing fancy except...

View Article

Edited Issue: Migrations :: moving from TPH to table TPT fails (PK already...

Create the following model``` public class User{ public int Id { get; set; }} public class MyUser : User{ public string Name { get; set; }} public class MyContext : DbContext{ public DbSet<User>...

View Article


Edited Unassigned: Migrations :: When adding new column to the database, we...

Consider the following model:``` public class Customer{ public int Id { get; set; }} public class VipCustomer : Customer{ public string Name { get; set; }} public class MyContext : DbContext{ public...

View Article

Created Unassigned: EF Code First Table Splitting issue when validating a...

This bug is related to the bug [#1385](https://entityframework.codeplex.com/workitem/1385) (that it is fixed in EF6rc1 for the scenario provided).Although the issue is fixed for the scenario I posted...

View Article

Commented Issue: [Needs Investigation] EF Code First Table Splitting issue...

I am trying to use "Table Splitting" in EF Code First and it works fine when I use one of the entities relationships of type one-to-many, but as soon as I use it in a many-to-many relationship I start...

View Article
Browsing all 10318 articles
Browse latest View live