-
Dear Sir ,we need System.ComponentModel.DataAnnotations It's too important
-
I have this schema:
```json
"CustomerRequest": {
"type": "object",
"additionalProperties": false,
"required": [],
"properties": {
"businessDeveloper": {
"type": "string",
…
-
Encountering this on build with the forked version:
The type or namespace name 'DataAnnotations' does not exist in the namespace 'System.ComponentModel' (are you missing an assembly reference?) [/hom…
-
Hi Team,
We recently started migrating our web app from core 2.1 to 3.1, but running into below error.
We know the last and latest version of Microsoft.AspNetCore.Mvc.DataAnnotations is 2.2.0
…
-
When you try to fill elements in List, chosen elements are not saved, modifications are lost.
![image](https://user-images.githubusercontent.com/13328513/138604991-dc2b273c-daef-4d35-8196-1396789d35…
-
It seems the doc for MinLengthAttribute is off for .NET Core and .NET5+, because the implementation is different from the one in the Framework.
The Framework implementation can only be applied to s…
-
Hi Team,
We recently started migrating our web app from core 2.1 to 3.1, but running into below error.
We know the last and latest version of Microsoft.AspNetCore.Mvc.DataAnnotations is 2.2.0
…
-
These two seem strait forward. the second string is just the SQL that represents the constraint.
* HasCheckConstraint(EntityTypeBuilder, String, String)
* HasCheckConstraint<TEntity>(EntityType…
-
In my case, I have custom localization service (like `IStringLocalizer`), that retrieve localization from database for user-specific culture. User culture configures in user settings, that may changes…
-
### Describe the bug
I'm trying to use a PO file to override some of the built-in .NET DataAnnotation messages, such as "The {0} field is required." This works well when the msgid only has one parame…