Skip to content

behm/aspired

Repository files navigation

Aspired

.NET Aspire sample application with several bells and whistles

NuGet Packages

Add the following packages to the AppHost project

  • Aspire.Hosting.SqlServer

Getting Started

Secrets

You will need to create a Parameter entry in the secrets.json file to provide the SQL Password used for creating the SQL Server container.

dotnet user-secrets set "Parameters:sql-password" "YourPassword"

The SQL Server port is hard-coded to 7890 but you could create another parameter and add the corresponding secrets value.

References

About

.NET Aspire sample application with several bells and whistles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published