-
Specification is incomplete and will be moved to Flunt.Specifications
-
Current Flunt version do not permit to extend `Notification` class because it is `sealed`.
The reason for that is to provide a unified way to show your notifications, but I understand most of you wan…
-
In version 2 we're gonna support default messages for validations. We need a way to custom/translate these default messages.
-
Add a new method to add notifications by passing its type and message.
```csharp
public void AddNotification(Type property, string message)
{
_notifications.Add(new Notification(property?.Na…
-
Some names on `Notifiable.cs` are no intuitive, we`re gonna change to:
```csharp
// From
bool Invalid
bool Valid
```
```csharp
// To
bool IsNotValid
bool IsValid
```
-
Is there a reasonable design requirement for the [Notification.cs](https://github.com/andrebaltieri/flunt/blob/master/Flunt/Notifications/Notification.cs) class to be `sealed`?
I ask this because I…
-
Adicionar a opção de internacionalização das mensagens de erros, possibilitando ter mensagem padrão em diversas línguas sem a necessidade de usar mensagens customizadas
-
Implement a way to use specifications with Validation Contracts and Notifications
-
Boa noite.
Sou um pouco inexperiente.
Ao tentar mapear, no DbContext (EF Core), uma classe que Herda/Implementa Notifiable, recebo a seguinte notificação:
```
The entity type 'Notification'…
-
We can use it to conditional validation.