私は自分のドメインにこれを持っています
public DbGeography Location { get; set; }
これは私のマッピングで
this.Property(t => t.Location);
私のマッピングファイルでは、上記の行でエラーが発生します
Error 1 The type 'System.Data.Spatial.DbGeography' must be a non-nullable value type in order to use it as parameter 'T' in the generic type or method 'System.Data.Entity.ModelConfiguration.Configuration.StructuralTypeConfiguration<TStructuralType>.Property<T>(System.Linq.Expressions.Expression<System.Func<TStructuralType,T>>)'
EF 5 でこのエラーが発生したことはありません。