entity-framework-core
Here are 2,327 public repositories matching this topic...
-
Updated
Mar 2, 2022 - C#
-
Updated
Feb 8, 2022 - C#
Let's add MinVer and on successful builds generate a release.
-
Updated
Mar 13, 2022 - C#
-
Updated
Feb 22, 2022 - C#
-
Updated
Mar 9, 2022 - C#
-
Updated
Nov 25, 2021 - C#
-
Updated
Sep 7, 2021 - C#
From Basic configuration
For more information on which properties are included in the model, see Including & Excluding Properties.
Including & Excluding Properties link apparently links directly to article _Ent
date_trunc('week', now()::date
Looking to make a call similar to this, and can't figure out what should be used now. I've also looked at EF.Property<DateTime>()
but that doesn't seem to help.
-
Updated
Mar 10, 2022 - C#
-
Updated
Mar 10, 2022 - C#
-
Updated
Dec 4, 2017 - C#
-
Updated
Jan 8, 2022 - C#
-
Updated
Mar 13, 2022 - C#
-
Updated
May 24, 2021 - C#
-
Updated
Nov 30, 2020 - C#
-
Updated
Jan 8, 2022 - C#
-
Updated
Mar 9, 2022 - C#
-
Updated
Nov 24, 2020 - C#
-
Updated
Mar 9, 2022 - C#
-
Updated
Jan 24, 2022 - C#
-
Updated
Feb 28, 2022 - C#
-
Updated
Feb 15, 2020 - C#
-
Updated
Jan 13, 2021 - SCSS
-
Updated
Mar 13, 2022 - C#
-
Updated
Feb 24, 2022 - C#
-
Updated
Mar 2, 2022 - C#
Improve this page
Add a description, image, and links to the entity-framework-core topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the entity-framework-core topic, visit your repo's landing page and select "manage topics."
https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBroken
method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.