Skip to content

v.0.0.3

Choose a tag to compare

@github-actions github-actions released this 26 Feb 23:46
· 1 commit to master since this release

🎉 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):

  1. Download the .vsix file below
  2. Close all Visual Studio instances
  3. Double-click the .vsix file to install
  4. Restart Visual Studio
  5. Open View → Other Windows → Network Watcher

Complete Package (Developers/Debugging):

  1. Download the Build-Artifacts.zip file
  2. Extract to see:
    • VSIX file (for installation)
    • Compiled DLLs (for referencing)
    • PDB files (for debugging with symbols)
    • XML docs (for IntelliSense)
  3. 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