v.0.0.3
🎉 Network Watcher Extension Release
📦 Downloads
- NetworkWatcherExtension.vsix - Visual Studio Extension (standalone installer)
- NetworkWatcher-Build-Artifacts.zip - Complete package (VSIX + all binaries, PDBs, symbols)
Installation
Quick Install (Most Users):
- Download the
.vsixfile below - Close all Visual Studio instances
- Double-click the
.vsixfile to install - Restart Visual Studio
- Open View → Other Windows → Network Watcher
Complete Package (Developers/Debugging):
- Download the
Build-Artifacts.zipfile - Extract to see:
- VSIX file (for installation)
- Compiled DLLs (for referencing)
- PDB files (for debugging with symbols)
- XML docs (for IntelliSense)
- Use PDB files for debugging with full source line numbers
Features
- 🌐 HTTP/HTTPS traffic monitoring
- 🔍 Request/Response inspection
- 🎨 JSON prettification
- 🔎 Search functionality with highlighting
- 🌙 Dark theme optimized UI
Requirements
- Visual Studio 2022 or later
- .NET Framework 4.7.2 or later
- 🔍 Request/Response inspection
- 🎨 JSON prettification
- 🔎 Search functionality with highlighting
- 🌙 Dark theme optimized UI
Requirements
- Visual Studio 2022 or later
- .NET Framework 4.7.2 or later
Full Changelog: v.0.0.2...v.0.0.3