Skip to content

Updating Validate#2258

Merged
JoshClose merged 1 commit into
JoshClose:masterfrom
jcaruso001:master
Jun 1, 2025
Merged

Updating Validate#2258
JoshClose merged 1 commit into
JoshClose:masterfrom
jcaruso001:master

Conversation

@jcaruso001
Copy link
Copy Markdown
Contributor

Updating the Validate documentation:

.Validate(field.=> !field.Contains("-"));

To:

.Validate(item => !item.Field.Contains("-"));

Updating the Validate documentation:

.Validate(field.=> !field.Contains("-"));

To:

.Validate(item => !item.Field.Contains("-"));
@JoshClose JoshClose merged commit 5745ceb into JoshClose:master Jun 1, 2025
@JoshClose
Copy link
Copy Markdown
Owner

In the future, make docs changes to the CsvHelper.WebSite project instead of the generated files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants