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.
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.
// Install Berrevoets.Aspire.Hosting.MailDev as a Cake Addin
#addin nuget:?package=Berrevoets.Aspire.Hosting.MailDev&version=9.0.0

// Install Berrevoets.Aspire.Hosting.MailDev as a Cake Tool
#tool nuget:?package=Berrevoets.Aspire.Hosting.MailDev&version=9.0.0                

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. 
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 32 11/17/2024
9.0.0-preview 29 11/17/2024
1.0.3 35 11/17/2024
1.0.3-preview 29 11/17/2024
1.0.2-preview 32 11/17/2024
1.0.0-preview 28 11/17/2024