minhhungit / ConsoleTableExt

A fluent library to print out a nicely formatted table in a console application C#
MIT License
331 stars 37 forks source link

Added Frames, UnitTests, Strongname signing #7

Closed spreedated closed 3 years ago

spreedated commented 3 years ago

A whole lot of changes:

minhhungit commented 3 years ago

@spreedated thank you for you PR

Thank you

spreedated commented 3 years ago
spreedated commented 3 years ago

For the signing, the file is an SNK, so it's not secured by a password. That's fine, developers can still debug and build without a password.

minhhungit commented 3 years ago

Strongnamed projects needs all referenced assemblies to be strongnamed as well. We can either provide it or let the developers do it by downloading and compiling the source.

can they install it from nuget without strong name ?

Btw, I will be very happy to approve this pull request after you convert your FrameStyles to Formats

Thank you again

spreedated commented 3 years ago

Yes you can download it. Here's a description from Microsoft https://docs.microsoft.com/en-us/dotnet/standard/assembly/strong-named

I get asap into the changes, probably tomorrow :)

minhhungit commented 3 years ago

@spreedated Sorry for rushing this a bit, but have you had a chance to update this sir

I also pushed code for char map feature in this branch https://github.com/minhhungit/ConsoleTableExt/tree/Feature/BoxDrawingChars

I want to merge your pull request first before I merge BoxDrawingChars to master

minhhungit commented 3 years ago

Can't wait, I merged BoxDrawingChars branch and release version 3.0.0 with charmap and many things. I will close this PR, feel free to create new one, many thanks @spreedated