CsvTextFieldParser icon indicating copy to clipboard operation
CsvTextFieldParser copied to clipboard

Assembly signing

Open drvic10k opened this issue 6 years ago • 2 comments

The assembly available from NuGet is not signed, which is creating a problem when using in a project that is signed

drvic10k avatar Aug 27 '19 13:08 drvic10k

I'm not sure if I want to get into assembly signing for this library, but I'll at least consider it.

If you need a quick fix, I'd recommend just copying the source code directly into your signed project.

22222 avatar Aug 29 '19 00:08 22222

I added a preview release of the signed assembly to NuGet with version 1.2.2-preview. If you get a chance to try that version with your project the requires a signed assembly, let me know if you run into any issues with it.

I created pull request #11 with the changes but I won't merge it in right away. If anyone sees any problems with that implementation, feel free to comment on it.

22222 avatar Sep 01 '19 13:09 22222