Rikki Calteaux

Results 5 comments of Rikki Calteaux

To add to this, I'm in the process of updating from v2: Old Code (for reference): ``` var propertyInfo = typeof(MyModel).GetProperty(propertyName); var newMap = new CsvPropertyMap(propertyInfo); newMap.Name(columnName); myClassMap.PropertyMaps.Add(newMap); ``` Error...

Yeah I was digging through the source code to try and figure that one out. Thanks! Now I just need to work out why I'm getting this `CsvHelper.ReaderException: No header...

@bborad Don't know how much this helps, but I was able to get runtime reference mapping like this (using your above user/role example): ``` var userMap = new UserMap(); var...

I was just about to file an issue for this - ctrl+click also doesn't seem to allow multi select - in this case obviously without taking the range between. I'm...

Is there any update on this yet? We have an Azure SQL instance set up for our staging server which will shut down after an extended period of inactivity and...