Skip to content
#

fluent-api

Here are 175 public repositories matching this topic...

jrgcubano
jrgcubano commented Apr 17, 2018

On a general level I am not an expert in NHibernate or FluentNHibernate. I need your help to collect all the improvements and bugs that have been lost in the past and are relevant, and the following NHibernate improvements.

We can just break down everything in Features, Improvements and Bugs. If a new idea or bug just open a issue, if not leave here the reference to the issue or PR (example: #1

Validot
bartoszlenar
bartoszlenar commented Feb 24, 2021

Feature description

  • French translation for the default Validot's message set.
  • Placeholders support where applicable.
  • Fluent api extension method to ValidatorSettings so it can be nicely used from Validator.Factory.Create.

Feature in action

var validator = Validator.Factory.Create(
    specification,
    s => s.WithFrenchTranslation()
);

validator.Settin
enhancement help wanted good first issue translation
java-fluent-validator

Java Fluent Validator is inspired by Fluent Interface and .Net FluentValidation which defined an inner-DSL within Java language for programmers to use. A fluent interface implies that its primary goal is to make it easy to SPEAK and UNDERSTAND.

  • Updated Dec 28, 2021
  • Java

Improve this page

Add a description, image, and links to the fluent-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fluent-api topic, visit your repo's landing page and select "manage topics."

Learn more