Skip to content

Conversation

@william-gross
Copy link
Contributor

No description provided.

For now it just forwards calls to DateTimeTools.
And added dependency on iCal.NET library.
Modified ParsedLine classes to use explicit member implementation when possible. Also reformatted code.
There was no way for client code to use it, and its code was exactly duplicated in TextBasedTabularDataParser.buildColumnHeadersToIndexesDictionary.
It's now parseLine and just returns field data, which reduces duplication in implementations.
Removed unnecessary members and reformatted.
Fixed nullability warnings and reformatted.
Fixed nullability warnings and reformatted.
Fixes some nullability warnings.
Backported improvements from last commit into TextBasedTabularDataParser and TextBasedParsedLine.
In preparation for a new, public ValidationResult class that will be returned by all the Validator methods.
Restructured and simplified underlying validation methods in Validator. They now return the error, set the value via a setter parameter, and no longer trim or check for empty.
This hasn't been used in years, or even decades.
This code is tested and already in use by EWL.
PatternString enables specialized search controls in EWL and provides a good place to support wildcard characters in the future.
This has been in use by EWL for years.
Support for these was added in C# 7.3 in 2018.
Added IsBetween and MonthBeginDate.
This is existing code from EWL, but recently improved based on the listed Stack Overflow answer.
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.

1 participant