C3D.Extensions.Aspire.IISExpress
0.1.8
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package C3D.Extensions.Aspire.IISExpress --version 0.1.8
NuGet\Install-Package C3D.Extensions.Aspire.IISExpress -Version 0.1.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="C3D.Extensions.Aspire.IISExpress" Version="0.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add C3D.Extensions.Aspire.IISExpress --version 0.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: C3D.Extensions.Aspire.IISExpress, 0.1.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install C3D.Extensions.Aspire.IISExpress as a Cake Addin #addin nuget:?package=C3D.Extensions.Aspire.IISExpress&version=0.1.8 // Install C3D.Extensions.Aspire.IISExpress as a Cake Tool #tool nuget:?package=C3D.Extensions.Aspire.IISExpress&version=0.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
C3D.Extensions.Aspire.IISExpress
A way to reference and execute an IIS Express based project (ASP.NET 4.x) using Aspire. Connects to the instance of VisualStudio running the AprireHost and attaches the debugger to the IIS Express instance so that the project can be debugged as normal. Adds a healthcheck to the IIS Express resource to show whether the debugger has been attached. A future option would be to send the initial request to spin up the site once the debugger is attached.
Known Issues
- The
$(SolutionDir)\.vs\$(SolutionName)\config\applicationhost.config
file is not checked in as part of the source so you will probably have to manually select each web application and run it once manually to setup the appropriate information. - There is no 'easy' way to automatically start up the IIS Express based website (it might be possible to do via a healthcheck poll or similar but that is out of scope at this time.)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Aspire.Hosting (>= 9.1.0)
- C3D.Extensions.Aspire.VisualStudioDebug (>= 0.1.6)
- envdte (>= 17.13.40008)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.