LaunchProfile
Classsealednet10.0
Represents a launch profile for a
ProjectResource. namespace Aspire.Hosting;
public sealed class LaunchProfile{ // ...}9 members
Constructors1
Section titled ConstructorsProperties8
Section titled PropertiesDotnetRunMessagesget; setbool? Gets or sets whether the project is configured to emit logs when running with dotnet run.
EnvironmentVariablesget; setDictionary<string, string> Gets or sets the environment variables for the launch profile.