-
### Entity Framework
* Entity Framework 2008 yılından itibaren **Microsoft tarafında** geliştirilen **ORM** aracıdır.
#### ORM
ORM veya **Object to Relational Mapping** temel olarak veritabanında…
-
- [ ] When deployment fails due to missing credentials, there is an error processing terraform result. There is no need to process terraform result since there was nothing executed.
- [ ] Service st…
-
### The problem
The climate integration logs errors when an ESPHome climate device that takes a humidity input from Home Assistant is restarted. The error appears to occur because the humidity value …
-
### Description
Trying to load Npgsql entity framework on dotnet core over Paket has issues, most likely related to dependencies not being loaded.
### Repro steps
```F#
#load "Paket.fsx"
Pa…
-
EF Core should honor [MaxLength] attributes from interfaces an Entity Implements
It's less useful and frustrating for a user of EFCore to spend a lot of time developing Interfaces for defining ca…
-
# PTQ | Soft delete with entity framework core
Soft delete means mark it as deleted, don’t completely remove it from database (db) is a common way to achieve the “delete - restore” pattern. It’s very…
-
If you use with SW 6.6.7.0 the command “bin/console media:delete-unused”, you get the following error:
{noformat}CRITICAL [console] Error thrown while running command "media:delete-unused". Messag…
-
Hi,
I've been working on issue #1 and as part of that added a Code property to the Item entity. I decided to do this as a ValueObject implementation, rather than a straight string - (I'm not 100% su…
-
### Type of issue
Other (describe below)
### Description
I would not call it an issue at all, but I'd suggest if possible, extending the documentation with an explicit statement, that in most cases…
-
The page https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/types/records mentions this:
> # When to use records
> ## Value equality
> Not all data models work well with value equality.…