Skip to content

TextSeparator = ", " for concatenating errors #2925

@michaelcsikos

Description

@michaelcsikos

The standard validation error messages such as [Required] are proper sentences ending with a . and I think this is good practice. Csla.Blazor.PropertyInfo assumes error messages won't end with a . using ", " to concatenate errors, so you end up with:

image

Should TextSeparator = " " or perhaps be a public static string TextSeparator { get; set; } instead?

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions