entity-framework-core
Here are 2,006 public repositories matching this topic...
-
Updated
Aug 11, 2021 - C#
-
Updated
Aug 25, 2021 - C#
Let's add MinVer and on successful builds generate a release.
-
Updated
Aug 25, 2021 - C#
-
Updated
Aug 30, 2021 - C#
-
Updated
Aug 25, 2021 - C#
-
Updated
Feb 22, 2021 - C#
-
Updated
Aug 25, 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
-
Updated
Aug 30, 2021 - C#
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
Aug 30, 2021 - C#
-
Updated
Aug 27, 2021 - C#
-
Updated
Dec 4, 2017 - C#
-
Updated
May 24, 2021 - C#
-
Updated
Aug 25, 2021 - C#
-
Updated
Nov 30, 2020 - C#
-
Updated
Jul 28, 2021 - C#
-
Updated
Aug 2, 2021 - C#
-
Updated
Feb 15, 2020 - C#
-
Updated
Aug 30, 2021
-
Updated
Aug 25, 2021 - C#
-
Updated
Aug 29, 2021 - C#
-
Updated
Aug 23, 2021 - C#
-
Updated
Mar 17, 2021 - C#
-
Updated
Nov 24, 2020 - C#
-
Updated
Aug 10, 2020 - C#
-
Updated
Jan 13, 2021 - SCSS
-
Updated
Aug 18, 2021 - 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.