30
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ADD: The option to specify a default value in the converter More... about 18 years ago
ADD: a New Performance Project to measure the timing of the library More... about 18 years ago
MOD: Some Performance Improved More... about 18 years ago
Moving the RecordCondition to another file ASS: Some more XML docs More... about 18 years ago
ADD: NEW ConditionalRecords you can easily include or include certain records based on a RecordCondition (like BeginsWith, EndsWith, Contains) with full support for .NET Regular Expressions =) DEL: The old RecordHasDateFields !! created for the Excel COM interop problems with date fields. ADD: More Tests for the new ConditionalRecords !! =) we are near the 400 NUnit Tests !!!!! More... about 18 years ago
Changing AssemblyInfo.cs to version 2.0 More... about 18 years ago
MOD: BooleanConverter has insensitive comparison, but use the original case for write ops. More... about 18 years ago
ADD: More test for the IgnoreCommentedLines More... about 18 years ago
ADD: Allow to ignore spaces and tabs in the IgnoreEmptyLinesAttribute. NEW: IgnoreCommentedLinesAttribute thanks to MCampbell ADD: Test for the IgnoreCommentedLines REFACTOR in the RecordInfo class More... about 18 years ago
StrongKey for .Net 2.0 More... about 18 years ago
Clean build in .NET 2.0 =) MOD: EventHandlers in the FileHelperEngine. More... about 18 years ago
Preparing 2.0 version (a lot of changes deserve it) More... about 18 years ago
Good Bye WARNINGS =) A Clean Build now ADD: All pendings Docs (and the new for the MultiRecordEngine) More... about 18 years ago
MOD: Docs More... about 18 years ago
UPDATE: some docs to show the new Close() in the AsyncEngines UPDATE: The Wizard Templates for the same reason MOD: Generic versions generated More... about 18 years ago
BREAKING: EndsRead, EndsWrite deleted, now you have a Close() operation to simplify the API and to make it similar to the System.Data namespace. ADD: Some Docs ADD: Tests, tests and more tests :P More... about 18 years ago
MOD: Make the AsyncEngine IDisposable to allow easy instanciation and finalization MOD: Make the MultiRecordEngine also Enumerable ADD: More tests More... about 18 years ago
More Tests More... about 18 years ago
MOD: Make the AsyncEngine IEnumerable thanks to the suggestion of some user (this allow easier code) ADD: ImageConverter Test More... about 18 years ago
NUnit updated to 2.2.9 More... about 18 years ago
ADD: Donate Links Averywhere =) who dont need money :P MOD: Refactor in the Wizard More... about 18 years ago
ADD: Donate Links Averywhere =) who dont need money :P MOD: Refactor some of the samples in the Demo More... about 18 years ago
MOD: Some other Docs fixed (my english is worst of what I think) More... about 18 years ago
git-svn-id: svn://localhost/trunk@265 fafefce7-770d-0410-b8bf-a6f642d37c66 More... about 18 years ago
MOD: Build Script to override the Generics versions with the new ones in each build ADD: LGPL License txt file More... about 18 years ago
FIX: ExcelStorage damn problem with ExcelInterop, again the COM bitch is here, but solved now =) FIX: Double Number of fields in CsvClassBuilder(CsvOptions) FIX: StackOverflow on CsvClassBuilder.AddField (a forget of .FullName) More... about 18 years ago
MOD: Make Write the Methods in the engines less strict, in fact you can pass now an IList instead of an Array MOD: The generics versions receive also a List<T> instead of an T[] ADD: FileDiffEngineG.cs a generic version of the FileDiffEngine ADD: Generics methods overloads for the CommonEngine. More... about 18 years ago
MOD: Make Write the Methods in the engines less strict, in fact you can pass now an IList instead of an Array MOD: The generics versions receive also a List<T> instead of an T[] ADD: FileDiffEngineG.cs a generic version of the FileDiffEngine ADD: Generics methods overloads for the CommonEngine. More... about 18 years ago
FIX: ColLetter problem with more than 60 cols FIX: Problem with the ValidIdentifier More... about 18 years ago
The ExcelStorage now supports DateTime fields =) More... about 18 years ago