Marcos Meli

Results 17 issues of Marcos Meli

Add some Visual Studio diagrams to the docs that shows Engine Interactions and dependences

docs

Now the ExamplesFx generates the .htmls for the examples but not the windows desktop app with Examples Browser

docs

Here are a list of small pending changes in different pages: :white_check_mark: Unify some docs in Must Read page :white_check_mark: Add some tips about how to use the library :white_check_mark:...

docs
ready

Sometimes you can't edit an existing type to add the necessary attributes (DelimitedRecordAttribute or FixedLengthRecordAttribute) and this information could be specified through parameters. If the type doesn't have any attribute,...

For Example: ``` [DelimiterRecords(";")] class internalClass { string A; string B; [FieldConverter(ConverterKind.Date, "dd.MM.yy")] DateTime C; [FieldIgnored] string D; [FieldIgnored] int whatEver; ... } [DelimiterRecords(";")] class MyClass { string someOtherInfo; string...

Today we throw BadUsageException in the engine creation but maybe the user only want to write records, so there is no problem if there is no constructor. Throw the BadUsageException...

enhancement
Jump In
isMedium

The current implementation only support reading runtime records We need a way to write non typed records (generic CSV for example)

task

Something like a DataLink replacement but much more pluggable and that left to the user the core actions of assign fields and transform info, basicaly solve the Extract and Load...

With links for developers to the issue tracker, some compilating and test code, last commits and branches, other statistics

docs
ready
isEasy