Back to Home
BachEndDeveloper icon

dotnet-agent-demo

Verified Safe

by BachEndDeveloper

Overview

This project demonstrates a .NET Aspire application with an API service and a web front-end, showcasing distributed application development and orchestration.

Installation

Run Command
dotnet run --project AgentDemo.AppHost

Environment Variables

  • ASPNETCORE_ENVIRONMENT
  • DOTNET_ENVIRONMENT
  • ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL
  • ASPIRE_DASHBOARD_MCP_ENDPOINT_URL
  • ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL

Security Notes

The provided code consists of configuration files (launchSettings.json, appsettings.json) and does not contain any executable logic like 'eval' or obfuscation. All network endpoints configured in launchSettings.json are localhost, limiting direct external exposure. 'AllowedHosts: "*"' in appsettings.json is a common default for development but should be restricted in a production environment. No hardcoded secrets or malicious patterns are observed.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1
Stars0
Forks0
Last Update2025-11-26

Tags

.NETAspireDistributed ApplicationWeb APIOrchestration