added two samples

This commit is contained in:
2026-02-03 08:31:53 -05:00
parent 97e0ce1733
commit 51f577d218
1120 changed files with 45859 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
// <auto-generated/>
namespace Projects;
#pragma warning disable CS8981 // The type name only contains lower-cased ascii characters. Such names may become reserved for the language.
/// <summary>
/// Metadata for the ApiOne project.
/// </summary>
[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
{
/// <summary>
/// The path to the ApiOne project.
/// </summary>
public string ProjectPath => """/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiOne/ApiOne.csproj""";
/// <summary>
/// Gets a value indicating whether building the project before running it should be suppressed.
/// </summary>
/// <remarks>
/// 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.
/// </remarks>
public bool SuppressBuild => true;
}

View File

@@ -0,0 +1,28 @@
// <auto-generated/>
namespace Projects;
#pragma warning disable CS8981 // The type name only contains lower-cased ascii characters. Such names may become reserved for the language.
/// <summary>
/// Metadata for the ApiTwo project.
/// </summary>
[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 ApiTwo : global::Aspire.Hosting.IProjectMetadata
#pragma warning restore CS8981
{
/// <summary>
/// The path to the ApiTwo project.
/// </summary>
public string ProjectPath => """/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/ApiTwo.csproj""";
/// <summary>
/// Gets a value indicating whether building the project before running it should be suppressed.
/// </summary>
/// <remarks>
/// 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.
/// </remarks>
public bool SuppressBuild => true;
}

View File

@@ -0,0 +1,28 @@
// <auto-generated/>
namespace Projects;
#pragma warning disable CS8981 // The type name only contains lower-cased ascii characters. Such names may become reserved for the language.
/// <summary>
/// Metadata for the LateComer project.
/// </summary>
[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 LateComer : global::Aspire.Hosting.IProjectMetadata
#pragma warning restore CS8981
{
/// <summary>
/// The path to the LateComer project.
/// </summary>
public string ProjectPath => """/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/LateComer/LateComer.csproj""";
/// <summary>
/// Gets a value indicating whether building the project before running it should be suppressed.
/// </summary>
/// <remarks>
/// 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.
/// </remarks>
public bool SuppressBuild => true;
}

View File

@@ -0,0 +1,28 @@
// <auto-generated/>
namespace Projects;
#pragma warning disable CS8981 // The type name only contains lower-cased ascii characters. Such names may become reserved for the language.
/// <summary>
/// Metadata for the PlainListener project.
/// </summary>
[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 PlainListener : global::Aspire.Hosting.IProjectMetadata
#pragma warning restore CS8981
{
/// <summary>
/// The path to the PlainListener project.
/// </summary>
public string ProjectPath => """/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/PlainListener/PlainListener.csproj""";
/// <summary>
/// Gets a value indicating whether building the project before running it should be suppressed.
/// </summary>
/// <remarks>
/// 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.
/// </remarks>
public bool SuppressBuild => true;
}

View File

@@ -0,0 +1,21 @@
// <auto-generated/>
namespace Projects;
#pragma warning disable CS8981 // The type name only contains lower-cased ascii characters. Such names may become reserved for the language.
/// <summary>
/// Metadata for the Aspire AppHost project.
/// </summary>
[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 AppHost
#pragma warning restore CS8981
{
private AppHost() { }
/// <summary>
/// The path to the Aspire Host project.
/// </summary>
public static string ProjectPath => """/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost""";
}