sapiens / SqlFu

Fast and versatile .net core data mapper/micro-orm
Other
229 stars 50 forks source link

Devel #45

Closed luisvsilva closed 9 years ago

luisvsilva commented 9 years ago

Fixes issue #44. Included Ignore Attribute Logic to ignore columns marked with the Ignore attribute when parsing POCOs properties

luisvsilva commented 9 years ago

Can someone please review this pull request. I couldn't run the unit tests as I think this project requires style cop to compile on the version 4.5 Getting a stack of these errors:

Error 4 Source file 'obj\Release\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs' could not be found C:\Projects\SqlFu\src\SqlFu\CSC SqlFu45

I am using compiled version 4 in my application and it seems fine.

sapiens commented 9 years ago

Pls do the PR for the devel branch, not master. Also afaik, I'm not using stylecop