EAVFramework.Extensions.Aspire.Hosting 5.1.0

dotnet add package EAVFramework.Extensions.Aspire.Hosting --version 5.1.0
 
NuGet\Install-Package EAVFramework.Extensions.Aspire.Hosting -Version 5.1.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="EAVFramework.Extensions.Aspire.Hosting" Version="5.1.0" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EAVFramework.Extensions.Aspire.Hosting" Version="5.1.0" />
 
Directory.Packages.props
<PackageReference Include="EAVFramework.Extensions.Aspire.Hosting" />
 
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 EAVFramework.Extensions.Aspire.Hosting --version 5.1.0
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EAVFramework.Extensions.Aspire.Hosting, 5.1.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 EAVFramework.Extensions.Aspire.Hosting@5.1.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=EAVFramework.Extensions.Aspire.Hosting&version=5.1.0
 
Install as a Cake Addin
#tool nuget:?package=EAVFramework.Extensions.Aspire.Hosting&version=5.1.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

EAVFramework.Extensions.Aspire.Hosting

using Aspire.Hosting;
using EAVFramework.Extensions.Aspire.Hosting;
var builder = DistributedApplication.CreateBuilder(args);
var sqlserver = builder.AddSqlServer("MCAspireSQL");
var db = sqlserver.AddDatabase("MC");
var eavmodel = builder.AddEAVFWModel<Projects.MC_Models>("mc-model")
 .WithNetTopologySuite()
 .PublishTo(db);
var management = builder.AddProject<Projects.MC_Portal>("mc-admin");
management
 .WithEnvironment("EAVFW_JOBSERVER_DISABLED","true")
 .WithEnvironment("SubscriberQueue__Disabled","true")
 .WithReference(db, "ApplicationDB")
 .WaitForCompletion(eavmodel);
builder.Build().Run();
Product 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 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 is compatible. 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
5.1.0 125 3/16/2026
5.0.0 128 2/7/2026
5.0.0-dev.20 76 2/7/2026
5.0.0-dev.19 414 12/1/2025
5.0.0-dev.18 197 3/21/2025
5.0.0-dev.17 126 2/22/2025
5.0.0-dev.16 143 2/19/2025
5.0.0-dev.15 143 2/12/2025
5.0.0-dev.14 139 12/19/2024
5.0.0-dev.13 135 12/19/2024
5.0.0-dev.12 148 12/19/2024
5.0.0-dev.11 139 12/18/2024
5.0.0-dev.10 136 12/17/2024
5.0.0-dev.9 140 12/16/2024
5.0.0-dev.8 131 12/9/2024
5.0.0-dev.7 135 12/6/2024
5.0.0-dev.6 153 12/3/2024
5.0.0-dev.5 132 12/2/2024
5.0.0-dev.4 114 11/18/2024
5.0.0-dev.3 130 11/18/2024
Loading failed