File: JsonSourceGenerationContext.PropertyNames.g.cs | |
Project: src\src\Aspire.Cli\Aspire.Cli.csproj (aspire) |
// <auto-generated/> #nullable enable annotations #nullable disable warnings // Suppress warnings about [Obsolete] member usage in generated code. #pragma warning disable CS0612, CS0618 namespace Aspire.Cli { internal partial class JsonSourceGenerationContext { private static readonly global::System.Text.Json.JsonEncodedText PropName_appHostPath = global::System.Text.Json.JsonEncodedText.Encode("appHostPath"); } } |