Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

housekeeping: Improve Custom Formatters Docs #153

Merged
merged 1 commit into from
Oct 24, 2020

Conversation

worldbeater
Copy link
Collaborator

What kind of change does this PR introduce?

This PR documents custom validation text formatters. We describe how to use SingleLineFormatter with other separator characters, and also we describe how to override the default IValidationTextFormatter<string> used in ReactiveUI.Validation.

What is the current behavior?

Currently, the way to override the default IValidationTextFormatter<string> isn't documented.

What is the new behavior?

Now, the way to override the default IValidationTextFormatter<string> is documented.

What might this PR break?

Nothing.

@codecov
Copy link

codecov bot commented Oct 24, 2020

Codecov Report

Merging #153 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #153   +/-   ##
=======================================
  Coverage   62.14%   62.14%           
=======================================
  Files          16       16           
  Lines         906      906           
=======================================
  Hits          563      563           
  Misses        343      343           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d0c5c8f...b12ca14. Read the comment docs.

@worldbeater worldbeater merged commit bf7c51e into main Oct 24, 2020
@worldbeater worldbeater deleted the readme-custom-formatters branch October 24, 2020 11:39
@reactiveui reactiveui locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant