Daniel

Results 6 issues of Daniel

The example for the DATEPART Support in the README is using the extension method Year() but this is actually a native Property.

- When pressing the enter key, the selected item from the popup is placed in the textbox but the popup doesn't close - Leaving the textbox with the tab key...

If the element focused before opening the dialog is out of the window's viewport, the window will scroll to that element when closing the dialog (under Firefox at least). I...

vue-i18n allows using texts as keys in translation files (eg "This is my text": "This is my text"). It does however mean that we sometimes need escape characters: ``` $t("A...

### Bug description In a model configuration with an owned entity that has a one-to-one relationship to another entity, doing a Remove-Migration in the Package Manager Console leads to a...

customer-reported
area-migrations

.NET 8 DbContext uses case insensitive fields with SQL Server, which can lead to failures when using keys that only differ in casing. As described by [ajcvickers](https://github.com/dotnet/EntityFramework.Docs/issues/4654#issuecomment-1943908123), case sensitive comparers...