SkillAgentSearch skills...

VSZipper

This application zips up Visual Studio Projects and Solutions without unnecessary files/folders like the bin and obj directories.

Install / Use

/learn @TimCorey/VSZipper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

VSZipper App

This application zips up Visual Studio Projects and Solutions without unnecessary files/folders like the bin and obj directories.

Installation Instructions

You will need to build the project to create an exe at this point. In the project directory, run this command at the command line:

dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true --self-contained true

Take the generated exe and place it in the directory where you want the Visual Studio solution zipped up. Double-click the file to execute it.

Current Features

  • Zips up a directory and all sub-directories
  • Excludes hidden folders and files
  • Excludes files and folders I specify (bin/obj/etc.)

Roadmap

  • Automated build of the self-contained exe file on commit.
  • Use of a new zip file name if the current one already exists.
  • A dynamic set of exclusions instead of hard-coding them.
  • Make use of the .gitignore file to exclude files and folders.

Possible Ideas

  • Allow for rename of zip file during creation.
  • Show up on the right-click menu.
  • Visual Studio extension
View on GitHub
GitHub Stars39
CategoryDevelopment
Updated1y ago
Forks9

Languages

C#

Security Score

75/100

Audited on Mar 20, 2025

No findings