Berrevoets.Aspire.Hosting.MailDev 9.0.0

dotnet add package Berrevoets.Aspire.Hosting.MailDev --version 9.0.0
                    
NuGet\Install-Package Berrevoets.Aspire.Hosting.MailDev -Version 9.0.0
                    
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="Berrevoets.Aspire.Hosting.MailDev" Version="9.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Berrevoets.Aspire.Hosting.MailDev" Version="9.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Berrevoets.Aspire.Hosting.MailDev" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Berrevoets.Aspire.Hosting.MailDev --version 9.0.0
                    
#r "nuget: Berrevoets.Aspire.Hosting.MailDev, 9.0.0"
                    
#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.
#:package Berrevoets.Aspire.Hosting.MailDev@9.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Berrevoets.Aspire.Hosting.MailDev&version=9.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Berrevoets.Aspire.Hosting.MailDev&version=9.0.0
                    
Install as a Cake Tool

Berrevoets.Aspire.Hosting.MailDev library

Provides extension methods and resource definitions for a .NET Aspire AppHost to configure a MailDev Server.

Getting started

Install the package

In your AppHost project, install the .NET Aspire MailDev Hosting library with NuGet:

dotnet add package Berrevoets.Aspire.Hosting.MailDev

Usage example

Then, in the Program.cs file of AppHost, add a MailDev resource and consume the connection using the following methods:

var maildev = builder.AddMailDev("maildev");

var myService = builder.AddProject<Projects.MyService>()
                       .WithReference(maildev);

Additional documentation

https://learn.microsoft.com/dotnet/aspire

Feedback & contributing

https://github.com/bberrevoets/Berrevoets.Aspire.MailDev

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.0 1,118 11/17/2024
9.0.0-preview 100 11/17/2024
1.0.3 111 11/17/2024
1.0.3-preview 95 11/17/2024
1.0.2-preview 93 11/17/2024
1.0.0-preview 86 11/17/2024