-
### Background and motivation
The `RangeAttribute` currently supports `int` and `double` ranges out of the box using dedicated constructor overloads, however any other range necessitates using [thi…
-
Hi,
thanks for this great library!
I´m working on a portable version that can be used with Xamarin and mobile products. So there is no System.ComponentModel.DataAnnotations and the Reflection stuff i…
-
```
Is any work planned to optionally auto-multi-map based off the
AssociationAttribute (or similar)? Or is this completely off the table in order
to stay with POCO or for some other reason?
Nature…
-
```
Is any work planned to optionally auto-multi-map based off the
AssociationAttribute (or similar)? Or is this completely off the table in order
to stay with POCO or for some other reason?
Nature…
-
```
Is any work planned to optionally auto-multi-map based off the
AssociationAttribute (or similar)? Or is this completely off the table in order
to stay with POCO or for some other reason?
Nature…
-
```
Is any work planned to optionally auto-multi-map based off the
AssociationAttribute (or similar)? Or is this completely off the table in order
to stay with POCO or for some other reason?
Nature…
-
Options source generator is parsing the code validation attributes in the source and then emits generated code which instantiate the attribute with the same parameters and properties used in the sourc…
-
### Steps to reproduce
Create the table:
```sql
CREATE TABLE application_user(
id bigint NOT NULL AUTO_INCREMENT COMMENT 'Primary key',
username varchar(50) NOT NULL COMMENT 'username…
-
I have a schema that contains a MasterData like this:
```
"MasterDataDto": {
"required": ["companyId", "deleted", "masterDataTypeName", "message", "publicId", "synchro…
-
Using EF Core 2.2.6 in a .NET Core 3.0 project, the `dotnet ef migrations` commands may fail with an unexpected exception related to not finding the appropriate version of System.ComponentModel.Annota…