wdhenrik

Results 3 issues of wdhenrik

I had created a typical ID field with identity. Then I realized I needed to set a seed value of 20000 so I updated the Configuration: ``` public void Configure(EntityTypeBuilder...

type-bug
customer-reported
area-migrations

I've used pre-model configuration to default all my strings to a max length of 500 as I don't want MAX columns used everywhere. HOWEVER, when I create a navigation property,...

area-model-building

I have a temporal table in my database that I'm using in a Sql TVF. I've also associated the sql function to a C# method. When I call that method...

area-model-building