https://github.com/osiristerje/ifix
Command line utility for fixing miscellaneous stuff within Visual Studio and its tools
https://github.com/osiristerje/ifix
visual-studio
Last synced: about 1 year ago
JSON representation
Command line utility for fixing miscellaneous stuff within Visual Studio and its tools
- Host: GitHub
- URL: https://github.com/osiristerje/ifix
- Owner: OsirisTerje
- License: mit
- Created: 2014-06-05T19:25:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T02:51:50.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T13:41:43.652Z (about 1 year ago)
- Topics: visual-studio
- Language: C#
- Homepage:
- Size: 864 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
IFix
====
What it does:
[Fixing, and creating, latest gitignore](http://hermit.no/fixing-up-visual-studio-rsquo-s-gitignore-using-ifix/) Cmd: Ifix gitgirnore
[Fixing the mefcache (VS loading errors)](http://hermit.no/how-to-fix-visual-studio-loading-errors-using-ifix/) Cmd: Ifix mefcache
[Fixing the vs test cache issue, see Crash Fixing](http://hermit.no/how-to-resolve-cases-of-visual-studio-no-tests-appearing/) Cmd: Ifix vstestcache
[Managing user dumps](http://hermit.no/managing-userdumps-using-ifix/) Cmd: Ifix diagnostics
[Create Skeleton Solution file](http://hermit.no/ifix-create-solution-skeleton-file/) Ifix createsln
Nuget consolidate by command line Cmd: Ifix nugetconsolidate
[Fixing nuget restore error](http://hermit.no/converting-projects-to-use-automatic-nuget-restore-using-ifix/)
Get a list of available commands by just calling IFix with no parameters
[More instructions for use](https://github.com/OsirisTerje/IFix/wiki)
### Installing (Versjon 3.0 and up)
IFix is a dotnet tool, so install it by:
```
dotnet tool install ifix --global
```
### Installing Older versions, pre-3.0
[Download from Visual Studio Marketplace](http://visualstudiogallery.msdn.microsoft.com/b8ba97b0-bb89-4c21-a1e2-53ef335fd9cb)
### Got an issue ?
[Please report the issue](https://github.com/OsirisTerje/IFix/issues)
# For building:
Requires:
Wix 3.8
.Net 5
To build use Visual Studio 2019
Latest build
[]
....