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,22 @@
//------------------------------------------------------------------------------
// <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: System.Reflection.AssemblyCompanyAttribute("ApiTwo")]
[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("ApiTwo")]
[assembly: System.Reflection.AssemblyTitleAttribute("ApiTwo")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
684a6dc5ce4081dbe77945def0f3569c977e57850a1bfc3e106c588e8ae3a76d

View File

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

View File

@@ -0,0 +1,17 @@
// <auto-generated/>
global using Microsoft.AspNetCore.Builder;
global using Microsoft.AspNetCore.Hosting;
global using Microsoft.AspNetCore.Http;
global using Microsoft.AspNetCore.Routing;
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;
global using Microsoft.Extensions.Hosting;
global using Microsoft.Extensions.Logging;
global using System;
global using System.Collections.Generic;
global using System.IO;
global using System.Linq;
global using System.Net.Http;
global using System.Net.Http.Json;
global using System.Threading;
global using System.Threading.Tasks;

View File

@@ -0,0 +1 @@
962d8a38a90a7cebd54b21d64d865fc12af25379ffb3305da2fb56fef90fe9d3

View File

@@ -0,0 +1,227 @@
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/appsettings.Development.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/appsettings.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ApiTwo.staticwebassets.endpoints.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ApiTwo
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ApiTwo.deps.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ApiTwo.runtimeconfig.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ApiTwo.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ApiTwo.pdb
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Aspire.Npgsql.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/HealthChecks.NpgSql.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/DistributedLock.Core.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/DistributedLock.Postgres.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/FastExpressionCompiler.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/FSharp.Core.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Humanizer.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/JasperFx.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/JasperFx.Events.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/JasperFx.RuntimeCompiler.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Marten.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Bcl.AsyncInterfaces.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Bcl.TimeProvider.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.CodeAnalysis.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Scripting.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.CodeAnalysis.Scripting.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.CodeAnalysis.Workspaces.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.AmbientMetadata.Application.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.Compliance.Abstractions.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.DependencyInjection.AutoActivation.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.Diagnostics.ExceptionSummarization.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.Http.Diagnostics.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.Http.Resilience.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.Resilience.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.ServiceDiscovery.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.ServiceDiscovery.Abstractions.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.Telemetry.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Microsoft.Extensions.Telemetry.Abstractions.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NATS.Client.Abstractions.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NATS.Client.Core.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NATS.Client.Hosting.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NATS.Client.JetStream.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NATS.Client.KeyValueStore.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NATS.Client.ObjectStore.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NATS.Client.Serializers.Json.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NATS.Client.Services.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NATS.Client.Simplified.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NATS.Net.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NetTopologySuite.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NetTopologySuite.IO.PostGis.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/NewId.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Newtonsoft.Json.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Npgsql.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Npgsql.DependencyInjection.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Npgsql.Json.NET.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Npgsql.NetTopologySuite.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Npgsql.OpenTelemetry.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/OpenTelemetry.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/OpenTelemetry.Api.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/OpenTelemetry.Api.ProviderBuilderExtensions.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/OpenTelemetry.Exporter.OpenTelemetryProtocol.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/OpenTelemetry.Extensions.Hosting.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/OpenTelemetry.Instrumentation.AspNetCore.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/OpenTelemetry.Instrumentation.Http.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/OpenTelemetry.Instrumentation.Runtime.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Polly.Core.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Polly.Extensions.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Polly.RateLimiting.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Spectre.Console.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/System.Composition.AttributedModel.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/System.Composition.Convention.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/System.Composition.Hosting.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/System.Composition.Runtime.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/System.Composition.TypedParts.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Weasel.Core.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Weasel.Postgresql.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Wolverine.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Wolverine.Marten.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Wolverine.Nats.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Wolverine.Postgresql.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Wolverine.RDBMS.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/cs/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/de/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/es/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/fr/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/it/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ja/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ko/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pl/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pt-BR/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ru/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/tr/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hans/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hant/FSharp.Core.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Scripting.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Messages.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ServiceDefaults.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/Messages.pdb
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/bin/Debug/net10.0/ServiceDefaults.pdb
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.csproj.AssemblyReference.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/rpswa.dswa.cache.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.GeneratedMSBuildEditorConfig.editorconfig
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.AssemblyInfoInputs.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.AssemblyInfo.cs
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.csproj.CoreCompileInputs.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.MvcApplicationPartsAssemblyInfo.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.sourcelink.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/rjimswa.dswa.cache.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/rjsmrazor.dswa.cache.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/rjsmcshtml.dswa.cache.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/scopedcss/bundle/ApiTwo.styles.css
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/staticwebassets.build.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/staticwebassets.build.json.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/staticwebassets.development.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/staticwebassets.build.endpoints.json
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/swae.build.ex.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.csproj.Up2Date
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/refint/ApiTwo.dll
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.pdb
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ApiTwo.genruntimeconfig.cache
/Users/jeffrygonzalez/work/reference/examples/wolverine-nats/WolverineAndNats/ApiTwo/obj/Debug/net10.0/ref/ApiTwo.dll

View File

@@ -0,0 +1 @@
63b9951e3b0fa81e122d5952ee80d2eff8c6177fb26598e06e89326c7d156a23

View File

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

View File

@@ -0,0 +1 @@
{"GlobalPropertiesHash":"SELz9Pli6HMnwXzHSNFUpO2HGRhONd1fcu/4Ymwl78Q=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["3SGVLc\u002BP1kZDvSRkWBP\u002BLgprfGB3DqCVrZIGFZw1FPM=","dJP7Cg/LQoNEZd8uRzd/XycAykO7lIUL5mAhAql5hBE=","VghY0Bp6M72YOGgCJK1wnLwbQNpIsiYVxSwyD0jdMQw=","giD0yo26sF9ibLe4mEZmy8gEgjhex2n7kp22Ph0xAWs="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@@ -0,0 +1 @@
{"GlobalPropertiesHash":"5AEyuzDkB836BcL6jUcN2PfLMRLc/+Gr5aMMBj2pRS0=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["3SGVLc\u002BP1kZDvSRkWBP\u002BLgprfGB3DqCVrZIGFZw1FPM=","dJP7Cg/LQoNEZd8uRzd/XycAykO7lIUL5mAhAql5hBE=","VghY0Bp6M72YOGgCJK1wnLwbQNpIsiYVxSwyD0jdMQw=","giD0yo26sF9ibLe4mEZmy8gEgjhex2n7kp22Ph0xAWs="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@@ -0,0 +1 @@
{"GlobalPropertiesHash":"xiPmXH0BpLPe0eF388kEo5sO7xwb8XqbCuEVgcnJGLo=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["3SGVLc\u002BP1kZDvSRkWBP\u002BLgprfGB3DqCVrZIGFZw1FPM=","dJP7Cg/LQoNEZd8uRzd/XycAykO7lIUL5mAhAql5hBE="],"CachedAssets":{},"CachedCopyCandidates":{}}

View File

@@ -0,0 +1 @@
{"Version":1,"ManifestType":"Build","Endpoints":[]}

View File

@@ -0,0 +1 @@
{"Version":1,"Hash":"D9hXtOfj8Sy+T8Pa7WK3uyDGigxqQ6fs9IW+cyfjAUA=","Source":"ApiTwo","BasePath":"/","Mode":"Root","ManifestType":"Build","ReferencedProjectsConfiguration":[],"DiscoveryPatterns":[],"Assets":[],"Endpoints":[]}

View File

@@ -0,0 +1 @@
D9hXtOfj8Sy+T8Pa7WK3uyDGigxqQ6fs9IW+cyfjAUA=