[PR #1283] [MERGED] Add an launch inspector command to Aspire Dashboard #1313

Closed
opened 2025-12-29 09:19:16 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1283
Author: @jmezach
Created: 4/23/2025
Status: Merged
Merged: 4/25/2025
Merged by: @StefH

Base: masterHead: feature/inspector-command


📝 Commits (8)

📊 Changes

9 files changed (+706 additions, -618 deletions)

View changed files

📝 azure-pipelines-ci.yml (+175 -184)
📝 examples-Aspire/AspireApp1.AppHost/AspireApp1.AppHost.csproj (+24 -23)
📝 examples-Aspire/AspireApp1.AppHostOriginal/AspireApp1.AppHostOriginal.csproj (+21 -20)
📝 src/WireMock.Net.Aspire/WireMock.Net.Aspire.csproj (+48 -48)
src/WireMock.Net.Aspire/WireMockInspector.cs (+43 -0)
📝 src/WireMock.Net.Aspire/WireMockServerBuilderExtensions.cs (+221 -174)
📝 test/WireMock.Net.Aspire.TestAppHost/WireMock.Net.Aspire.TestAppHost.csproj (+30 -29)
📝 test/WireMock.Net.Aspire.Tests/WireMock.Net.Aspire.Tests.csproj (+47 -45)
📝 test/WireMock.Net.Aspire.Tests/WireMockServerBuilderExtensionsTests.cs (+97 -95)

📄 Description

This will add a new command to the Aspire Dashboard on a WireMock resource to launch the WireMockInspector tool.

Also upgrades Aspire to 9.2.0.

Signed-off-by: Jonathan Mezach jonathan.mezach@rr-wfm.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/1283 **Author:** [@jmezach](https://github.com/jmezach) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/25/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `feature/inspector-command` --- ### 📝 Commits (8) - [`116d87a`](https://github.com/wiremock/WireMock.Net/commit/116d87a76c6c22f7b07028957ca4ba4ec2569c30) Upgrade to Aspire 9.2.0 - [`3d6ca9c`](https://github.com/wiremock/WireMock.Net/commit/3d6ca9c285ffd172048b110f66057f1d8f52408a) Remove workload installs from CI pipeline - [`685a053`](https://github.com/wiremock/WireMock.Net/commit/685a053f4c0b8249e69492684d7bd0afdcd74a17) Missed package upgrade - [`10881cd`](https://github.com/wiremock/WireMock.Net/commit/10881cd5e5ee02ac3daf90331daf5e515537f2cd) Fix usings - [`4e4ed24`](https://github.com/wiremock/WireMock.Net/commit/4e4ed246b3f8e831c97a27eabcd0752c58f86d8d) Add Open Inspector command - [`adf84b6`](https://github.com/wiremock/WireMock.Net/commit/adf84b637380bfd77cc4d0cc5bb04f2d8de9d6dd) Fix broken test - [`df93fa4`](https://github.com/wiremock/WireMock.Net/commit/df93fa497cb59cb7c97443a1019671a2840e429c) PR comments - [`41d962e`](https://github.com/wiremock/WireMock.Net/commit/41d962ee9240ea0c4b1b4a7d5d7b06f3b59ebd97) More PR comments ### 📊 Changes **9 files changed** (+706 additions, -618 deletions) <details> <summary>View changed files</summary> 📝 `azure-pipelines-ci.yml` (+175 -184) 📝 `examples-Aspire/AspireApp1.AppHost/AspireApp1.AppHost.csproj` (+24 -23) 📝 `examples-Aspire/AspireApp1.AppHostOriginal/AspireApp1.AppHostOriginal.csproj` (+21 -20) 📝 `src/WireMock.Net.Aspire/WireMock.Net.Aspire.csproj` (+48 -48) ➕ `src/WireMock.Net.Aspire/WireMockInspector.cs` (+43 -0) 📝 `src/WireMock.Net.Aspire/WireMockServerBuilderExtensions.cs` (+221 -174) 📝 `test/WireMock.Net.Aspire.TestAppHost/WireMock.Net.Aspire.TestAppHost.csproj` (+30 -29) 📝 `test/WireMock.Net.Aspire.Tests/WireMock.Net.Aspire.Tests.csproj` (+47 -45) 📝 `test/WireMock.Net.Aspire.Tests/WireMockServerBuilderExtensionsTests.cs` (+97 -95) </details> ### 📄 Description This will add a new command to the Aspire Dashboard on a WireMock resource to launch the WireMockInspector tool. Also upgrades Aspire to 9.2.0. Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 09:19:16 +01:00
adam closed this issue 2025-12-29 09:19:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1313