Open Source Contribution Details

VSZipper


My Contribution:

I changed the Zipper class and program.cs to get list of excluded paths and extensions from an appsettings.json file so they are no longer hard-coded into the class.

Overall Value of the Project:

This application from Tim Corey zips up Visual Studio Projects and Solutions without unnecessary files/folders like the bin and obj directories. This allows fast creating of a zip archive with the necessary solution and project files that can be shared, including by email, as the executable code files have been removed.

Technologies Used

  • .NET;
  • .NET 6;
  • C#;
  • Class Library;
  • Console Application;

Find the Project here:

Link to Code Base: https://github.com/TimCorey/VSZipper

Link to Pull Request: https://github.com/TimCorey/VSZipper/pull/5

Back to List