Axel D.

Results 160 comments of Axel D.

I see … So [here's the MRE](/SetTrend/EFC-SQLite-MRE). Just run/debug through the sole test in the MSTest project (`DatabaseBackEndTests.CreateDatabaseTests.SuccessfullyCreateDatabaseAndDelete()`). Thanks for taking the time to investigate on this issue! 👍

Does it help if I provide the intended target database diagram? ![Database diagram](https://github.com/user-attachments/assets/0c2c983d-1fe4-479c-970f-ef054dad3cb1) --- Here is the T-SQL code I manually created for this diagram to appear _(click Details to...

Do you see any path to get this working soon?

Hello, @AndriySvyryd, I'm using EF Core for a commercial project, and I need support. I'm an MS Enterprise customer. Do you see ANY way for me to go to get...

@AndriySvyryd: I tried everything, but it doesn't seem to work: ``` Test method DatabaseBackEndTests.CreateDatabaseTests.SuccessfullyCreateDatabaseAndDelete threw exception: System.InvalidOperationException: The seed entity for entity type 'DataText' cannot be added because it has...

It's working like a charm! Thanks so much, @AndriySvyryd, for your continued and prompt support. Allow me to give you (all) my grateful kudos for your excellent work an support...

If I may add the following to this feature request: Please comb through the documentation and remove all "prior to webpack 5" content. For example, the "[Asset Modules](https://webpack.js.org/guides/asset-modules/)" page begins...

As you may see from the description, I didn't choose `classic`, Apparently, the default is wrong.

The documentation on `moduleResolution` claims: > `Node10` if [`module`](https://settrend.github.io/tsConfig-config-proposal/#module) is `CommonJS`; `Node16` if [`module`](https://settrend.github.io/tsConfig-config-proposal/#module) is `Node16` or `Node18`; `NodeNext` if [`module`](https://settrend.github.io/tsConfig-config-proposal/#module) is `NodeNext`; `Bundler` if [`module`](https://settrend.github.io/tsConfig-config-proposal/#module) is `Preserve`; `Classic` otherwise....

Plus: Setting `moduleResolution` to `node16` doesn't work. It yields loads of other errors when building.