entity-framework
Here are 2,129 public repositories matching this topic...
Typo in generated comment for IsValidationError
function: https://github.com/ent/ent/blob/34aabc0eb13c1ab0d41de65887556a46699b462d/entc/gen/template/base.tmpl#L92-L99
The comment needs to be fixed as follows validaton -> validation
:
- // IsValidationError returns a boolean indicating whether the error is a validaton error.
+ // IsValidationError returns a boolean indicating wh
-
Updated
May 2, 2021 - C#
-
Updated
Mar 29, 2021 - C#
-
Updated
May 3, 2021 - C#
-
Updated
Sep 6, 2020 - Go
-
Updated
Apr 26, 2021 - C#
-
Updated
May 1, 2021 - C#
-
Updated
Feb 22, 2021 - C#
-
Updated
Apr 26, 2021 - C#
-
Updated
Mar 15, 2021 - C#
-
Updated
Apr 19, 2021 - HTML
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
May 2, 2021 - C#
-
Updated
Apr 21, 2021 - C#
-
Updated
Apr 11, 2021 - C#
-
Updated
Apr 28, 2021 - C#
-
Updated
Apr 29, 2021 - C#
-
Updated
Jan 29, 2021 - C#
-
Updated
Feb 6, 2021 - C#
-
Updated
Apr 27, 2021 - Ruby
-
Updated
May 2, 2021 - C#
-
Updated
Mar 10, 2021 - C#
-
Updated
Feb 15, 2020 - C#
-
Updated
Dec 18, 2020 - C#
-
Updated
Mar 3, 2021 - C#
-
Updated
Apr 30, 2021 - C#
-
Updated
Apr 30, 2021 - C#
-
Updated
May 2, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the entity-framework 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 topic, visit your repo's landing page and select "manage topics."
See dotnet/EntityFramework.Docs#3207
It would be useful for
ApplyConfigurationsFromAssembly
to still use a parameterless constructor if there is one, even if it is not public.Also,
ApplyConfigurationsFromAssembly
should warn if it finds a configuration that would be instantiated except that there is no parameterless constructor.