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,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v10.0", FrameworkDisplayName = ".NET 10.0")]

View File

@@ -0,0 +1,36 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("3fd9a60b-40a2-4d52-bdae-fcb13dceb6d3")]
[assembly: System.Reflection.AssemblyMetadata("dcpclipath", ("/Users/jeffrygonzalez/.nuget/packages/aspire.hosting.orchestration.osx-arm64/13.1" +
".0/tools/dcp"))]
[assembly: System.Reflection.AssemblyMetadata("dcpextensionpaths", ("/Users/jeffrygonzalez/.nuget/packages/aspire.hosting.orchestration.osx-arm64/13.1" +
".0/tools/ext/"))]
[assembly: System.Reflection.AssemblyMetadata("dcpbinpath", ("/Users/jeffrygonzalez/.nuget/packages/aspire.hosting.orchestration.osx-arm64/13.1" +
".0/tools/ext/bin/"))]
[assembly: System.Reflection.AssemblyMetadata("apphostprojectpath", ("/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/App" +
"Host"))]
[assembly: System.Reflection.AssemblyMetadata("apphostprojectname", "AppHost.csproj")]
[assembly: System.Reflection.AssemblyMetadata("aspiredashboardpath", ("/Users/jeffrygonzalez/.nuget/packages/aspire.dashboard.sdk.osx-arm64/13.1.0/tools" +
"/Aspire.Dashboard.dll"))]
[assembly: System.Reflection.AssemblyMetadataAttribute("apphostprojectbaseintermediateoutputpath", ("/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/App" +
"Host/obj/"))]
[assembly: System.Reflection.AssemblyCompanyAttribute("AppHost")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+029fc808861743407d1014ffb7cabf40b443645a")]
[assembly: System.Reflection.AssemblyProductAttribute("AppHost")]
[assembly: System.Reflection.AssemblyTitleAttribute("AppHost")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
6354ede354cc5f4133b7393d77cb9bceb9b16a7950a8abc69f77f1fe3eea87ad

View File

@@ -0,0 +1,17 @@
is_global = true
build_property.TargetFramework = net10.0
build_property.TargetFrameworkIdentifier = .NETCoreApp
build_property.TargetFrameworkVersion = v10.0
build_property.TargetPlatformMinVersion =
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AppHost
build_property.ProjectDir = /Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 10.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,10 @@
// <auto-generated/>
global using Aspire.Hosting;
global using Aspire.Hosting.ApplicationModel;
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Threading;
global using System.Threading.Tasks;

View File

@@ -0,0 +1 @@
4d96be4550bfc00fec0c0385d6abf2ddf2d2b8b550552f55b280ffeef46e85f9

View File

@@ -0,0 +1,116 @@
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/AppHost
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/AppHost.deps.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/AppHost.runtimeconfig.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/AppHost.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/AppHost.pdb
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Aspire.Hosting.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Aspire.Hosting.AppHost.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Aspire.Hosting.Nats.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Aspire.Hosting.PostgreSQL.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/HealthChecks.NpgSql.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/HealthChecks.Uris.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Fractions.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Google.Protobuf.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Grpc.AspNetCore.Server.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Grpc.AspNetCore.Server.ClientFactory.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Grpc.Core.Api.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Grpc.Net.Client.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Grpc.Net.ClientFactory.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Grpc.Net.Common.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Humanizer.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Json.More.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/JsonPatch.Net.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/JsonPointer.Net.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/KubernetesClient.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/MessagePack.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/MessagePack.Annotations.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Microsoft.NET.StringTools.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Microsoft.VisualStudio.Threading.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Microsoft.VisualStudio.Validation.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/NATS.Client.Core.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/NATS.Client.Hosting.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/NATS.Client.JetStream.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/NATS.Client.KeyValueStore.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/NATS.Client.ObjectStore.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/NATS.Client.Serializers.Json.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/NATS.Client.Services.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/NATS.Client.Simplified.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/NATS.Net.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Nerdbank.Streams.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Newtonsoft.Json.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Npgsql.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Polly.Core.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/Semver.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/StreamJsonRpc.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/System.IO.Hashing.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/YamlDotNet.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/cs/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/de/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/es/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/fr/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/it/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ja/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ko/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/pl/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/pt-BR/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ru/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/tr/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/zh-Hans/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/zh-Hant/Aspire.Hosting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/cs/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/de/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/es/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/fr/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/it/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ja/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ko/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/pl/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ru/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/tr/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.Threading.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/cs/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/de/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/es/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/fr/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/it/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ja/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ko/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/pl/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/pt-BR/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ru/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/tr/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/zh-Hans/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/zh-Hant/Microsoft.VisualStudio.Validation.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/cs/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/de/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/es/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/fr/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/it/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ja/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ko/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/pl/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/pt-BR/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/ru/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/tr/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/zh-Hans/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/zh-Hant/StreamJsonRpc.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/bin/Debug/net10.0/runtimes/win/lib/net10.0/System.Diagnostics.EventLog.Messages.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/AppHost.csproj.AssemblyReference.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/AppHost.GeneratedMSBuildEditorConfig.editorconfig
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/AppHost.AssemblyInfoInputs.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/AppHost.AssemblyInfo.cs
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/AppHost.csproj.CoreCompileInputs.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/Aspire/references/ApiOne.ProjectMetadata.g.cs
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/Aspire/references/ApiTwo.ProjectMetadata.g.cs
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/Aspire/references/_AppHost.ProjectMetadata.g.cs
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/AppHost.sourcelink.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/AppHost.csproj.Up2Date
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/AppHost.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/refint/AppHost.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/AppHost.pdb
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/AppHost.genruntimeconfig.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/ref/AppHost.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/Aspire/references/PlainListener.ProjectMetadata.g.cs
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/AppHost/obj/Debug/net10.0/Aspire/references/LateComer.ProjectMetadata.g.cs

View File

@@ -0,0 +1 @@
ef71a3adf24be572fa1475b2abbd731a4165023fd32f9470e5202ec2c912d4af

View File

@@ -0,0 +1 @@
{"documents":{"/Users/jeffrygonzalez/work/reference/*":"https://raw.githubusercontent.com/HypertheoryTraining/reference/029fc808861743407d1014ffb7cabf40b443645a/*"}}

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""";
}