// namespace Projects; #pragma warning disable CS8981 // The type name only contains lower-cased ascii characters. Such names may become reserved for the language. /// /// Metadata for the ApiOne project. /// [global::System.CodeDom.Compiler.GeneratedCode("Aspire.Hosting", null)] [global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage(Justification = "Generated code.")] [global::System.Diagnostics.DebuggerDisplay("Type = {GetType().Name,nq}, ProjectPath = {ProjectPath}")] public class ApiOne : global::Aspire.Hosting.IProjectMetadata #pragma warning restore CS8981 { /// /// The path to the ApiOne project. /// public string ProjectPath => """/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiOne/ApiOne.csproj"""; /// /// Gets a value indicating whether building the project before running it should be suppressed. /// /// /// Projects added via ProjectReference items in the AppHost project file are built as part of building the AppHost project process /// so building them again before running is unnecessary. This property always returns true. /// public bool SuppressBuild => true; }