wdhenrik

Results 15 comments of wdhenrik

@ajcvickers Can someone take a look at this. I believe this is a bug in EFC 6.

There are two aspects that need consideration. The first is to change the migration so it doesn't generate the bad sql. I don't think a default constraint can exist on...

Since EFC6 is an LTS, I figured the patch suggestion would be worth it. Currently it does nothing, but pretends to do something. I think It would be better if...

> Note from triage: we should not worry too much about table truncations, so doing the thing that works here make sense. I agree. If someone is manually truncating the...

Please consider this an emphatic vote for validating how a bundle will change a target. I'm looking for something like: `bundle --connection [connection string] --script-pending --output [output path]` I'm using...

Can I beg that this gets more than just a documentation update? Pre-model convention configuration will be of very limited use if it overrides the foreign key definition. It silently...

I agree that it is a blunt tool, and that was what I was hoping for. I didn’t want nvarchar(max) columns all over the place so I was considering setting...

Same issue here. Unfortunate workaround is to force the unpatched version: ``` - task: DotNetCoreCLI@2 displayName: Install EF tools inputs: command: custom custom: 'tool ' arguments: install dotnet-ef --version 8.0.0...

[SqlFunctionsOnTemporalTable.zip](https://github.com/dotnet/EntityFramework.Docs/files/12098718/SqlFunctionsOnTemporalTable.zip) Steps to recreate using the sample: 1. Update-Database to create database and objects. ConnectionString is set in Model.cs. Blogs is created as a temporal table. 2. Execute project. Index...

I think I've figured this out and it likely just needs to be a small documentation update. (or maybe another reason for [#26463](https://github.com/dotnet/efcore/issues/26463)) With a non-temporal table deployed through EF,...