-
I am using PropertyGrid.WPF.
If there are two or more items in NotifyDataErrorInfoExample, it seems that one of them is not updated when two or more errors occur.
Because it is bound to HasError…
-
Hello,
I'm trying resolve this query with DynamicLinq:
```
select u.nombre
from expediente e
inner join clave_principal cp on cp.id = e.clave_principal_id
inner join area_unidad au on au.id = …
-
### Is your feature request related to a problem?
I was trying to keep DataAnnotations from a legacy code we have made with .NET Framework, but rewriting all the defaults constraints for MS SQL …
-
Is there any way to convert error keys from their C# property names to their JSON property names, as in MVC model validation?
https://learn.microsoft.com/en-us/aspnet/core/mvc/models/validation?vie…
-
"The Match date field is required"
-
If I have a schema of an object which has a property that is both required and nullable
```
animal:
type: object
properties:
dog:
$ref: '#/components/schemas/dog'
…
-
PostgreSQL: Failes to `BulkInsert` entity with JSONb column configured with recommended `Owned Entity Mapping`.
It looks like EFCore.BulkExtensions handles the Jsonb columns like a relation navigat…
-
Currently, all the validation attributes are made for validation with ASP.NET WebAPI. They come from the `System.ComponentModel.DataAnnotations` namespace. To make the attributes work when deserializi…
sbl03 updated
10 years ago
-
```
What steps will reproduce the problem?
1. A table with columns of type nvarchar(max)
2. Generate the dbml and entities with PLINQO
3. The DataType() Attribuite is not generated for these columns
…
-
I have some validations I need to do in my properties, like:
- Required (should not be null or empty string)
- Regex (entered text must follow a predefined regex pattern)
- Range (max and min values f…