entity-framework-core
Here are 2,365 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 27, 2022 - C#
-
Updated
Feb 22, 2022 - C#
-
Updated
Mar 15, 2022 - C#
-
Updated
Nov 25, 2021 - C#
-
Updated
Sep 7, 2021 - C#
-
Updated
Mar 26, 2022 - C#
Im looking for the labels/keys for the event counters so I can add some of them to my monitoring.
Specifically App Insights, I require the labels/keys and the "core" counters includes this in the "well-known" eventcounters documentation: https://docs.microsoft.com/en-us/dotnet/core/diagnostics/available-counters
You already have the available counters in this article, but there is no way to fi
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 25, 2022 - C#
-
Updated
Mar 10, 2022 - C#
-
Updated
Dec 4, 2017 - C#
-
Updated
Jan 8, 2022 - C#
-
Updated
Mar 16, 2022 - C#
-
Updated
May 24, 2021 - C#
-
Updated
Nov 30, 2020 - C#
-
Updated
Mar 18, 2022 - C#
-
Updated
Nov 24, 2020 - C#
-
Updated
Mar 27, 2022 - C#
-
Updated
Mar 19, 2022 - C#
-
Updated
Jan 24, 2022 - C#
-
Updated
Jan 13, 2021 - SCSS
-
Updated
Mar 24, 2022 - C#
-
Updated
Feb 15, 2020 - C#
-
Updated
Mar 13, 2022 - C#
-
Updated
Mar 17, 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.