This commit is contained in:
Ramón Vásquez 2025-10-30 12:05:00 -03:00
parent cd9977f71f
commit 735dfa54c5
66 changed files with 2548 additions and 0 deletions

View file

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <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("dotnet-test.worker-155cc199-70a0-44da-994f-61f90df99323")]
[assembly: System.Reflection.AssemblyCompanyAttribute("test.worker")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("test.worker")]
[assembly: System.Reflection.AssemblyTitleAttribute("test.worker")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View file

@ -0,0 +1 @@
a1bf677225e320ffbf0bbc6863695161922d41f2e27f7cef6e875dfd1dd05536

View file

@ -0,0 +1,15 @@
is_global = true
build_property.TargetFramework = net9.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 = test.worker
build_property.ProjectDir = /home/matiaspou/src/tmp/dotnet.worker/src/worker/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.EffectiveAnalysisLevelStyle = 9.0
build_property.EnableCodeStyleSeverity =

View file

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

Binary file not shown.

View file

@ -0,0 +1 @@
68f0485da3a34efef61d591070c4e59d0654b4eea9d4ee22a121ef0223f26785

View file

@ -0,0 +1,48 @@
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/appsettings.Development.json
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/appsettings.json
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/test.worker
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/test.worker.deps.json
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/test.worker.runtimeconfig.json
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/test.worker.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/test.worker.pdb
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Configuration.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Abstractions.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Binder.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Configuration.CommandLine.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Configuration.FileExtensions.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Configuration.Json.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Configuration.UserSecrets.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Diagnostics.Abstractions.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Abstractions.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.FileProviders.Physical.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.FileSystemGlobbing.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Hosting.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Hosting.Abstractions.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Logging.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Logging.Abstractions.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Logging.Configuration.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Logging.Console.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Logging.Debug.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventLog.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Logging.EventSource.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Options.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/Microsoft.Extensions.Primitives.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/System.Diagnostics.EventLog.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.Messages.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/bin/Debug/net9.0/runtimes/win/lib/net9.0/System.Diagnostics.EventLog.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/test.worker.csproj.AssemblyReference.cache
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/test.worker.GeneratedMSBuildEditorConfig.editorconfig
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/test.worker.AssemblyInfoInputs.cache
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/test.worker.AssemblyInfo.cs
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/test.worker.csproj.CoreCompileInputs.cache
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/test.wor.5D53496D.Up2Date
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/test.worker.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/refint/test.worker.dll
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/test.worker.pdb
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/test.worker.genruntimeconfig.cache
/home/matiaspou/src/tmp/dotnet.worker/src/worker/obj/Debug/net9.0/ref/test.worker.dll

Binary file not shown.

View file

@ -0,0 +1 @@
93196d1f9f5555f9630bde4ec6301f1f573dcdd83909a271ccb4095ea7e740f8

Binary file not shown.