Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet publish produces code that fails with System.IO.FileNotFoundException: Could not load file or assembly Newtonsoft.Json, Version=11.0.0.0 #21716

Closed
diegosasw opened this issue Oct 4, 2021 · 2 comments
Labels
Area-CLI untriaged Request triage from a team member

Comments

@diegosasw
Copy link

Describe the bug

dotnet publish is not producing dll capable of running. I get a:

Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. The system cannot find the file specified.

which I don't get when running the app with a dotnet run at the main project. I would expect the exact same behavior, but probably something is missing when publishing causing this runtime exception despite the assembly being among the dotnet publish output files?

$ dotnet --version
5.0.401

To Reproduce

I've got a solution with projects and some nuget dependencies (see tree in additional information below). When I run it like this

dotnet run --project src/MyCompany.ItgService -c Release

it works fine.

Now, to reproduce the error at the same root level

  1. dotnet publish -c Release -o publish (see contents with tree in additional information below).
  2. cd publish
  3. dotnet MyCompany.ItgServce.dll throws a FileNotFoundException of a missing file or assembly, but the assembly is there
ls -al  publish/ | grep Newtonsoft
-rwxrw-r--  1 diegosasw  89K mar 22  2017 Newtonsoft.Json.Bson.dll*
-rwxrw-r--  1 diegosasw 466K jul 19 19:52 Newtonsoft.Json.dll*

The same thing happens when running it within a docker container which image I generate by copying the contents of the publish folder using the base image FROM mcr.microsoft.com/dotnet/aspnet:5.0 to run the app

Exceptions (if any)

Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. The system cannot find the file specified.

File name: 'Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
   at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitDisposeCache(ServiceCallSite transientCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitDisposeCache(ServiceCallSite transientCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitDisposeCache(ServiceCallSite transientCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitConstructor(ConstructorCallSite constructorCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitCache(ServiceCallSite callSite, RuntimeResolverContext context, ServiceProviderEngineScope serviceProviderEngine, RuntimeResolverLock lockType)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite singletonCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitIEnumerable(IEnumerableCallSite enumerableCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSiteMain(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitCache(ServiceCallSite callSite, RuntimeResolverContext context, ServiceProviderEngineScope serviceProviderEngine, RuntimeResolverLock lockType)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.VisitRootCache(ServiceCallSite singletonCallSite, RuntimeResolverContext context)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor`2.VisitCallSite(ServiceCallSite callSite, TArgument argument)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteRuntimeResolver.Resolve(ServiceCallSite callSite, ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.DynamicServiceProviderEngine.<>c__DisplayClass1_0.<RealizeService>b__0(ServiceProviderEngineScope scope)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngine.GetService(Type serviceType, ServiceProviderEngineScope serviceProviderEngineScope)
   at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.GetService(Type serviceType)
   at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetService[T](IServiceProvider provider)
   at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token)
   at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
   at MyCompany.ItgService.Program.Main(String[] args) in /media/diegosasw/data/src/mycompany-integration-service/src/MyCompany.ItgService/Program.cs:line 10
Aborted (core dumped)

Further technical details

$ dotnet --version
5.0.401

$ cat /etc/issue
Ubuntu 20.04.3 LTS \n \l

This is my tree folder structure at the root repo level.

$ tree
.
├── dependencies.props
├── Directory.Build.props
├── GitVersion.yml
├── image_history
├── NuGet.Config
├── README.md
├── mycompany-integration-service.sln
├── mycompany-integration-service.sln.DotSettings
├── mycompany-integration-service.sln.DotSettings.user
├── src
│   ├── MyCompany.Chat.IntegrationEvents
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   └── net5.0
│   │   │   │       ├── ref
│   │   │   │       │   └── MyCompany.Chat.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.deps.json
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.pdb
│   │   │   │       ├── MyCompany.IntegrationEvents.dll
│   │   │   │       └── MyCompany.IntegrationEvents.pdb
│   │   │   └── Release
│   │   │       └── net5.0
│   │   │           ├── ref
│   │   │           │   └── MyCompany.Chat.IntegrationEvents.dll
│   │   │           ├── MyCompany.Chat.IntegrationEvents.deps.json
│   │   │           ├── MyCompany.Chat.IntegrationEvents.dll
│   │   │           ├── MyCompany.Chat.IntegrationEvents.pdb
│   │   │           ├── MyCompany.IntegrationEvents.dll
│   │   │           └── MyCompany.IntegrationEvents.pdb
│   │   ├── IAgentAssigned.cs
│   │   ├── IAgentMessageAdded.cs
│   │   ├── IChatCreated.cs
│   │   ├── IChatEnded.cs
│   │   ├── IContributorAdded.cs
│   │   ├── IEndUserMessageAdded.cs
│   │   ├── IThirdPartyChatCreated.cs
│   │   ├── IThirdPartyChatEnded.cs
│   │   ├── IThirdPartyEndUserMessageAdded.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   └── net5.0
│   │   │   │       ├── PublishOutputs.9eb7cf5806.txt
│   │   │   │       ├── ref
│   │   │   │       │   └── MyCompany.Chat.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.AssemblyInfo.cs
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.AssemblyInfoInputs.cache
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.assets.cache
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.csproj.AssemblyReference.cache
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.csproj.CopyComplete
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.csproj.CoreCompileInputs.cache
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.csproj.FileListAbsolute.txt
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       └── MyCompany.Chat.IntegrationEvents.pdb
│   │   │   ├── project.assets.json
│   │   │   ├── project.nuget.cache
│   │   │   ├── project.packagespec.json
│   │   │   ├── Release
│   │   │   │   └── net5.0
│   │   │   │       ├── PublishOutputs.9eb7cf5806.txt
│   │   │   │       ├── ref
│   │   │   │       │   └── MyCompany.Chat.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.AssemblyInfo.cs
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.AssemblyInfoInputs.cache
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.assets.cache
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.csproj.AssemblyReference.cache
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.csproj.CopyComplete
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.csproj.CoreCompileInputs.cache
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.csproj.FileListAbsolute.txt
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       └── MyCompany.Chat.IntegrationEvents.pdb
│   │   │   ├── rider.project.restore.info
│   │   │   ├── MyCompany.Chat.IntegrationEvents.csproj.nuget.dgspec.json
│   │   │   ├── MyCompany.Chat.IntegrationEvents.csproj.nuget.g.props
│   │   │   └── MyCompany.Chat.IntegrationEvents.csproj.nuget.g.targets
│   │   └── MyCompany.Chat.IntegrationEvents.csproj
│   ├── MyCompany.IntegrationEvents
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   └── net5.0
│   │   │   │       ├── ref
│   │   │   │       │   └── MyCompany.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.IntegrationEvents.deps.json
│   │   │   │       ├── MyCompany.IntegrationEvents.dll
│   │   │   │       └── MyCompany.IntegrationEvents.pdb
│   │   │   └── Release
│   │   │       └── net5.0
│   │   │           ├── ref
│   │   │           │   └── MyCompany.IntegrationEvents.dll
│   │   │           ├── MyCompany.IntegrationEvents.deps.json
│   │   │           ├── MyCompany.IntegrationEvents.dll
│   │   │           └── MyCompany.IntegrationEvents.pdb
│   │   ├── IIntegrationEvent.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   └── net5.0
│   │   │   │       ├── PublishOutputs.9eb7cf5806.txt
│   │   │   │       ├── ref
│   │   │   │       │   └── MyCompany.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.IntegrationEvents.AssemblyInfo.cs
│   │   │   │       ├── MyCompany.IntegrationEvents.AssemblyInfoInputs.cache
│   │   │   │       ├── MyCompany.IntegrationEvents.assets.cache
│   │   │   │       ├── MyCompany.IntegrationEvents.csproj.AssemblyReference.cache
│   │   │   │       ├── MyCompany.IntegrationEvents.csproj.CoreCompileInputs.cache
│   │   │   │       ├── MyCompany.IntegrationEvents.csproj.FileListAbsolute.txt
│   │   │   │       ├── MyCompany.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.IntegrationEvents.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       └── MyCompany.IntegrationEvents.pdb
│   │   │   ├── project.assets.json
│   │   │   ├── project.nuget.cache
│   │   │   ├── project.packagespec.json
│   │   │   ├── Release
│   │   │   │   └── net5.0
│   │   │   │       ├── PublishOutputs.9eb7cf5806.txt
│   │   │   │       ├── ref
│   │   │   │       │   └── MyCompany.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.IntegrationEvents.AssemblyInfo.cs
│   │   │   │       ├── MyCompany.IntegrationEvents.AssemblyInfoInputs.cache
│   │   │   │       ├── MyCompany.IntegrationEvents.assets.cache
│   │   │   │       ├── MyCompany.IntegrationEvents.csproj.AssemblyReference.cache
│   │   │   │       ├── MyCompany.IntegrationEvents.csproj.CoreCompileInputs.cache
│   │   │   │       ├── MyCompany.IntegrationEvents.csproj.FileListAbsolute.txt
│   │   │   │       ├── MyCompany.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.IntegrationEvents.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       └── MyCompany.IntegrationEvents.pdb
│   │   │   ├── rider.project.restore.info
│   │   │   ├── MyCompany.IntegrationEvents.csproj.nuget.dgspec.json
│   │   │   ├── MyCompany.IntegrationEvents.csproj.nuget.g.props
│   │   │   └── MyCompany.IntegrationEvents.csproj.nuget.g.targets
│   │   └── MyCompany.IntegrationEvents.csproj
│   ├── MyCompany.ItgService
│   │   ├── appsettings.Development.json
│   │   ├── appsettings.json
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   └── net5.0
│   │   │   │       ├── appsettings.Development.json
│   │   │   │       ├── appsettings.json
│   │   │   │       ├── Automatonymous.dll
│   │   │   │       ├── AWSSDK.Core.dll
│   │   │   │       ├── AWSSDK.SimpleNotificationService.dll
│   │   │   │       ├── AWSSDK.SQS.dll
│   │   │   │       ├── DnsClient.dll
│   │   │   │       ├── EventStore.Client.dll
│   │   │   │       ├── EventStore.Client.Streams.dll
│   │   │   │       ├── Google.Protobuf.dll
│   │   │   │       ├── GreenPipes.dll
│   │   │   │       ├── Grpc.Core.Api.dll
│   │   │   │       ├── Grpc.Net.Client.dll
│   │   │   │       ├── Grpc.Net.Common.dll
│   │   │   │       ├── MassTransit.AmazonSqsTransport.dll
│   │   │   │       ├── MassTransit.dll
│   │   │   │       ├── Microsoft.Bcl.AsyncInterfaces.dll
│   │   │   │       ├── Microsoft.OpenApi.dll
│   │   │   │       ├── MongoDB.Bson.dll
│   │   │   │       ├── MongoDB.Driver.Core.dll
│   │   │   │       ├── MongoDB.Driver.dll
│   │   │   │       ├── MongoDB.Libmongocrypt.dll
│   │   │   │       ├── NewId.dll
│   │   │   │       ├── Newtonsoft.Json.Bson.dll
│   │   │   │       ├── Newtonsoft.Json.dll
│   │   │   │       ├── ref
│   │   │   │       │   └── MyCompany.ItgService.dll
│   │   │   │       ├── MyCompany.Chat.DomainEvents.dll
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.Chat.IntegrationEvents.pdb
│   │   │   │       ├── MyCompany.Core.Domain.DomainEvents.dll
│   │   │   │       ├── MyCompany.Core.EventStore.dll
│   │   │   │       ├── MyCompany.Core.Util.dll
│   │   │   │       ├── MyCompany.Crypto.Common.dll
│   │   │   │       ├── MyCompany.Crypto.Repository.MongoDb.DependencyInjection.dll
│   │   │   │       ├── MyCompany.Crypto.Repository.MongoDb.dll
│   │   │   │       ├── MyCompany.DocumentStore.dll
│   │   │   │       ├── MyCompany.DocumentStore.MongoDb.DependencyInjection.dll
│   │   │   │       ├── MyCompany.DocumentStore.MongoDb.dll
│   │   │   │       ├── MyCompany.EventBus.dll
│   │   │   │       ├── MyCompany.EventBus.MassTransit.SnsSqs.DependencyInjection.dll
│   │   │   │       ├── MyCompany.EventBus.MassTransit.SnsSqs.dll
│   │   │   │       ├── MyCompany.EventStore.Attributes.dll
│   │   │   │       ├── MyCompany.EventStore.dll
│   │   │   │       ├── MyCompany.EventStore.EventStoreDb.Crypto.DependencyInjection.dll
│   │   │   │       ├── MyCompany.EventStore.EventStoreDb.Crypto.dll
│   │   │   │       ├── MyCompany.EventStore.EventStoreDb.DependencyInjection.dll
│   │   │   │       ├── MyCompany.EventStore.EventStoreDb.dll
│   │   │   │       ├── MyCompany.IntegrationEvents.dll
│   │   │   │       ├── MyCompany.IntegrationEvents.pdb
│   │   │   │       ├── MyCompany.ItgService
│   │   │   │       ├── MyCompany.ItgService.Application.dll
│   │   │   │       ├── MyCompany.ItgService.Application.pdb
│   │   │   │       ├── MyCompany.ItgService.deps.json
│   │   │   │       ├── MyCompany.ItgService.dll
│   │   │   │       ├── MyCompany.ItgService.pdb
│   │   │   │       ├── MyCompany.ItgService.runtimeconfig.dev.json
│   │   │   │       ├── MyCompany.ItgService.runtimeconfig.json
│   │   │   │       ├── MyCompany.Logging.dll
│   │   │   │       ├── MyCompany.Logging.Microsoft.DependencyInjection.dll
│   │   │   │       ├── MyCompany.Logging.Microsoft.dll
│   │   │   │       ├── runtimes
│   │   │   │       │   ├── linux
│   │   │   │       │   │   └── native
│   │   │   │       │   │       └── libmongocrypt.so
│   │   │   │       │   ├── osx
│   │   │   │       │   │   └── native
│   │   │   │       │   │       └── libmongocrypt.dylib
│   │   │   │       │   └── win
│   │   │   │       │       └── native
│   │   │   │       │           ├── libzstd.dll
│   │   │   │       │           ├── mongocrypt.dll
│   │   │   │       │           ├── snappy32.dll
│   │   │   │       │           └── snappy64.dll
│   │   │   │       ├── SharpCompress.dll
│   │   │   │       ├── Swashbuckle.AspNetCore.Swagger.dll
│   │   │   │       ├── Swashbuckle.AspNetCore.SwaggerGen.dll
│   │   │   │       ├── Swashbuckle.AspNetCore.SwaggerUI.dll
│   │   │   │       └── System.Linq.Async.dll
│   │   │   └── Release
│   │   │       └── net5.0
│   │   │           ├── appsettings.Development.json
│   │   │           ├── appsettings.json
│   │   │           ├── Automatonymous.dll
│   │   │           ├── AWSSDK.Core.dll
│   │   │           ├── AWSSDK.SimpleNotificationService.dll
│   │   │           ├── AWSSDK.SQS.dll
│   │   │           ├── DnsClient.dll
│   │   │           ├── EventStore.Client.dll
│   │   │           ├── EventStore.Client.Streams.dll
│   │   │           ├── Google.Protobuf.dll
│   │   │           ├── GreenPipes.dll
│   │   │           ├── Grpc.Core.Api.dll
│   │   │           ├── Grpc.Net.Client.dll
│   │   │           ├── Grpc.Net.Common.dll
│   │   │           ├── MassTransit.AmazonSqsTransport.dll
│   │   │           ├── MassTransit.dll
│   │   │           ├── Microsoft.Bcl.AsyncInterfaces.dll
│   │   │           ├── Microsoft.OpenApi.dll
│   │   │           ├── MongoDB.Bson.dll
│   │   │           ├── MongoDB.Driver.Core.dll
│   │   │           ├── MongoDB.Driver.dll
│   │   │           ├── MongoDB.Libmongocrypt.dll
│   │   │           ├── NewId.dll
│   │   │           ├── Newtonsoft.Json.Bson.dll
│   │   │           ├── Newtonsoft.Json.dll
│   │   │           ├── ref
│   │   │           │   └── MyCompany.ItgService.dll
│   │   │           ├── MyCompany.Chat.DomainEvents.dll
│   │   │           ├── MyCompany.Chat.IntegrationEvents.dll
│   │   │           ├── MyCompany.Chat.IntegrationEvents.pdb
│   │   │           ├── MyCompany.Core.Domain.DomainEvents.dll
│   │   │           ├── MyCompany.Core.EventStore.dll
│   │   │           ├── MyCompany.Core.Util.dll
│   │   │           ├── MyCompany.Crypto.Common.dll
│   │   │           ├── MyCompany.Crypto.Repository.MongoDb.DependencyInjection.dll
│   │   │           ├── MyCompany.Crypto.Repository.MongoDb.dll
│   │   │           ├── MyCompany.DocumentStore.dll
│   │   │           ├── MyCompany.DocumentStore.MongoDb.DependencyInjection.dll
│   │   │           ├── MyCompany.DocumentStore.MongoDb.dll
│   │   │           ├── MyCompany.EventBus.dll
│   │   │           ├── MyCompany.EventBus.MassTransit.SnsSqs.DependencyInjection.dll
│   │   │           ├── MyCompany.EventBus.MassTransit.SnsSqs.dll
│   │   │           ├── MyCompany.EventStore.Attributes.dll
│   │   │           ├── MyCompany.EventStore.dll
│   │   │           ├── MyCompany.EventStore.EventStoreDb.Crypto.DependencyInjection.dll
│   │   │           ├── MyCompany.EventStore.EventStoreDb.Crypto.dll
│   │   │           ├── MyCompany.EventStore.EventStoreDb.DependencyInjection.dll
│   │   │           ├── MyCompany.EventStore.EventStoreDb.dll
│   │   │           ├── MyCompany.IntegrationEvents.dll
│   │   │           ├── MyCompany.IntegrationEvents.pdb
│   │   │           ├── MyCompany.ItgService
│   │   │           ├── MyCompany.ItgService.Application.dll
│   │   │           ├── MyCompany.ItgService.Application.pdb
│   │   │           ├── MyCompany.ItgService.deps.json
│   │   │           ├── MyCompany.ItgService.dll
│   │   │           ├── MyCompany.ItgService.pdb
│   │   │           ├── MyCompany.ItgService.runtimeconfig.dev.json
│   │   │           ├── MyCompany.ItgService.runtimeconfig.json
│   │   │           ├── MyCompany.Logging.dll
│   │   │           ├── MyCompany.Logging.Microsoft.DependencyInjection.dll
│   │   │           ├── MyCompany.Logging.Microsoft.dll
│   │   │           ├── runtimes
│   │   │           │   ├── linux
│   │   │           │   │   └── native
│   │   │           │   │       └── libmongocrypt.so
│   │   │           │   ├── osx
│   │   │           │   │   └── native
│   │   │           │   │       └── libmongocrypt.dylib
│   │   │           │   └── win
│   │   │           │       └── native
│   │   │           │           ├── libzstd.dll
│   │   │           │           ├── mongocrypt.dll
│   │   │           │           ├── snappy32.dll
│   │   │           │           └── snappy64.dll
│   │   │           ├── SharpCompress.dll
│   │   │           ├── Swashbuckle.AspNetCore.Swagger.dll
│   │   │           ├── Swashbuckle.AspNetCore.SwaggerGen.dll
│   │   │           ├── Swashbuckle.AspNetCore.SwaggerUI.dll
│   │   │           └── System.Linq.Async.dll
│   │   ├── Constants.cs
│   │   ├── Controllers
│   │   │   └── HealthController.cs
│   │   ├── Extensions
│   │   │   ├── DependencyInjectionExtensions.cs
│   │   │   └── OpenApiExtensions.cs
│   │   ├── HostedServices
│   │   │   └── InfrastructureInitializer.cs
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   └── net5.0
│   │   │   │       ├── apphost
│   │   │   │       ├── PublishOutputs.9eb7cf5806.txt
│   │   │   │       ├── ref
│   │   │   │       │   └── MyCompany.ItgService.dll
│   │   │   │       ├── MyCompany.ItgService.AssemblyInfo.cs
│   │   │   │       ├── MyCompany.ItgService.AssemblyInfoInputs.cache
│   │   │   │       ├── MyCompany.ItgService.assets.cache
│   │   │   │       ├── MyCompany.ItgService.csproj.AssemblyReference.cache
│   │   │   │       ├── MyCompany.ItgService.csproj.CopyComplete
│   │   │   │       ├── MyCompany.ItgService.csproj.CoreCompileInputs.cache
│   │   │   │       ├── MyCompany.ItgService.csproj.FileListAbsolute.txt
│   │   │   │       ├── MyCompany.ItgService.dll
│   │   │   │       ├── MyCompany.ItgService.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       ├── MyCompany.ItgService.genruntimeconfig.cache
│   │   │   │       ├── MyCompany.ItgService.MvcApplicationPartsAssemblyInfo.cache
│   │   │   │       ├── MyCompany.ItgService.MvcApplicationPartsAssemblyInfo.cs
│   │   │   │       ├── MyCompany.ItgService.pdb
│   │   │   │       ├── MyCompany.ItgService.RazorTargetAssemblyInfo.cache
│   │   │   │       └── staticwebassets
│   │   │   │           ├── MyCompany.ItgService.StaticWebAssets.Manifest.cache
│   │   │   │           └── MyCompany.ItgService.StaticWebAssets.xml
│   │   │   ├── project.assets.json
│   │   │   ├── project.nuget.cache
│   │   │   ├── project.packagespec.json
│   │   │   ├── Release
│   │   │   │   └── net5.0
│   │   │   │       ├── apphost
│   │   │   │       ├── PublishOutputs.9eb7cf5806.txt
│   │   │   │       ├── ref
│   │   │   │       │   └── MyCompany.ItgService.dll
│   │   │   │       ├── MyCompany.ItgService.AssemblyInfo.cs
│   │   │   │       ├── MyCompany.ItgService.AssemblyInfoInputs.cache
│   │   │   │       ├── MyCompany.ItgService.assets.cache
│   │   │   │       ├── MyCompany.ItgService.csproj.AssemblyReference.cache
│   │   │   │       ├── MyCompany.ItgService.csproj.CopyComplete
│   │   │   │       ├── MyCompany.ItgService.csproj.CoreCompileInputs.cache
│   │   │   │       ├── MyCompany.ItgService.csproj.FileListAbsolute.txt
│   │   │   │       ├── MyCompany.ItgService.dll
│   │   │   │       ├── MyCompany.ItgService.GeneratedMSBuildEditorConfig.editorconfig
│   │   │   │       ├── MyCompany.ItgService.genruntimeconfig.cache
│   │   │   │       ├── MyCompany.ItgService.MvcApplicationPartsAssemblyInfo.cache
│   │   │   │       ├── MyCompany.ItgService.MvcApplicationPartsAssemblyInfo.cs
│   │   │   │       ├── MyCompany.ItgService.pdb
│   │   │   │       ├── MyCompany.ItgService.RazorTargetAssemblyInfo.cache
│   │   │   │       └── staticwebassets
│   │   │   │           ├── MyCompany.ItgService.StaticWebAssets.Manifest.cache
│   │   │   │           └── MyCompany.ItgService.StaticWebAssets.xml
│   │   │   ├── rider.project.restore.info
│   │   │   ├── MyCompany.ItgService.csproj.nuget.dgspec.json
│   │   │   ├── MyCompany.ItgService.csproj.nuget.g.props
│   │   │   └── MyCompany.ItgService.csproj.nuget.g.targets
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   └── launchSettings.json
│   │   ├── MyCompany.ItgService.csproj
│   │   ├── ServiceResolver.cs
│   │   └── Startup.cs
│   └── MyCompany.ItgService.Application
│       ├── bin
│       │   ├── Debug
│       │   │   └── net5.0
│       │   │       ├── ref
│       │   │       │   └── MyCompany.ItgService.Application.dll
│       │   │       ├── MyCompany.Chat.IntegrationEvents.dll
│       │   │       ├── MyCompany.Chat.IntegrationEvents.pdb
│       │   │       ├── MyCompany.IntegrationEvents.dll
│       │   │       ├── MyCompany.IntegrationEvents.pdb
│       │   │       ├── MyCompany.ItgService.Application.deps.json
│       │   │       ├── MyCompany.ItgService.Application.dll
│       │   │       └── MyCompany.ItgService.Application.pdb
│       │   └── Release
│       │       └── net5.0
│       │           ├── ref
│       │           │   └── MyCompany.ItgService.Application.dll
│       │           ├── MyCompany.Chat.IntegrationEvents.dll
│       │           ├── MyCompany.Chat.IntegrationEvents.pdb
│       │           ├── MyCompany.IntegrationEvents.dll
│       │           ├── MyCompany.IntegrationEvents.pdb
│       │           ├── MyCompany.ItgService.Application.deps.json
│       │           ├── MyCompany.ItgService.Application.dll
│       │           └── MyCompany.ItgService.Application.pdb
│       ├── Contracts
│       │   ├── EventHandlers
│       │   │   └── IDomainEventHandler.cs
│       │   ├── IServiceResolver.cs
│       │   ├── Mappers
│       │   │   └── IMapper.cs
│       │   └── Repositories
│       │       └── ICheckpointRepository.cs
│       ├── DomainEventHandlers
│       │   ├── IntegrationEventPublisher.cs
│       │   └── IntegrationEventSkipper.cs
│       ├── Extensions
│       │   └── IntegrationEventExtensions.cs
│       ├── Factories
│       │   └── DomainEventHandlerFactory.cs
│       ├── Mappers
│       │   └── AgentMessageAddedMapper.cs
│       ├── Models
│       │   └── Checkpoint.cs
│       ├── obj
│       │   ├── Debug
│       │   │   └── net5.0
│       │   │       ├── PublishOutputs.9eb7cf5806.txt
│       │   │       ├── ref
│       │   │       │   └── MyCompany.ItgService.Application.dll
│       │   │       ├── MyCompany.ItgService.Application.AssemblyInfo.cs
│       │   │       ├── MyCompany.ItgService.Application.AssemblyInfoInputs.cache
│       │   │       ├── MyCompany.ItgService.Application.assets.cache
│       │   │       ├── MyCompany.ItgService.Application.csproj.AssemblyReference.cache
│       │   │       ├── MyCompany.ItgService.Application.csproj.CopyComplete
│       │   │       ├── MyCompany.ItgService.Application.csproj.CoreCompileInputs.cache
│       │   │       ├── MyCompany.ItgService.Application.csproj.FileListAbsolute.txt
│       │   │       ├── MyCompany.ItgService.Application.dll
│       │   │       ├── MyCompany.ItgService.Application.GeneratedMSBuildEditorConfig.editorconfig
│       │   │       └── MyCompany.ItgService.Application.pdb
│       │   ├── project.assets.json
│       │   ├── project.nuget.cache
│       │   ├── project.packagespec.json
│       │   ├── Release
│       │   │   └── net5.0
│       │   │       ├── PublishOutputs.9eb7cf5806.txt
│       │   │       ├── ref
│       │   │       │   └── MyCompany.ItgService.Application.dll
│       │   │       ├── MyCompany.ItgService.Application.AssemblyInfo.cs
│       │   │       ├── MyCompany.ItgService.Application.AssemblyInfoInputs.cache
│       │   │       ├── MyCompany.ItgService.Application.assets.cache
│       │   │       ├── MyCompany.ItgService.Application.csproj.AssemblyReference.cache
│       │   │       ├── MyCompany.ItgService.Application.csproj.CopyComplete
│       │   │       ├── MyCompany.ItgService.Application.csproj.CoreCompileInputs.cache
│       │   │       ├── MyCompany.ItgService.Application.csproj.FileListAbsolute.txt
│       │   │       ├── MyCompany.ItgService.Application.dll
│       │   │       ├── MyCompany.ItgService.Application.GeneratedMSBuildEditorConfig.editorconfig
│       │   │       └── MyCompany.ItgService.Application.pdb
│       │   ├── rider.project.restore.info
│       │   ├── MyCompany.ItgService.Application.csproj.nuget.dgspec.json
│       │   ├── MyCompany.ItgService.Application.csproj.nuget.g.props
│       │   └── MyCompany.ItgService.Application.csproj.nuget.g.targets
│       ├── Repositories
│       │   └── CheckpointRepository.cs
│       ├── MyCompany.ItgService.Application.csproj
│       └── Services
│           ├── DomainEventHandlerRouter.cs
│           ├── EventStoreSubscriptionConfiguration.cs
│           └── EventStoreSubscriptionService.cs
└── test
    ├── MyCompany.ItgService.Application.UnitTests
    │   ├── bin
    │   │   ├── Debug
    │   │   │   └── net5.0
    │   │   │       ├── Castle.Core.dll
    │   │   │       ├── CoverletSourceRootsMapping
    │   │   │       ├── cs
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── de
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── es
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── FluentAssertions.dll
    │   │   │       ├── fr
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── it
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── ja
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── ko
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── Microsoft.TestPlatform.CommunicationUtilities.dll
    │   │   │       ├── Microsoft.TestPlatform.CoreUtilities.dll
    │   │   │       ├── Microsoft.TestPlatform.CrossPlatEngine.dll
    │   │   │       ├── Microsoft.TestPlatform.PlatformAbstractions.dll
    │   │   │       ├── Microsoft.TestPlatform.Utilities.dll
    │   │   │       ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll
    │   │   │       ├── Microsoft.VisualStudio.TestPlatform.Common.dll
    │   │   │       ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
    │   │   │       ├── Moq.dll
    │   │   │       ├── Newtonsoft.Json.dll
    │   │   │       ├── NuGet.Frameworks.dll
    │   │   │       ├── pl
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── pt-BR
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── ref
    │   │   │       │   └── MyCompany.ItgService.Application.UnitTests.UnitTests.dll
    │   │   │       ├── ru
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── MyCompany.Chat.DomainEvents.dll
    │   │   │       ├── MyCompany.Chat.IntegrationEvents.dll
    │   │   │       ├── MyCompany.Chat.IntegrationEvents.pdb
    │   │   │       ├── MyCompany.Core.Domain.DomainEvents.dll
    │   │   │       ├── MyCompany.Core.EventStore.dll
    │   │   │       ├── MyCompany.Core.Util.dll
    │   │   │       ├── MyCompany.DocumentStore.dll
    │   │   │       ├── MyCompany.EventBus.dll
    │   │   │       ├── MyCompany.EventStore.Attributes.dll
    │   │   │       ├── MyCompany.EventStore.dll
    │   │   │       ├── MyCompany.IntegrationEvents.dll
    │   │   │       ├── MyCompany.IntegrationEvents.pdb
    │   │   │       ├── MyCompany.ItgService.Application.dll
    │   │   │       ├── MyCompany.ItgService.Application.pdb
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.deps.json
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.dll
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.pdb
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.runtimeconfig.dev.json
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.runtimeconfig.json
    │   │   │       ├── MyCompany.Logging.dll
    │   │   │       ├── MyCompany.TestSupport.dll
    │   │   │       ├── MyCompany.TestSupport.XUnit.dll
    │   │   │       ├── runtimes
    │   │   │       │   └── win
    │   │   │       │       └── lib
    │   │   │       │           └── netstandard2.0
    │   │   │       │               └── System.Security.Cryptography.ProtectedData.dll
    │   │   │       ├── System.Configuration.ConfigurationManager.dll
    │   │   │       ├── System.Security.Cryptography.ProtectedData.dll
    │   │   │       ├── testhost.dll
    │   │   │       ├── tr
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       ├── xunit.abstractions.dll
    │   │   │       ├── xunit.assert.dll
    │   │   │       ├── xunit.core.dll
    │   │   │       ├── xunit.execution.dotnet.dll
    │   │   │       ├── xunit.runner.reporters.netcoreapp10.dll
    │   │   │       ├── xunit.runner.utility.netcoreapp10.dll
    │   │   │       ├── xunit.runner.visualstudio.dotnetcore.testadapter.dll
    │   │   │       ├── zh-Hans
    │   │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   │       └── zh-Hant
    │   │   │           ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │   │           ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │   │           ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │   │           ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │   │           └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │   └── Release
    │   │       └── net5.0
    │   │           ├── Castle.Core.dll
    │   │           ├── CoverletSourceRootsMapping
    │   │           ├── cs
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── de
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── es
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── FluentAssertions.dll
    │   │           ├── fr
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── it
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── ja
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── ko
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── Microsoft.TestPlatform.CommunicationUtilities.dll
    │   │           ├── Microsoft.TestPlatform.CoreUtilities.dll
    │   │           ├── Microsoft.TestPlatform.CrossPlatEngine.dll
    │   │           ├── Microsoft.TestPlatform.PlatformAbstractions.dll
    │   │           ├── Microsoft.TestPlatform.Utilities.dll
    │   │           ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll
    │   │           ├── Microsoft.VisualStudio.TestPlatform.Common.dll
    │   │           ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
    │   │           ├── Moq.dll
    │   │           ├── Newtonsoft.Json.dll
    │   │           ├── NuGet.Frameworks.dll
    │   │           ├── pl
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── pt-BR
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── ref
    │   │           │   └── MyCompany.ItgService.Application.UnitTests.UnitTests.dll
    │   │           ├── ru
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── MyCompany.Chat.DomainEvents.dll
    │   │           ├── MyCompany.Chat.IntegrationEvents.dll
    │   │           ├── MyCompany.Chat.IntegrationEvents.pdb
    │   │           ├── MyCompany.Core.Domain.DomainEvents.dll
    │   │           ├── MyCompany.Core.EventStore.dll
    │   │           ├── MyCompany.Core.Util.dll
    │   │           ├── MyCompany.DocumentStore.dll
    │   │           ├── MyCompany.EventBus.dll
    │   │           ├── MyCompany.EventStore.Attributes.dll
    │   │           ├── MyCompany.EventStore.dll
    │   │           ├── MyCompany.IntegrationEvents.dll
    │   │           ├── MyCompany.IntegrationEvents.pdb
    │   │           ├── MyCompany.ItgService.Application.dll
    │   │           ├── MyCompany.ItgService.Application.pdb
    │   │           ├── MyCompany.ItgService.Application.UnitTests.UnitTests.deps.json
    │   │           ├── MyCompany.ItgService.Application.UnitTests.UnitTests.dll
    │   │           ├── MyCompany.ItgService.Application.UnitTests.UnitTests.pdb
    │   │           ├── MyCompany.ItgService.Application.UnitTests.UnitTests.runtimeconfig.dev.json
    │   │           ├── MyCompany.ItgService.Application.UnitTests.UnitTests.runtimeconfig.json
    │   │           ├── MyCompany.Logging.dll
    │   │           ├── MyCompany.TestSupport.dll
    │   │           ├── MyCompany.TestSupport.XUnit.dll
    │   │           ├── runtimes
    │   │           │   └── win
    │   │           │       └── lib
    │   │           │           └── netstandard2.0
    │   │           │               └── System.Security.Cryptography.ProtectedData.dll
    │   │           ├── System.Configuration.ConfigurationManager.dll
    │   │           ├── System.Security.Cryptography.ProtectedData.dll
    │   │           ├── testhost.dll
    │   │           ├── tr
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           ├── xunit.abstractions.dll
    │   │           ├── xunit.assert.dll
    │   │           ├── xunit.core.dll
    │   │           ├── xunit.execution.dotnet.dll
    │   │           ├── xunit.runner.reporters.netcoreapp10.dll
    │   │           ├── xunit.runner.utility.netcoreapp10.dll
    │   │           ├── xunit.runner.visualstudio.dotnetcore.testadapter.dll
    │   │           ├── zh-Hans
    │   │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   │           └── zh-Hant
    │   │               ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    │   │               ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    │   │               ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    │   │               ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    │   │               └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    │   ├── obj
    │   │   ├── Debug
    │   │   │   └── net5.0
    │   │   │       ├── PublishOutputs.9eb7cf5806.txt
    │   │   │       ├── ref
    │   │   │       │   └── MyCompany.ItgService.Application.UnitTests.UnitTests.dll
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.AssemblyInfo.cs
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.AssemblyInfoInputs.cache
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.assets.cache
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.AssemblyReference.cache
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.CopyComplete
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.CoreCompileInputs.cache
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.FileListAbsolute.txt
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.deps.json
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.dll
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.GeneratedMSBuildEditorConfig.editorconfig
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.genruntimeconfig.cache
    │   │   │       └── MyCompany.ItgService.Application.UnitTests.UnitTests.pdb
    │   │   ├── project.assets.json
    │   │   ├── project.nuget.cache
    │   │   ├── project.packagespec.json
    │   │   ├── Release
    │   │   │   └── net5.0
    │   │   │       ├── PublishOutputs.9eb7cf5806.txt
    │   │   │       ├── ref
    │   │   │       │   └── MyCompany.ItgService.Application.UnitTests.UnitTests.dll
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.AssemblyInfo.cs
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.AssemblyInfoInputs.cache
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.assets.cache
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.AssemblyReference.cache
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.CopyComplete
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.CoreCompileInputs.cache
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.FileListAbsolute.txt
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.deps.json
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.dll
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.GeneratedMSBuildEditorConfig.editorconfig
    │   │   │       ├── MyCompany.ItgService.Application.UnitTests.UnitTests.genruntimeconfig.cache
    │   │   │       └── MyCompany.ItgService.Application.UnitTests.UnitTests.pdb
    │   │   ├── rider.project.restore.info
    │   │   ├── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.nuget.dgspec.json
    │   │   ├── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.nuget.g.props
    │   │   └── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj.nuget.g.targets
    │   └── MyCompany.ItgService.Application.UnitTests.UnitTests.csproj
    └── MyCompany.ItgService.FunctionalTests
        ├── appsettings.Test.json
        ├── bin
        │   ├── Debug
        │   │   └── net5.0
        │   │       ├── appsettings.Development.json
        │   │       ├── appsettings.json
        │   │       ├── appsettings.Test.json
        │   │       ├── Automatonymous.dll
        │   │       ├── AWSSDK.Core.dll
        │   │       ├── AWSSDK.SimpleNotificationService.dll
        │   │       ├── AWSSDK.SQS.dll
        │   │       ├── Castle.Core.dll
        │   │       ├── CoverletSourceRootsMapping
        │   │       ├── cs
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── de
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── DnsClient.dll
        │   │       ├── es
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── EventStore.Client.dll
        │   │       ├── EventStore.Client.Streams.dll
        │   │       ├── FluentAssertions.dll
        │   │       ├── fr
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── Google.Protobuf.dll
        │   │       ├── GreenPipes.dll
        │   │       ├── Grpc.Core.Api.dll
        │   │       ├── Grpc.Net.Client.dll
        │   │       ├── Grpc.Net.Common.dll
        │   │       ├── it
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── ja
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── ko
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── MassTransit.AmazonSqsTransport.dll
        │   │       ├── MassTransit.dll
        │   │       ├── Microsoft.AspNetCore.Mvc.Testing.dll
        │   │       ├── Microsoft.AspNetCore.TestHost.dll
        │   │       ├── Microsoft.Bcl.AsyncInterfaces.dll
        │   │       ├── Microsoft.Extensions.DependencyModel.dll
        │   │       ├── Microsoft.OpenApi.dll
        │   │       ├── Microsoft.TestPlatform.CommunicationUtilities.dll
        │   │       ├── Microsoft.TestPlatform.CoreUtilities.dll
        │   │       ├── Microsoft.TestPlatform.CrossPlatEngine.dll
        │   │       ├── Microsoft.TestPlatform.PlatformAbstractions.dll
        │   │       ├── Microsoft.TestPlatform.Utilities.dll
        │   │       ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll
        │   │       ├── Microsoft.VisualStudio.TestPlatform.Common.dll
        │   │       ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
        │   │       ├── MongoDB.Bson.dll
        │   │       ├── MongoDB.Driver.Core.dll
        │   │       ├── MongoDB.Driver.dll
        │   │       ├── MongoDB.Libmongocrypt.dll
        │   │       ├── Moq.dll
        │   │       ├── NewId.dll
        │   │       ├── Newtonsoft.Json.Bson.dll
        │   │       ├── Newtonsoft.Json.dll
        │   │       ├── NuGet.Frameworks.dll
        │   │       ├── pl
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── pt-BR
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── ref
        │   │       │   └── MyCompany.ItgService.FunctionalTests.dll
        │   │       ├── refs
        │   │       │   ├── Microsoft.AspNetCore.Antiforgery.dll
        │   │       │   ├── Microsoft.AspNetCore.Authentication.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.Authentication.Cookies.dll
        │   │       │   ├── Microsoft.AspNetCore.Authentication.Core.dll
        │   │       │   ├── Microsoft.AspNetCore.Authentication.dll
        │   │       │   ├── Microsoft.AspNetCore.Authentication.OAuth.dll
        │   │       │   ├── Microsoft.AspNetCore.Authorization.dll
        │   │       │   ├── Microsoft.AspNetCore.Authorization.Policy.dll
        │   │       │   ├── Microsoft.AspNetCore.Components.Authorization.dll
        │   │       │   ├── Microsoft.AspNetCore.Components.dll
        │   │       │   ├── Microsoft.AspNetCore.Components.Forms.dll
        │   │       │   ├── Microsoft.AspNetCore.Components.Server.dll
        │   │       │   ├── Microsoft.AspNetCore.Components.Web.dll
        │   │       │   ├── Microsoft.AspNetCore.Connections.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.CookiePolicy.dll
        │   │       │   ├── Microsoft.AspNetCore.Cors.dll
        │   │       │   ├── Microsoft.AspNetCore.Cryptography.Internal.dll
        │   │       │   ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
        │   │       │   ├── Microsoft.AspNetCore.DataProtection.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.DataProtection.dll
        │   │       │   ├── Microsoft.AspNetCore.DataProtection.Extensions.dll
        │   │       │   ├── Microsoft.AspNetCore.Diagnostics.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.Diagnostics.dll
        │   │       │   ├── Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
        │   │       │   ├── Microsoft.AspNetCore.dll
        │   │       │   ├── Microsoft.AspNetCore.HostFiltering.dll
        │   │       │   ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.Hosting.dll
        │   │       │   ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.Html.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.Http.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.Http.Connections.Common.dll
        │   │       │   ├── Microsoft.AspNetCore.Http.Connections.dll
        │   │       │   ├── Microsoft.AspNetCore.Http.dll
        │   │       │   ├── Microsoft.AspNetCore.Http.Extensions.dll
        │   │       │   ├── Microsoft.AspNetCore.Http.Features.dll
        │   │       │   ├── Microsoft.AspNetCore.HttpOverrides.dll
        │   │       │   ├── Microsoft.AspNetCore.HttpsPolicy.dll
        │   │       │   ├── Microsoft.AspNetCore.Identity.dll
        │   │       │   ├── Microsoft.AspNetCore.Localization.dll
        │   │       │   ├── Microsoft.AspNetCore.Localization.Routing.dll
        │   │       │   ├── Microsoft.AspNetCore.Metadata.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.ApiExplorer.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.Core.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.Cors.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.DataAnnotations.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.Formatters.Json.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.Localization.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.Razor.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.RazorPages.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.TagHelpers.dll
        │   │       │   ├── Microsoft.AspNetCore.Mvc.ViewFeatures.dll
        │   │       │   ├── Microsoft.AspNetCore.Razor.dll
        │   │       │   ├── Microsoft.AspNetCore.Razor.Runtime.dll
        │   │       │   ├── Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.ResponseCaching.dll
        │   │       │   ├── Microsoft.AspNetCore.ResponseCompression.dll
        │   │       │   ├── Microsoft.AspNetCore.Rewrite.dll
        │   │       │   ├── Microsoft.AspNetCore.Routing.Abstractions.dll
        │   │       │   ├── Microsoft.AspNetCore.Routing.dll
        │   │       │   ├── Microsoft.AspNetCore.Server.HttpSys.dll
        │   │       │   ├── Microsoft.AspNetCore.Server.IIS.dll
        │   │       │   ├── Microsoft.AspNetCore.Server.IISIntegration.dll
        │   │       │   ├── Microsoft.AspNetCore.Server.Kestrel.Core.dll
        │   │       │   ├── Microsoft.AspNetCore.Server.Kestrel.dll
        │   │       │   ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
        │   │       │   ├── Microsoft.AspNetCore.Session.dll
        │   │       │   ├── Microsoft.AspNetCore.SignalR.Common.dll
        │   │       │   ├── Microsoft.AspNetCore.SignalR.Core.dll
        │   │       │   ├── Microsoft.AspNetCore.SignalR.dll
        │   │       │   ├── Microsoft.AspNetCore.SignalR.Protocols.Json.dll
        │   │       │   ├── Microsoft.AspNetCore.StaticFiles.dll
        │   │       │   ├── Microsoft.AspNetCore.WebSockets.dll
        │   │       │   ├── Microsoft.AspNetCore.WebUtilities.dll
        │   │       │   ├── Microsoft.CSharp.dll
        │   │       │   ├── Microsoft.Extensions.Caching.Abstractions.dll
        │   │       │   ├── Microsoft.Extensions.Caching.Memory.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.Abstractions.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.Binder.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.CommandLine.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.FileExtensions.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.Ini.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.Json.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.KeyPerFile.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.UserSecrets.dll
        │   │       │   ├── Microsoft.Extensions.Configuration.Xml.dll
        │   │       │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
        │   │       │   ├── Microsoft.Extensions.DependencyInjection.dll
        │   │       │   ├── Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
        │   │       │   ├── Microsoft.Extensions.Diagnostics.HealthChecks.dll
        │   │       │   ├── Microsoft.Extensions.FileProviders.Abstractions.dll
        │   │       │   ├── Microsoft.Extensions.FileProviders.Composite.dll
        │   │       │   ├── Microsoft.Extensions.FileProviders.Embedded.dll
        │   │       │   ├── Microsoft.Extensions.FileProviders.Physical.dll
        │   │       │   ├── Microsoft.Extensions.FileSystemGlobbing.dll
        │   │       │   ├── Microsoft.Extensions.Hosting.Abstractions.dll
        │   │       │   ├── Microsoft.Extensions.Hosting.dll
        │   │       │   ├── Microsoft.Extensions.Http.dll
        │   │       │   ├── Microsoft.Extensions.Identity.Core.dll
        │   │       │   ├── Microsoft.Extensions.Identity.Stores.dll
        │   │       │   ├── Microsoft.Extensions.Localization.Abstractions.dll
        │   │       │   ├── Microsoft.Extensions.Localization.dll
        │   │       │   ├── Microsoft.Extensions.Logging.Abstractions.dll
        │   │       │   ├── Microsoft.Extensions.Logging.Configuration.dll
        │   │       │   ├── Microsoft.Extensions.Logging.Console.dll
        │   │       │   ├── Microsoft.Extensions.Logging.Debug.dll
        │   │       │   ├── Microsoft.Extensions.Logging.dll
        │   │       │   ├── Microsoft.Extensions.Logging.EventLog.dll
        │   │       │   ├── Microsoft.Extensions.Logging.EventSource.dll
        │   │       │   ├── Microsoft.Extensions.Logging.TraceSource.dll
        │   │       │   ├── Microsoft.Extensions.ObjectPool.dll
        │   │       │   ├── Microsoft.Extensions.Options.ConfigurationExtensions.dll
        │   │       │   ├── Microsoft.Extensions.Options.DataAnnotations.dll
        │   │       │   ├── Microsoft.Extensions.Options.dll
        │   │       │   ├── Microsoft.Extensions.Primitives.dll
        │   │       │   ├── Microsoft.Extensions.WebEncoders.dll
        │   │       │   ├── Microsoft.JSInterop.dll
        │   │       │   ├── Microsoft.Net.Http.Headers.dll
        │   │       │   ├── Microsoft.VisualBasic.Core.dll
        │   │       │   ├── Microsoft.VisualBasic.dll
        │   │       │   ├── Microsoft.Win32.Primitives.dll
        │   │       │   ├── Microsoft.Win32.Registry.dll
        │   │       │   ├── mscorlib.dll
        │   │       │   ├── netstandard.dll
        │   │       │   ├── System.AppContext.dll
        │   │       │   ├── System.Buffers.dll
        │   │       │   ├── System.Collections.Concurrent.dll
        │   │       │   ├── System.Collections.dll
        │   │       │   ├── System.Collections.Immutable.dll
        │   │       │   ├── System.Collections.NonGeneric.dll
        │   │       │   ├── System.Collections.Specialized.dll
        │   │       │   ├── System.ComponentModel.Annotations.dll
        │   │       │   ├── System.ComponentModel.DataAnnotations.dll
        │   │       │   ├── System.ComponentModel.dll
        │   │       │   ├── System.ComponentModel.EventBasedAsync.dll
        │   │       │   ├── System.ComponentModel.Primitives.dll
        │   │       │   ├── System.ComponentModel.TypeConverter.dll
        │   │       │   ├── System.Configuration.dll
        │   │       │   ├── System.Console.dll
        │   │       │   ├── System.Core.dll
        │   │       │   ├── System.Data.Common.dll
        │   │       │   ├── System.Data.DataSetExtensions.dll
        │   │       │   ├── System.Data.dll
        │   │       │   ├── System.Diagnostics.Contracts.dll
        │   │       │   ├── System.Diagnostics.Debug.dll
        │   │       │   ├── System.Diagnostics.DiagnosticSource.dll
        │   │       │   ├── System.Diagnostics.EventLog.dll
        │   │       │   ├── System.Diagnostics.FileVersionInfo.dll
        │   │       │   ├── System.Diagnostics.Process.dll
        │   │       │   ├── System.Diagnostics.StackTrace.dll
        │   │       │   ├── System.Diagnostics.TextWriterTraceListener.dll
        │   │       │   ├── System.Diagnostics.Tools.dll
        │   │       │   ├── System.Diagnostics.TraceSource.dll
        │   │       │   ├── System.Diagnostics.Tracing.dll
        │   │       │   ├── System.dll
        │   │       │   ├── System.Drawing.dll
        │   │       │   ├── System.Drawing.Primitives.dll
        │   │       │   ├── System.Dynamic.Runtime.dll
        │   │       │   ├── System.Formats.Asn1.dll
        │   │       │   ├── System.Globalization.Calendars.dll
        │   │       │   ├── System.Globalization.dll
        │   │       │   ├── System.Globalization.Extensions.dll
        │   │       │   ├── System.IO.Compression.Brotli.dll
        │   │       │   ├── System.IO.Compression.dll
        │   │       │   ├── System.IO.Compression.FileSystem.dll
        │   │       │   ├── System.IO.Compression.ZipFile.dll
        │   │       │   ├── System.IO.dll
        │   │       │   ├── System.IO.FileSystem.dll
        │   │       │   ├── System.IO.FileSystem.DriveInfo.dll
        │   │       │   ├── System.IO.FileSystem.Primitives.dll
        │   │       │   ├── System.IO.FileSystem.Watcher.dll
        │   │       │   ├── System.IO.IsolatedStorage.dll
        │   │       │   ├── System.IO.MemoryMappedFiles.dll
        │   │       │   ├── System.IO.Pipes.dll
        │   │       │   ├── System.IO.UnmanagedMemoryStream.dll
        │   │       │   ├── System.Linq.dll
        │   │       │   ├── System.Linq.Expressions.dll
        │   │       │   ├── System.Linq.Parallel.dll
        │   │       │   ├── System.Linq.Queryable.dll
        │   │       │   ├── System.Memory.dll
        │   │       │   ├── System.Net.dll
        │   │       │   ├── System.Net.Http.dll
        │   │       │   ├── System.Net.Http.Json.dll
        │   │       │   ├── System.Net.HttpListener.dll
        │   │       │   ├── System.Net.Mail.dll
        │   │       │   ├── System.Net.NameResolution.dll
        │   │       │   ├── System.Net.NetworkInformation.dll
        │   │       │   ├── System.Net.Ping.dll
        │   │       │   ├── System.Net.Primitives.dll
        │   │       │   ├── System.Net.Requests.dll
        │   │       │   ├── System.Net.Security.dll
        │   │       │   ├── System.Net.ServicePoint.dll
        │   │       │   ├── System.Net.Sockets.dll
        │   │       │   ├── System.Net.WebClient.dll
        │   │       │   ├── System.Net.WebHeaderCollection.dll
        │   │       │   ├── System.Net.WebProxy.dll
        │   │       │   ├── System.Net.WebSockets.Client.dll
        │   │       │   ├── System.Net.WebSockets.dll
        │   │       │   ├── System.Numerics.dll
        │   │       │   ├── System.Numerics.Vectors.dll
        │   │       │   ├── System.ObjectModel.dll
        │   │       │   ├── System.Reflection.DispatchProxy.dll
        │   │       │   ├── System.Reflection.dll
        │   │       │   ├── System.Reflection.Emit.dll
        │   │       │   ├── System.Reflection.Emit.ILGeneration.dll
        │   │       │   ├── System.Reflection.Emit.Lightweight.dll
        │   │       │   ├── System.Reflection.Extensions.dll
        │   │       │   ├── System.Reflection.Metadata.dll
        │   │       │   ├── System.Reflection.Primitives.dll
        │   │       │   ├── System.Reflection.TypeExtensions.dll
        │   │       │   ├── System.Resources.Reader.dll
        │   │       │   ├── System.Resources.ResourceManager.dll
        │   │       │   ├── System.Resources.Writer.dll
        │   │       │   ├── System.Runtime.CompilerServices.Unsafe.dll
        │   │       │   ├── System.Runtime.CompilerServices.VisualC.dll
        │   │       │   ├── System.Runtime.dll
        │   │       │   ├── System.Runtime.Extensions.dll
        │   │       │   ├── System.Runtime.Handles.dll
        │   │       │   ├── System.Runtime.InteropServices.dll
        │   │       │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
        │   │       │   ├── System.Runtime.Intrinsics.dll
        │   │       │   ├── System.Runtime.Loader.dll
        │   │       │   ├── System.Runtime.Numerics.dll
        │   │       │   ├── System.Runtime.Serialization.dll
        │   │       │   ├── System.Runtime.Serialization.Formatters.dll
        │   │       │   ├── System.Runtime.Serialization.Json.dll
        │   │       │   ├── System.Runtime.Serialization.Primitives.dll
        │   │       │   ├── System.Runtime.Serialization.Xml.dll
        │   │       │   ├── System.Security.AccessControl.dll
        │   │       │   ├── System.Security.Claims.dll
        │   │       │   ├── System.Security.Cryptography.Algorithms.dll
        │   │       │   ├── System.Security.Cryptography.Cng.dll
        │   │       │   ├── System.Security.Cryptography.Csp.dll
        │   │       │   ├── System.Security.Cryptography.Encoding.dll
        │   │       │   ├── System.Security.Cryptography.Primitives.dll
        │   │       │   ├── System.Security.Cryptography.X509Certificates.dll
        │   │       │   ├── System.Security.Cryptography.Xml.dll
        │   │       │   ├── System.Security.dll
        │   │       │   ├── System.Security.Permissions.dll
        │   │       │   ├── System.Security.Principal.dll
        │   │       │   ├── System.Security.Principal.Windows.dll
        │   │       │   ├── System.Security.SecureString.dll
        │   │       │   ├── System.ServiceModel.Web.dll
        │   │       │   ├── System.ServiceProcess.dll
        │   │       │   ├── System.Text.Encoding.CodePages.dll
        │   │       │   ├── System.Text.Encoding.dll
        │   │       │   ├── System.Text.Encoding.Extensions.dll
        │   │       │   ├── System.Text.Encodings.Web.dll
        │   │       │   ├── System.Text.Json.dll
        │   │       │   ├── System.Text.RegularExpressions.dll
        │   │       │   ├── System.Threading.Channels.dll
        │   │       │   ├── System.Threading.dll
        │   │       │   ├── System.Threading.Overlapped.dll
        │   │       │   ├── System.Threading.Tasks.Dataflow.dll
        │   │       │   ├── System.Threading.Tasks.dll
        │   │       │   ├── System.Threading.Tasks.Extensions.dll
        │   │       │   ├── System.Threading.Tasks.Parallel.dll
        │   │       │   ├── System.Threading.Thread.dll
        │   │       │   ├── System.Threading.ThreadPool.dll
        │   │       │   ├── System.Threading.Timer.dll
        │   │       │   ├── System.Transactions.dll
        │   │       │   ├── System.Transactions.Local.dll
        │   │       │   ├── System.ValueTuple.dll
        │   │       │   ├── System.Web.dll
        │   │       │   ├── System.Web.HttpUtility.dll
        │   │       │   ├── System.Windows.dll
        │   │       │   ├── System.Windows.Extensions.dll
        │   │       │   ├── System.Xml.dll
        │   │       │   ├── System.Xml.Linq.dll
        │   │       │   ├── System.Xml.ReaderWriter.dll
        │   │       │   ├── System.Xml.Serialization.dll
        │   │       │   ├── System.Xml.XDocument.dll
        │   │       │   ├── System.Xml.XmlDocument.dll
        │   │       │   ├── System.Xml.XmlSerializer.dll
        │   │       │   ├── System.Xml.XPath.dll
        │   │       │   ├── System.Xml.XPath.XDocument.dll
        │   │       │   └── WindowsBase.dll
        │   │       ├── ru
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── MyCompany.Chat.DomainEvents.dll
        │   │       ├── MyCompany.Chat.IntegrationEvents.deps.json
        │   │       ├── MyCompany.Chat.IntegrationEvents.dll
        │   │       ├── MyCompany.Chat.IntegrationEvents.pdb
        │   │       ├── MyCompany.Core.Domain.DomainEvents.dll
        │   │       ├── MyCompany.Core.EventStore.dll
        │   │       ├── MyCompany.Core.Util.dll
        │   │       ├── MyCompany.Crypto.Common.dll
        │   │       ├── MyCompany.Crypto.Repository.MongoDb.DependencyInjection.dll
        │   │       ├── MyCompany.Crypto.Repository.MongoDb.dll
        │   │       ├── MyCompany.DocumentStore.dll
        │   │       ├── MyCompany.DocumentStore.MongoDb.DependencyInjection.dll
        │   │       ├── MyCompany.DocumentStore.MongoDb.dll
        │   │       ├── MyCompany.EventBus.dll
        │   │       ├── MyCompany.EventBus.MassTransit.SnsSqs.DependencyInjection.dll
        │   │       ├── MyCompany.EventBus.MassTransit.SnsSqs.dll
        │   │       ├── MyCompany.EventStore.Attributes.dll
        │   │       ├── MyCompany.EventStore.dll
        │   │       ├── MyCompany.EventStore.EventStoreDb.Crypto.DependencyInjection.dll
        │   │       ├── MyCompany.EventStore.EventStoreDb.Crypto.dll
        │   │       ├── MyCompany.EventStore.EventStoreDb.DependencyInjection.dll
        │   │       ├── MyCompany.EventStore.EventStoreDb.dll
        │   │       ├── MyCompany.IntegrationEvents.deps.json
        │   │       ├── MyCompany.IntegrationEvents.dll
        │   │       ├── MyCompany.IntegrationEvents.pdb
        │   │       ├── MyCompany.ItgService
        │   │       ├── MyCompany.ItgService.Application.deps.json
        │   │       ├── MyCompany.ItgService.Application.dll
        │   │       ├── MyCompany.ItgService.Application.pdb
        │   │       ├── MyCompany.ItgService.deps.json
        │   │       ├── MyCompany.ItgService.dll
        │   │       ├── MyCompany.ItgService.FunctionalTests.deps.json
        │   │       ├── MyCompany.ItgService.FunctionalTests.dll
        │   │       ├── MyCompany.ItgService.FunctionalTests.pdb
        │   │       ├── MyCompany.ItgService.FunctionalTests.runtimeconfig.dev.json
        │   │       ├── MyCompany.ItgService.FunctionalTests.runtimeconfig.json
        │   │       ├── MyCompany.ItgService.pdb
        │   │       ├── MyCompany.ItgService.runtimeconfig.dev.json
        │   │       ├── MyCompany.ItgService.runtimeconfig.json
        │   │       ├── MyCompany.Logging.dll
        │   │       ├── MyCompany.Logging.Microsoft.DependencyInjection.dll
        │   │       ├── MyCompany.Logging.Microsoft.dll
        │   │       ├── MyCompany.TestSupport.dll
        │   │       ├── MyCompany.TestSupport.XUnit.dll
        │   │       ├── runtimes
        │   │       │   ├── linux
        │   │       │   │   └── native
        │   │       │   │       └── libmongocrypt.so
        │   │       │   ├── osx
        │   │       │   │   └── native
        │   │       │   │       └── libmongocrypt.dylib
        │   │       │   └── win
        │   │       │       ├── lib
        │   │       │       │   └── netstandard2.0
        │   │       │       │       └── System.Security.Cryptography.ProtectedData.dll
        │   │       │       └── native
        │   │       │           ├── libzstd.dll
        │   │       │           ├── mongocrypt.dll
        │   │       │           ├── snappy32.dll
        │   │       │           └── snappy64.dll
        │   │       ├── SharpCompress.dll
        │   │       ├── Swashbuckle.AspNetCore.Swagger.dll
        │   │       ├── Swashbuckle.AspNetCore.SwaggerGen.dll
        │   │       ├── Swashbuckle.AspNetCore.SwaggerUI.dll
        │   │       ├── System.Configuration.ConfigurationManager.dll
        │   │       ├── System.IO.Pipelines.dll
        │   │       ├── System.Linq.Async.dll
        │   │       ├── System.Security.Cryptography.ProtectedData.dll
        │   │       ├── testhost.dll
        │   │       ├── tr
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       ├── xunit.abstractions.dll
        │   │       ├── xunit.assert.dll
        │   │       ├── xunit.core.dll
        │   │       ├── xunit.execution.dotnet.dll
        │   │       ├── xunit.runner.reporters.netcoreapp10.dll
        │   │       ├── xunit.runner.utility.netcoreapp10.dll
        │   │       ├── xunit.runner.visualstudio.dotnetcore.testadapter.dll
        │   │       ├── zh-Hans
        │   │       │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │       │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │       │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │       │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   │       └── zh-Hant
        │   │           ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │   │           ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │   │           ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │   │           ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │   │           └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │   └── Release
        │       └── net5.0
        │           ├── appsettings.Development.json
        │           ├── appsettings.json
        │           ├── appsettings.Test.json
        │           ├── Automatonymous.dll
        │           ├── AWSSDK.Core.dll
        │           ├── AWSSDK.SimpleNotificationService.dll
        │           ├── AWSSDK.SQS.dll
        │           ├── Castle.Core.dll
        │           ├── CoverletSourceRootsMapping
        │           ├── cs
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── de
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── DnsClient.dll
        │           ├── es
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── EventStore.Client.dll
        │           ├── EventStore.Client.Streams.dll
        │           ├── FluentAssertions.dll
        │           ├── fr
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── Google.Protobuf.dll
        │           ├── GreenPipes.dll
        │           ├── Grpc.Core.Api.dll
        │           ├── Grpc.Net.Client.dll
        │           ├── Grpc.Net.Common.dll
        │           ├── it
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── ja
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── ko
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── MassTransit.AmazonSqsTransport.dll
        │           ├── MassTransit.dll
        │           ├── Microsoft.AspNetCore.Mvc.Testing.dll
        │           ├── Microsoft.AspNetCore.TestHost.dll
        │           ├── Microsoft.Bcl.AsyncInterfaces.dll
        │           ├── Microsoft.Extensions.DependencyModel.dll
        │           ├── Microsoft.OpenApi.dll
        │           ├── Microsoft.TestPlatform.CommunicationUtilities.dll
        │           ├── Microsoft.TestPlatform.CoreUtilities.dll
        │           ├── Microsoft.TestPlatform.CrossPlatEngine.dll
        │           ├── Microsoft.TestPlatform.PlatformAbstractions.dll
        │           ├── Microsoft.TestPlatform.Utilities.dll
        │           ├── Microsoft.VisualStudio.CodeCoverage.Shim.dll
        │           ├── Microsoft.VisualStudio.TestPlatform.Common.dll
        │           ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
        │           ├── MongoDB.Bson.dll
        │           ├── MongoDB.Driver.Core.dll
        │           ├── MongoDB.Driver.dll
        │           ├── MongoDB.Libmongocrypt.dll
        │           ├── Moq.dll
        │           ├── NewId.dll
        │           ├── Newtonsoft.Json.Bson.dll
        │           ├── Newtonsoft.Json.dll
        │           ├── NuGet.Frameworks.dll
        │           ├── pl
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── pt-BR
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── ref
        │           │   └── MyCompany.ItgService.FunctionalTests.dll
        │           ├── refs
        │           │   ├── Microsoft.AspNetCore.Antiforgery.dll
        │           │   ├── Microsoft.AspNetCore.Authentication.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.Authentication.Cookies.dll
        │           │   ├── Microsoft.AspNetCore.Authentication.Core.dll
        │           │   ├── Microsoft.AspNetCore.Authentication.dll
        │           │   ├── Microsoft.AspNetCore.Authentication.OAuth.dll
        │           │   ├── Microsoft.AspNetCore.Authorization.dll
        │           │   ├── Microsoft.AspNetCore.Authorization.Policy.dll
        │           │   ├── Microsoft.AspNetCore.Components.Authorization.dll
        │           │   ├── Microsoft.AspNetCore.Components.dll
        │           │   ├── Microsoft.AspNetCore.Components.Forms.dll
        │           │   ├── Microsoft.AspNetCore.Components.Server.dll
        │           │   ├── Microsoft.AspNetCore.Components.Web.dll
        │           │   ├── Microsoft.AspNetCore.Connections.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.CookiePolicy.dll
        │           │   ├── Microsoft.AspNetCore.Cors.dll
        │           │   ├── Microsoft.AspNetCore.Cryptography.Internal.dll
        │           │   ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
        │           │   ├── Microsoft.AspNetCore.DataProtection.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.DataProtection.dll
        │           │   ├── Microsoft.AspNetCore.DataProtection.Extensions.dll
        │           │   ├── Microsoft.AspNetCore.Diagnostics.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.Diagnostics.dll
        │           │   ├── Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
        │           │   ├── Microsoft.AspNetCore.dll
        │           │   ├── Microsoft.AspNetCore.HostFiltering.dll
        │           │   ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.Hosting.dll
        │           │   ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.Html.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.Http.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.Http.Connections.Common.dll
        │           │   ├── Microsoft.AspNetCore.Http.Connections.dll
        │           │   ├── Microsoft.AspNetCore.Http.dll
        │           │   ├── Microsoft.AspNetCore.Http.Extensions.dll
        │           │   ├── Microsoft.AspNetCore.Http.Features.dll
        │           │   ├── Microsoft.AspNetCore.HttpOverrides.dll
        │           │   ├── Microsoft.AspNetCore.HttpsPolicy.dll
        │           │   ├── Microsoft.AspNetCore.Identity.dll
        │           │   ├── Microsoft.AspNetCore.Localization.dll
        │           │   ├── Microsoft.AspNetCore.Localization.Routing.dll
        │           │   ├── Microsoft.AspNetCore.Metadata.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.ApiExplorer.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.Core.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.Cors.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.DataAnnotations.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.Formatters.Json.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.Localization.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.Razor.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.RazorPages.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.TagHelpers.dll
        │           │   ├── Microsoft.AspNetCore.Mvc.ViewFeatures.dll
        │           │   ├── Microsoft.AspNetCore.Razor.dll
        │           │   ├── Microsoft.AspNetCore.Razor.Runtime.dll
        │           │   ├── Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.ResponseCaching.dll
        │           │   ├── Microsoft.AspNetCore.ResponseCompression.dll
        │           │   ├── Microsoft.AspNetCore.Rewrite.dll
        │           │   ├── Microsoft.AspNetCore.Routing.Abstractions.dll
        │           │   ├── Microsoft.AspNetCore.Routing.dll
        │           │   ├── Microsoft.AspNetCore.Server.HttpSys.dll
        │           │   ├── Microsoft.AspNetCore.Server.IIS.dll
        │           │   ├── Microsoft.AspNetCore.Server.IISIntegration.dll
        │           │   ├── Microsoft.AspNetCore.Server.Kestrel.Core.dll
        │           │   ├── Microsoft.AspNetCore.Server.Kestrel.dll
        │           │   ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
        │           │   ├── Microsoft.AspNetCore.Session.dll
        │           │   ├── Microsoft.AspNetCore.SignalR.Common.dll
        │           │   ├── Microsoft.AspNetCore.SignalR.Core.dll
        │           │   ├── Microsoft.AspNetCore.SignalR.dll
        │           │   ├── Microsoft.AspNetCore.SignalR.Protocols.Json.dll
        │           │   ├── Microsoft.AspNetCore.StaticFiles.dll
        │           │   ├── Microsoft.AspNetCore.WebSockets.dll
        │           │   ├── Microsoft.AspNetCore.WebUtilities.dll
        │           │   ├── Microsoft.CSharp.dll
        │           │   ├── Microsoft.Extensions.Caching.Abstractions.dll
        │           │   ├── Microsoft.Extensions.Caching.Memory.dll
        │           │   ├── Microsoft.Extensions.Configuration.Abstractions.dll
        │           │   ├── Microsoft.Extensions.Configuration.Binder.dll
        │           │   ├── Microsoft.Extensions.Configuration.CommandLine.dll
        │           │   ├── Microsoft.Extensions.Configuration.dll
        │           │   ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
        │           │   ├── Microsoft.Extensions.Configuration.FileExtensions.dll
        │           │   ├── Microsoft.Extensions.Configuration.Ini.dll
        │           │   ├── Microsoft.Extensions.Configuration.Json.dll
        │           │   ├── Microsoft.Extensions.Configuration.KeyPerFile.dll
        │           │   ├── Microsoft.Extensions.Configuration.UserSecrets.dll
        │           │   ├── Microsoft.Extensions.Configuration.Xml.dll
        │           │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
        │           │   ├── Microsoft.Extensions.DependencyInjection.dll
        │           │   ├── Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
        │           │   ├── Microsoft.Extensions.Diagnostics.HealthChecks.dll
        │           │   ├── Microsoft.Extensions.FileProviders.Abstractions.dll
        │           │   ├── Microsoft.Extensions.FileProviders.Composite.dll
        │           │   ├── Microsoft.Extensions.FileProviders.Embedded.dll
        │           │   ├── Microsoft.Extensions.FileProviders.Physical.dll
        │           │   ├── Microsoft.Extensions.FileSystemGlobbing.dll
        │           │   ├── Microsoft.Extensions.Hosting.Abstractions.dll
        │           │   ├── Microsoft.Extensions.Hosting.dll
        │           │   ├── Microsoft.Extensions.Http.dll
        │           │   ├── Microsoft.Extensions.Identity.Core.dll
        │           │   ├── Microsoft.Extensions.Identity.Stores.dll
        │           │   ├── Microsoft.Extensions.Localization.Abstractions.dll
        │           │   ├── Microsoft.Extensions.Localization.dll
        │           │   ├── Microsoft.Extensions.Logging.Abstractions.dll
        │           │   ├── Microsoft.Extensions.Logging.Configuration.dll
        │           │   ├── Microsoft.Extensions.Logging.Console.dll
        │           │   ├── Microsoft.Extensions.Logging.Debug.dll
        │           │   ├── Microsoft.Extensions.Logging.dll
        │           │   ├── Microsoft.Extensions.Logging.EventLog.dll
        │           │   ├── Microsoft.Extensions.Logging.EventSource.dll
        │           │   ├── Microsoft.Extensions.Logging.TraceSource.dll
        │           │   ├── Microsoft.Extensions.ObjectPool.dll
        │           │   ├── Microsoft.Extensions.Options.ConfigurationExtensions.dll
        │           │   ├── Microsoft.Extensions.Options.DataAnnotations.dll
        │           │   ├── Microsoft.Extensions.Options.dll
        │           │   ├── Microsoft.Extensions.Primitives.dll
        │           │   ├── Microsoft.Extensions.WebEncoders.dll
        │           │   ├── Microsoft.JSInterop.dll
        │           │   ├── Microsoft.Net.Http.Headers.dll
        │           │   ├── Microsoft.VisualBasic.Core.dll
        │           │   ├── Microsoft.VisualBasic.dll
        │           │   ├── Microsoft.Win32.Primitives.dll
        │           │   ├── Microsoft.Win32.Registry.dll
        │           │   ├── mscorlib.dll
        │           │   ├── netstandard.dll
        │           │   ├── System.AppContext.dll
        │           │   ├── System.Buffers.dll
        │           │   ├── System.Collections.Concurrent.dll
        │           │   ├── System.Collections.dll
        │           │   ├── System.Collections.Immutable.dll
        │           │   ├── System.Collections.NonGeneric.dll
        │           │   ├── System.Collections.Specialized.dll
        │           │   ├── System.ComponentModel.Annotations.dll
        │           │   ├── System.ComponentModel.DataAnnotations.dll
        │           │   ├── System.ComponentModel.dll
        │           │   ├── System.ComponentModel.EventBasedAsync.dll
        │           │   ├── System.ComponentModel.Primitives.dll
        │           │   ├── System.ComponentModel.TypeConverter.dll
        │           │   ├── System.Configuration.dll
        │           │   ├── System.Console.dll
        │           │   ├── System.Core.dll
        │           │   ├── System.Data.Common.dll
        │           │   ├── System.Data.DataSetExtensions.dll
        │           │   ├── System.Data.dll
        │           │   ├── System.Diagnostics.Contracts.dll
        │           │   ├── System.Diagnostics.Debug.dll
        │           │   ├── System.Diagnostics.DiagnosticSource.dll
        │           │   ├── System.Diagnostics.EventLog.dll
        │           │   ├── System.Diagnostics.FileVersionInfo.dll
        │           │   ├── System.Diagnostics.Process.dll
        │           │   ├── System.Diagnostics.StackTrace.dll
        │           │   ├── System.Diagnostics.TextWriterTraceListener.dll
        │           │   ├── System.Diagnostics.Tools.dll
        │           │   ├── System.Diagnostics.TraceSource.dll
        │           │   ├── System.Diagnostics.Tracing.dll
        │           │   ├── System.dll
        │           │   ├── System.Drawing.dll
        │           │   ├── System.Drawing.Primitives.dll
        │           │   ├── System.Dynamic.Runtime.dll
        │           │   ├── System.Formats.Asn1.dll
        │           │   ├── System.Globalization.Calendars.dll
        │           │   ├── System.Globalization.dll
        │           │   ├── System.Globalization.Extensions.dll
        │           │   ├── System.IO.Compression.Brotli.dll
        │           │   ├── System.IO.Compression.dll
        │           │   ├── System.IO.Compression.FileSystem.dll
        │           │   ├── System.IO.Compression.ZipFile.dll
        │           │   ├── System.IO.dll
        │           │   ├── System.IO.FileSystem.dll
        │           │   ├── System.IO.FileSystem.DriveInfo.dll
        │           │   ├── System.IO.FileSystem.Primitives.dll
        │           │   ├── System.IO.FileSystem.Watcher.dll
        │           │   ├── System.IO.IsolatedStorage.dll
        │           │   ├── System.IO.MemoryMappedFiles.dll
        │           │   ├── System.IO.Pipes.dll
        │           │   ├── System.IO.UnmanagedMemoryStream.dll
        │           │   ├── System.Linq.dll
        │           │   ├── System.Linq.Expressions.dll
        │           │   ├── System.Linq.Parallel.dll
        │           │   ├── System.Linq.Queryable.dll
        │           │   ├── System.Memory.dll
        │           │   ├── System.Net.dll
        │           │   ├── System.Net.Http.dll
        │           │   ├── System.Net.Http.Json.dll
        │           │   ├── System.Net.HttpListener.dll
        │           │   ├── System.Net.Mail.dll
        │           │   ├── System.Net.NameResolution.dll
        │           │   ├── System.Net.NetworkInformation.dll
        │           │   ├── System.Net.Ping.dll
        │           │   ├── System.Net.Primitives.dll
        │           │   ├── System.Net.Requests.dll
        │           │   ├── System.Net.Security.dll
        │           │   ├── System.Net.ServicePoint.dll
        │           │   ├── System.Net.Sockets.dll
        │           │   ├── System.Net.WebClient.dll
        │           │   ├── System.Net.WebHeaderCollection.dll
        │           │   ├── System.Net.WebProxy.dll
        │           │   ├── System.Net.WebSockets.Client.dll
        │           │   ├── System.Net.WebSockets.dll
        │           │   ├── System.Numerics.dll
        │           │   ├── System.Numerics.Vectors.dll
        │           │   ├── System.ObjectModel.dll
        │           │   ├── System.Reflection.DispatchProxy.dll
        │           │   ├── System.Reflection.dll
        │           │   ├── System.Reflection.Emit.dll
        │           │   ├── System.Reflection.Emit.ILGeneration.dll
        │           │   ├── System.Reflection.Emit.Lightweight.dll
        │           │   ├── System.Reflection.Extensions.dll
        │           │   ├── System.Reflection.Metadata.dll
        │           │   ├── System.Reflection.Primitives.dll
        │           │   ├── System.Reflection.TypeExtensions.dll
        │           │   ├── System.Resources.Reader.dll
        │           │   ├── System.Resources.ResourceManager.dll
        │           │   ├── System.Resources.Writer.dll
        │           │   ├── System.Runtime.CompilerServices.Unsafe.dll
        │           │   ├── System.Runtime.CompilerServices.VisualC.dll
        │           │   ├── System.Runtime.dll
        │           │   ├── System.Runtime.Extensions.dll
        │           │   ├── System.Runtime.Handles.dll
        │           │   ├── System.Runtime.InteropServices.dll
        │           │   ├── System.Runtime.InteropServices.RuntimeInformation.dll
        │           │   ├── System.Runtime.Intrinsics.dll
        │           │   ├── System.Runtime.Loader.dll
        │           │   ├── System.Runtime.Numerics.dll
        │           │   ├── System.Runtime.Serialization.dll
        │           │   ├── System.Runtime.Serialization.Formatters.dll
        │           │   ├── System.Runtime.Serialization.Json.dll
        │           │   ├── System.Runtime.Serialization.Primitives.dll
        │           │   ├── System.Runtime.Serialization.Xml.dll
        │           │   ├── System.Security.AccessControl.dll
        │           │   ├── System.Security.Claims.dll
        │           │   ├── System.Security.Cryptography.Algorithms.dll
        │           │   ├── System.Security.Cryptography.Cng.dll
        │           │   ├── System.Security.Cryptography.Csp.dll
        │           │   ├── System.Security.Cryptography.Encoding.dll
        │           │   ├── System.Security.Cryptography.Primitives.dll
        │           │   ├── System.Security.Cryptography.X509Certificates.dll
        │           │   ├── System.Security.Cryptography.Xml.dll
        │           │   ├── System.Security.dll
        │           │   ├── System.Security.Permissions.dll
        │           │   ├── System.Security.Principal.dll
        │           │   ├── System.Security.Principal.Windows.dll
        │           │   ├── System.Security.SecureString.dll
        │           │   ├── System.ServiceModel.Web.dll
        │           │   ├── System.ServiceProcess.dll
        │           │   ├── System.Text.Encoding.CodePages.dll
        │           │   ├── System.Text.Encoding.dll
        │           │   ├── System.Text.Encoding.Extensions.dll
        │           │   ├── System.Text.Encodings.Web.dll
        │           │   ├── System.Text.Json.dll
        │           │   ├── System.Text.RegularExpressions.dll
        │           │   ├── System.Threading.Channels.dll
        │           │   ├── System.Threading.dll
        │           │   ├── System.Threading.Overlapped.dll
        │           │   ├── System.Threading.Tasks.Dataflow.dll
        │           │   ├── System.Threading.Tasks.dll
        │           │   ├── System.Threading.Tasks.Extensions.dll
        │           │   ├── System.Threading.Tasks.Parallel.dll
        │           │   ├── System.Threading.Thread.dll
        │           │   ├── System.Threading.ThreadPool.dll
        │           │   ├── System.Threading.Timer.dll
        │           │   ├── System.Transactions.dll
        │           │   ├── System.Transactions.Local.dll
        │           │   ├── System.ValueTuple.dll
        │           │   ├── System.Web.dll
        │           │   ├── System.Web.HttpUtility.dll
        │           │   ├── System.Windows.dll
        │           │   ├── System.Windows.Extensions.dll
        │           │   ├── System.Xml.dll
        │           │   ├── System.Xml.Linq.dll
        │           │   ├── System.Xml.ReaderWriter.dll
        │           │   ├── System.Xml.Serialization.dll
        │           │   ├── System.Xml.XDocument.dll
        │           │   ├── System.Xml.XmlDocument.dll
        │           │   ├── System.Xml.XmlSerializer.dll
        │           │   ├── System.Xml.XPath.dll
        │           │   ├── System.Xml.XPath.XDocument.dll
        │           │   └── WindowsBase.dll
        │           ├── ru
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── MyCompany.Chat.DomainEvents.dll
        │           ├── MyCompany.Chat.IntegrationEvents.deps.json
        │           ├── MyCompany.Chat.IntegrationEvents.dll
        │           ├── MyCompany.Chat.IntegrationEvents.pdb
        │           ├── MyCompany.Core.Domain.DomainEvents.dll
        │           ├── MyCompany.Core.EventStore.dll
        │           ├── MyCompany.Core.Util.dll
        │           ├── MyCompany.Crypto.Common.dll
        │           ├── MyCompany.Crypto.Repository.MongoDb.DependencyInjection.dll
        │           ├── MyCompany.Crypto.Repository.MongoDb.dll
        │           ├── MyCompany.DocumentStore.dll
        │           ├── MyCompany.DocumentStore.MongoDb.DependencyInjection.dll
        │           ├── MyCompany.DocumentStore.MongoDb.dll
        │           ├── MyCompany.EventBus.dll
        │           ├── MyCompany.EventBus.MassTransit.SnsSqs.DependencyInjection.dll
        │           ├── MyCompany.EventBus.MassTransit.SnsSqs.dll
        │           ├── MyCompany.EventStore.Attributes.dll
        │           ├── MyCompany.EventStore.dll
        │           ├── MyCompany.EventStore.EventStoreDb.Crypto.DependencyInjection.dll
        │           ├── MyCompany.EventStore.EventStoreDb.Crypto.dll
        │           ├── MyCompany.EventStore.EventStoreDb.DependencyInjection.dll
        │           ├── MyCompany.EventStore.EventStoreDb.dll
        │           ├── MyCompany.IntegrationEvents.deps.json
        │           ├── MyCompany.IntegrationEvents.dll
        │           ├── MyCompany.IntegrationEvents.pdb
        │           ├── MyCompany.ItgService
        │           ├── MyCompany.ItgService.Application.deps.json
        │           ├── MyCompany.ItgService.Application.dll
        │           ├── MyCompany.ItgService.Application.pdb
        │           ├── MyCompany.ItgService.deps.json
        │           ├── MyCompany.ItgService.dll
        │           ├── MyCompany.ItgService.FunctionalTests.deps.json
        │           ├── MyCompany.ItgService.FunctionalTests.dll
        │           ├── MyCompany.ItgService.FunctionalTests.pdb
        │           ├── MyCompany.ItgService.FunctionalTests.runtimeconfig.dev.json
        │           ├── MyCompany.ItgService.FunctionalTests.runtimeconfig.json
        │           ├── MyCompany.ItgService.pdb
        │           ├── MyCompany.ItgService.runtimeconfig.dev.json
        │           ├── MyCompany.ItgService.runtimeconfig.json
        │           ├── MyCompany.Logging.dll
        │           ├── MyCompany.Logging.Microsoft.DependencyInjection.dll
        │           ├── MyCompany.Logging.Microsoft.dll
        │           ├── MyCompany.TestSupport.dll
        │           ├── MyCompany.TestSupport.XUnit.dll
        │           ├── runtimes
        │           │   ├── linux
        │           │   │   └── native
        │           │   │       └── libmongocrypt.so
        │           │   ├── osx
        │           │   │   └── native
        │           │   │       └── libmongocrypt.dylib
        │           │   └── win
        │           │       ├── lib
        │           │       │   └── netstandard2.0
        │           │       │       └── System.Security.Cryptography.ProtectedData.dll
        │           │       └── native
        │           │           ├── libzstd.dll
        │           │           ├── mongocrypt.dll
        │           │           ├── snappy32.dll
        │           │           └── snappy64.dll
        │           ├── SharpCompress.dll
        │           ├── Swashbuckle.AspNetCore.Swagger.dll
        │           ├── Swashbuckle.AspNetCore.SwaggerGen.dll
        │           ├── Swashbuckle.AspNetCore.SwaggerUI.dll
        │           ├── System.Configuration.ConfigurationManager.dll
        │           ├── System.IO.Pipelines.dll
        │           ├── System.Linq.Async.dll
        │           ├── System.Security.Cryptography.ProtectedData.dll
        │           ├── testhost.dll
        │           ├── tr
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           ├── xunit.abstractions.dll
        │           ├── xunit.assert.dll
        │           ├── xunit.core.dll
        │           ├── xunit.execution.dotnet.dll
        │           ├── xunit.runner.reporters.netcoreapp10.dll
        │           ├── xunit.runner.utility.netcoreapp10.dll
        │           ├── xunit.runner.visualstudio.dotnetcore.testadapter.dll
        │           ├── zh-Hans
        │           │   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │           │   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │           │   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │           │   └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        │           └── zh-Hant
        │               ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
        │               ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
        │               ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
        │               ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
        │               └── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
        ├── obj
        │   ├── Debug
        │   │   └── net5.0
        │   │       ├── PublishOutputs.9eb7cf5806.txt
        │   │       ├── ref
        │   │       │   └── MyCompany.ItgService.FunctionalTests.dll
        │   │       ├── MyCompany.ItgService.FunctionalTests.AssemblyInfo.cs
        │   │       ├── MyCompany.ItgService.FunctionalTests.AssemblyInfoInputs.cache
        │   │       ├── MyCompany.ItgService.FunctionalTests.assets.cache
        │   │       ├── MyCompany.ItgService.FunctionalTests.csproj.AssemblyReference.cache
        │   │       ├── MyCompany.ItgService.FunctionalTests.csproj.CopyComplete
        │   │       ├── MyCompany.ItgService.FunctionalTests.csproj.CoreCompileInputs.cache
        │   │       ├── MyCompany.ItgService.FunctionalTests.csproj.FileListAbsolute.txt
        │   │       ├── MyCompany.ItgService.FunctionalTests.deps.json
        │   │       ├── MyCompany.ItgService.FunctionalTests.dll
        │   │       ├── MyCompany.ItgService.FunctionalTests.GeneratedMSBuildEditorConfig.editorconfig
        │   │       ├── MyCompany.ItgService.FunctionalTests.genruntimeconfig.cache
        │   │       └── MyCompany.ItgService.FunctionalTests.pdb
        │   ├── project.assets.json
        │   ├── project.nuget.cache
        │   ├── project.packagespec.json
        │   ├── Release
        │   │   └── net5.0
        │   │       ├── PublishOutputs.9eb7cf5806.txt
        │   │       ├── ref
        │   │       │   └── MyCompany.ItgService.FunctionalTests.dll
        │   │       ├── MyCompany.ItgService.FunctionalTests.AssemblyInfo.cs
        │   │       ├── MyCompany.ItgService.FunctionalTests.AssemblyInfoInputs.cache
        │   │       ├── MyCompany.ItgService.FunctionalTests.assets.cache
        │   │       ├── MyCompany.ItgService.FunctionalTests.csproj.AssemblyReference.cache
        │   │       ├── MyCompany.ItgService.FunctionalTests.csproj.CopyComplete
        │   │       ├── MyCompany.ItgService.FunctionalTests.csproj.CoreCompileInputs.cache
        │   │       ├── MyCompany.ItgService.FunctionalTests.csproj.FileListAbsolute.txt
        │   │       ├── MyCompany.ItgService.FunctionalTests.deps.json
        │   │       ├── MyCompany.ItgService.FunctionalTests.dll
        │   │       ├── MyCompany.ItgService.FunctionalTests.GeneratedMSBuildEditorConfig.editorconfig
        │   │       ├── MyCompany.ItgService.FunctionalTests.genruntimeconfig.cache
        │   │       └── MyCompany.ItgService.FunctionalTests.pdb
        │   ├── rider.project.restore.info
        │   ├── MyCompany.ItgService.FunctionalTests.csproj.nuget.dgspec.json
        │   ├── MyCompany.ItgService.FunctionalTests.csproj.nuget.g.props
        │   └── MyCompany.ItgService.FunctionalTests.csproj.nuget.g.targets
        ├── Properties
        │   └── AssemblyInfo.cs
        ├── MyCompany.ItgService.FunctionalTests.csproj
        ├── TestSupport
        │   ├── Builders
        │   │   ├── FileStreamBuilder.cs
        │   │   └── StringContentBuilder.cs
        │   ├── Extensions
        │   │   ├── IntExtensions.cs
        │   │   ├── ServiceCollectionExtensions.cs
        │   │   └── WebHostBuilderExtensions.cs
        │   ├── FunctionalTest.cs
        │   └── Mocks
        │       └── MockEventStoreSubscriber.cs
        └── UseCases
            └── AgentMessageAddedIntegration
                └── AgentMessageAddedTests.cs

210 directories, 1584 files

This is the publish output folder contents after a dotnet publish -c Release -o publish

$ tree
.
├── appsettings.Development.json
├── appsettings.json
├── appsettings.Test.json
├── Automatonymous.dll
├── AWSSDK.Core.dll
├── AWSSDK.SimpleNotificationService.dll
├── AWSSDK.SQS.dll
├── Castle.Core.dll
├── CodeCoverage
│   ├── amd64
│   │   ├── CodeCoverage.exe
│   │   ├── covrun64.dll
│   │   ├── msdia140.dll
│   │   ├── msvcdis140.dll
│   │   ├── msvcp140_atomic_wait.dll
│   │   ├── msvcp140.dll
│   │   ├── VanguardInstrumentationProfiler_x64.config
│   │   ├── vcruntime140_1.dll
│   │   └── vcruntime140.dll
│   ├── CodeCoverage.config
│   ├── CodeCoverage.exe
│   ├── codecoveragemessages.dll
│   ├── coreclr
│   │   └── Microsoft.VisualStudio.CodeCoverage.Shim.dll
│   ├── covrun32.dll
│   ├── msdia140.dll
│   ├── msvcdis140.dll
│   ├── msvcp140_atomic_wait.dll
│   ├── msvcp140.dll
│   ├── VanguardInstrumentationProfiler_x86.config
│   └── vcruntime140.dll
├── coverlet.collector.deps.json
├── coverlet.collector.dll
├── coverlet.collector.pdb
├── coverlet.collector.targets
├── coverlet.core.dll
├── coverlet.core.pdb
├── cs
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── de
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── DnsClient.dll
├── es
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── EventStore.Client.dll
├── EventStore.Client.Streams.dll
├── FluentAssertions.dll
├── fr
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── Google.Protobuf.dll
├── GreenPipes.dll
├── Grpc.Core.Api.dll
├── Grpc.Net.Client.dll
├── Grpc.Net.Common.dll
├── InstrumentationEngine
│   ├── alpine
│   │   └── x64
│   │       ├── libCoverageInstrumentationMethod.so
│   │       ├── libInstrumentationEngine.so
│   │       └── ProductionBreakpoints_x64.config
│   ├── ubuntu
│   │   └── x64
│   │       ├── libCoverageInstrumentationMethod.so
│   │       ├── libInstrumentationEngine.so
│   │       └── ProductionBreakpoints_x64.config
│   ├── x64
│   │   └── MicrosoftInstrumentationEngine_x64.dll
│   └── x86
│       └── MicrosoftInstrumentationEngine_x86.dll
├── it
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── ja
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── ko
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── MassTransit.AmazonSqsTransport.dll
├── MassTransit.dll
├── Microsoft.AspNetCore.Mvc.Testing.dll
├── Microsoft.AspNetCore.TestHost.dll
├── Microsoft.Bcl.AsyncInterfaces.dll
├── Microsoft.CodeCoverage.props
├── Microsoft.CodeCoverage.targets
├── Microsoft.CSharp.dll
├── Microsoft.DotNet.PlatformAbstractions.dll
├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
├── Microsoft.Extensions.DependencyInjection.dll
├── Microsoft.Extensions.DependencyModel.dll
├── Microsoft.Extensions.FileSystemGlobbing.dll
├── Microsoft.OpenApi.dll
├── Microsoft.TestPlatform.CommunicationUtilities.dll
├── Microsoft.TestPlatform.CoreUtilities.dll
├── Microsoft.TestPlatform.CrossPlatEngine.dll
├── Microsoft.TestPlatform.PlatformAbstractions.dll
├── Microsoft.TestPlatform.Utilities.dll
├── Microsoft.VisualStudio.CodeCoverage.Shim.dll
├── Microsoft.VisualStudio.Coverage.Core.dll
├── Microsoft.VisualStudio.Coverage.Instrumentation.dll
├── Microsoft.VisualStudio.Coverage.Interprocess.dll
├── Microsoft.VisualStudio.TestPlatform.Common.dll
├── Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
├── Microsoft.VisualStudio.TraceDataCollector.dll
├── MongoDB.Bson.dll
├── MongoDB.Driver.Core.dll
├── MongoDB.Driver.dll
├── MongoDB.Libmongocrypt.dll
├── Mono.Cecil.dll
├── Mono.Cecil.Mdb.dll
├── Mono.Cecil.Pdb.dll
├── Mono.Cecil.Rocks.dll
├── Moq.dll
├── NewId.dll
├── Newtonsoft.Json.Bson.dll
├── Newtonsoft.Json.dll
├── NuGet.Frameworks.dll
├── pl
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── pt-BR
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── refs
│   ├── Microsoft.AspNetCore.Antiforgery.dll
│   ├── Microsoft.AspNetCore.Authentication.Abstractions.dll
│   ├── Microsoft.AspNetCore.Authentication.Cookies.dll
│   ├── Microsoft.AspNetCore.Authentication.Core.dll
│   ├── Microsoft.AspNetCore.Authentication.dll
│   ├── Microsoft.AspNetCore.Authentication.OAuth.dll
│   ├── Microsoft.AspNetCore.Authorization.dll
│   ├── Microsoft.AspNetCore.Authorization.Policy.dll
│   ├── Microsoft.AspNetCore.Components.Authorization.dll
│   ├── Microsoft.AspNetCore.Components.dll
│   ├── Microsoft.AspNetCore.Components.Forms.dll
│   ├── Microsoft.AspNetCore.Components.Server.dll
│   ├── Microsoft.AspNetCore.Components.Web.dll
│   ├── Microsoft.AspNetCore.Connections.Abstractions.dll
│   ├── Microsoft.AspNetCore.CookiePolicy.dll
│   ├── Microsoft.AspNetCore.Cors.dll
│   ├── Microsoft.AspNetCore.Cryptography.Internal.dll
│   ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
│   ├── Microsoft.AspNetCore.DataProtection.Abstractions.dll
│   ├── Microsoft.AspNetCore.DataProtection.dll
│   ├── Microsoft.AspNetCore.DataProtection.Extensions.dll
│   ├── Microsoft.AspNetCore.Diagnostics.Abstractions.dll
│   ├── Microsoft.AspNetCore.Diagnostics.dll
│   ├── Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
│   ├── Microsoft.AspNetCore.dll
│   ├── Microsoft.AspNetCore.HostFiltering.dll
│   ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
│   ├── Microsoft.AspNetCore.Hosting.dll
│   ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
│   ├── Microsoft.AspNetCore.Html.Abstractions.dll
│   ├── Microsoft.AspNetCore.Http.Abstractions.dll
│   ├── Microsoft.AspNetCore.Http.Connections.Common.dll
│   ├── Microsoft.AspNetCore.Http.Connections.dll
│   ├── Microsoft.AspNetCore.Http.dll
│   ├── Microsoft.AspNetCore.Http.Extensions.dll
│   ├── Microsoft.AspNetCore.Http.Features.dll
│   ├── Microsoft.AspNetCore.HttpOverrides.dll
│   ├── Microsoft.AspNetCore.HttpsPolicy.dll
│   ├── Microsoft.AspNetCore.Identity.dll
│   ├── Microsoft.AspNetCore.Localization.dll
│   ├── Microsoft.AspNetCore.Localization.Routing.dll
│   ├── Microsoft.AspNetCore.Metadata.dll
│   ├── Microsoft.AspNetCore.Mvc.Abstractions.dll
│   ├── Microsoft.AspNetCore.Mvc.ApiExplorer.dll
│   ├── Microsoft.AspNetCore.Mvc.Core.dll
│   ├── Microsoft.AspNetCore.Mvc.Cors.dll
│   ├── Microsoft.AspNetCore.Mvc.DataAnnotations.dll
│   ├── Microsoft.AspNetCore.Mvc.dll
│   ├── Microsoft.AspNetCore.Mvc.Formatters.Json.dll
│   ├── Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
│   ├── Microsoft.AspNetCore.Mvc.Localization.dll
│   ├── Microsoft.AspNetCore.Mvc.Razor.dll
│   ├── Microsoft.AspNetCore.Mvc.RazorPages.dll
│   ├── Microsoft.AspNetCore.Mvc.TagHelpers.dll
│   ├── Microsoft.AspNetCore.Mvc.ViewFeatures.dll
│   ├── Microsoft.AspNetCore.Razor.dll
│   ├── Microsoft.AspNetCore.Razor.Runtime.dll
│   ├── Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
│   ├── Microsoft.AspNetCore.ResponseCaching.dll
│   ├── Microsoft.AspNetCore.ResponseCompression.dll
│   ├── Microsoft.AspNetCore.Rewrite.dll
│   ├── Microsoft.AspNetCore.Routing.Abstractions.dll
│   ├── Microsoft.AspNetCore.Routing.dll
│   ├── Microsoft.AspNetCore.Server.HttpSys.dll
│   ├── Microsoft.AspNetCore.Server.IIS.dll
│   ├── Microsoft.AspNetCore.Server.IISIntegration.dll
│   ├── Microsoft.AspNetCore.Server.Kestrel.Core.dll
│   ├── Microsoft.AspNetCore.Server.Kestrel.dll
│   ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
│   ├── Microsoft.AspNetCore.Session.dll
│   ├── Microsoft.AspNetCore.SignalR.Common.dll
│   ├── Microsoft.AspNetCore.SignalR.Core.dll
│   ├── Microsoft.AspNetCore.SignalR.dll
│   ├── Microsoft.AspNetCore.SignalR.Protocols.Json.dll
│   ├── Microsoft.AspNetCore.StaticFiles.dll
│   ├── Microsoft.AspNetCore.WebSockets.dll
│   ├── Microsoft.AspNetCore.WebUtilities.dll
│   ├── Microsoft.Bcl.AsyncInterfaces.dll
│   ├── Microsoft.CSharp.dll
│   ├── Microsoft.Extensions.Caching.Abstractions.dll
│   ├── Microsoft.Extensions.Caching.Memory.dll
│   ├── Microsoft.Extensions.Configuration.Abstractions.dll
│   ├── Microsoft.Extensions.Configuration.Binder.dll
│   ├── Microsoft.Extensions.Configuration.CommandLine.dll
│   ├── Microsoft.Extensions.Configuration.dll
│   ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│   ├── Microsoft.Extensions.Configuration.FileExtensions.dll
│   ├── Microsoft.Extensions.Configuration.Ini.dll
│   ├── Microsoft.Extensions.Configuration.Json.dll
│   ├── Microsoft.Extensions.Configuration.KeyPerFile.dll
│   ├── Microsoft.Extensions.Configuration.UserSecrets.dll
│   ├── Microsoft.Extensions.Configuration.Xml.dll
│   ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│   ├── Microsoft.Extensions.DependencyInjection.dll
│   ├── Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
│   ├── Microsoft.Extensions.Diagnostics.HealthChecks.dll
│   ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│   ├── Microsoft.Extensions.FileProviders.Composite.dll
│   ├── Microsoft.Extensions.FileProviders.Embedded.dll
│   ├── Microsoft.Extensions.FileProviders.Physical.dll
│   ├── Microsoft.Extensions.FileSystemGlobbing.dll
│   ├── Microsoft.Extensions.Hosting.Abstractions.dll
│   ├── Microsoft.Extensions.Hosting.dll
│   ├── Microsoft.Extensions.Http.dll
│   ├── Microsoft.Extensions.Identity.Core.dll
│   ├── Microsoft.Extensions.Identity.Stores.dll
│   ├── Microsoft.Extensions.Localization.Abstractions.dll
│   ├── Microsoft.Extensions.Localization.dll
│   ├── Microsoft.Extensions.Logging.Abstractions.dll
│   ├── Microsoft.Extensions.Logging.Configuration.dll
│   ├── Microsoft.Extensions.Logging.Console.dll
│   ├── Microsoft.Extensions.Logging.Debug.dll
│   ├── Microsoft.Extensions.Logging.dll
│   ├── Microsoft.Extensions.Logging.EventLog.dll
│   ├── Microsoft.Extensions.Logging.EventSource.dll
│   ├── Microsoft.Extensions.Logging.TraceSource.dll
│   ├── Microsoft.Extensions.ObjectPool.dll
│   ├── Microsoft.Extensions.Options.ConfigurationExtensions.dll
│   ├── Microsoft.Extensions.Options.DataAnnotations.dll
│   ├── Microsoft.Extensions.Options.dll
│   ├── Microsoft.Extensions.Primitives.dll
│   ├── Microsoft.Extensions.WebEncoders.dll
│   ├── Microsoft.JSInterop.dll
│   ├── Microsoft.Net.Http.Headers.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.dll
│   ├── Microsoft.TestPlatform.PlatformAbstractions.dll
│   ├── Microsoft.VisualBasic.Core.dll
│   ├── Microsoft.VisualBasic.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
│   ├── Microsoft.Win32.Primitives.dll
│   ├── Microsoft.Win32.Registry.dll
│   ├── mscorlib.dll
│   ├── netstandard.dll
│   ├── System.AppContext.dll
│   ├── System.Buffers.dll
│   ├── System.Collections.Concurrent.dll
│   ├── System.Collections.dll
│   ├── System.Collections.Immutable.dll
│   ├── System.Collections.NonGeneric.dll
│   ├── System.Collections.Specialized.dll
│   ├── System.ComponentModel.Annotations.dll
│   ├── System.ComponentModel.DataAnnotations.dll
│   ├── System.ComponentModel.dll
│   ├── System.ComponentModel.EventBasedAsync.dll
│   ├── System.ComponentModel.Primitives.dll
│   ├── System.ComponentModel.TypeConverter.dll
│   ├── System.Configuration.ConfigurationManager.dll
│   ├── System.Configuration.dll
│   ├── System.Console.dll
│   ├── System.Core.dll
│   ├── System.Data.Common.dll
│   ├── System.Data.DataSetExtensions.dll
│   ├── System.Data.dll
│   ├── System.Diagnostics.Contracts.dll
│   ├── System.Diagnostics.Debug.dll
│   ├── System.Diagnostics.DiagnosticSource.dll
│   ├── System.Diagnostics.EventLog.dll
│   ├── System.Diagnostics.FileVersionInfo.dll
│   ├── System.Diagnostics.Process.dll
│   ├── System.Diagnostics.StackTrace.dll
│   ├── System.Diagnostics.TextWriterTraceListener.dll
│   ├── System.Diagnostics.Tools.dll
│   ├── System.Diagnostics.TraceSource.dll
│   ├── System.Diagnostics.Tracing.dll
│   ├── System.dll
│   ├── System.Drawing.dll
│   ├── System.Drawing.Primitives.dll
│   ├── System.Dynamic.Runtime.dll
│   ├── System.Formats.Asn1.dll
│   ├── System.Globalization.Calendars.dll
│   ├── System.Globalization.dll
│   ├── System.Globalization.Extensions.dll
│   ├── System.IO.Compression.Brotli.dll
│   ├── System.IO.Compression.dll
│   ├── System.IO.Compression.FileSystem.dll
│   ├── System.IO.Compression.ZipFile.dll
│   ├── System.IO.dll
│   ├── System.IO.FileSystem.dll
│   ├── System.IO.FileSystem.DriveInfo.dll
│   ├── System.IO.FileSystem.Primitives.dll
│   ├── System.IO.FileSystem.Watcher.dll
│   ├── System.IO.IsolatedStorage.dll
│   ├── System.IO.MemoryMappedFiles.dll
│   ├── System.IO.Pipelines.dll
│   ├── System.IO.Pipes.dll
│   ├── System.IO.UnmanagedMemoryStream.dll
│   ├── System.Linq.Async.dll
│   ├── System.Linq.dll
│   ├── System.Linq.Expressions.dll
│   ├── System.Linq.Parallel.dll
│   ├── System.Linq.Queryable.dll
│   ├── System.Memory.dll
│   ├── System.Net.dll
│   ├── System.Net.Http.dll
│   ├── System.Net.Http.Json.dll
│   ├── System.Net.HttpListener.dll
│   ├── System.Net.Mail.dll
│   ├── System.Net.NameResolution.dll
│   ├── System.Net.NetworkInformation.dll
│   ├── System.Net.Ping.dll
│   ├── System.Net.Primitives.dll
│   ├── System.Net.Requests.dll
│   ├── System.Net.Security.dll
│   ├── System.Net.ServicePoint.dll
│   ├── System.Net.Sockets.dll
│   ├── System.Net.WebClient.dll
│   ├── System.Net.WebHeaderCollection.dll
│   ├── System.Net.WebProxy.dll
│   ├── System.Net.WebSockets.Client.dll
│   ├── System.Net.WebSockets.dll
│   ├── System.Numerics.dll
│   ├── System.Numerics.Vectors.dll
│   ├── System.ObjectModel.dll
│   ├── System.Reflection.DispatchProxy.dll
│   ├── System.Reflection.dll
│   ├── System.Reflection.Emit.dll
│   ├── System.Reflection.Emit.ILGeneration.dll
│   ├── System.Reflection.Emit.Lightweight.dll
│   ├── System.Reflection.Extensions.dll
│   ├── System.Reflection.Metadata.dll
│   ├── System.Reflection.Primitives.dll
│   ├── System.Reflection.TypeExtensions.dll
│   ├── System.Resources.Reader.dll
│   ├── System.Resources.ResourceManager.dll
│   ├── System.Resources.Writer.dll
│   ├── System.Runtime.CompilerServices.Unsafe.dll
│   ├── System.Runtime.CompilerServices.VisualC.dll
│   ├── System.Runtime.dll
│   ├── System.Runtime.Extensions.dll
│   ├── System.Runtime.Handles.dll
│   ├── System.Runtime.InteropServices.dll
│   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   ├── System.Runtime.Intrinsics.dll
│   ├── System.Runtime.Loader.dll
│   ├── System.Runtime.Numerics.dll
│   ├── System.Runtime.Serialization.dll
│   ├── System.Runtime.Serialization.Formatters.dll
│   ├── System.Runtime.Serialization.Json.dll
│   ├── System.Runtime.Serialization.Primitives.dll
│   ├── System.Runtime.Serialization.Xml.dll
│   ├── System.Security.AccessControl.dll
│   ├── System.Security.Claims.dll
│   ├── System.Security.Cryptography.Algorithms.dll
│   ├── System.Security.Cryptography.Cng.dll
│   ├── System.Security.Cryptography.Csp.dll
│   ├── System.Security.Cryptography.Encoding.dll
│   ├── System.Security.Cryptography.Primitives.dll
│   ├── System.Security.Cryptography.X509Certificates.dll
│   ├── System.Security.Cryptography.Xml.dll
│   ├── System.Security.dll
│   ├── System.Security.Permissions.dll
│   ├── System.Security.Principal.dll
│   ├── System.Security.Principal.Windows.dll
│   ├── System.Security.SecureString.dll
│   ├── System.ServiceModel.Web.dll
│   ├── System.ServiceProcess.dll
│   ├── System.Text.Encoding.CodePages.dll
│   ├── System.Text.Encoding.dll
│   ├── System.Text.Encoding.Extensions.dll
│   ├── System.Text.Encodings.Web.dll
│   ├── System.Text.Json.dll
│   ├── System.Text.RegularExpressions.dll
│   ├── System.Threading.Channels.dll
│   ├── System.Threading.dll
│   ├── System.Threading.Overlapped.dll
│   ├── System.Threading.Tasks.Dataflow.dll
│   ├── System.Threading.Tasks.dll
│   ├── System.Threading.Tasks.Extensions.dll
│   ├── System.Threading.Tasks.Parallel.dll
│   ├── System.Threading.Thread.dll
│   ├── System.Threading.ThreadPool.dll
│   ├── System.Threading.Timer.dll
│   ├── System.Transactions.dll
│   ├── System.Transactions.Local.dll
│   ├── System.ValueTuple.dll
│   ├── System.Web.dll
│   ├── System.Web.HttpUtility.dll
│   ├── System.Windows.dll
│   ├── System.Windows.Extensions.dll
│   ├── System.Xml.dll
│   ├── System.Xml.Linq.dll
│   ├── System.Xml.ReaderWriter.dll
│   ├── System.Xml.Serialization.dll
│   ├── System.Xml.XDocument.dll
│   ├── System.Xml.XmlDocument.dll
│   ├── System.Xml.XmlSerializer.dll
│   ├── System.Xml.XPath.dll
│   ├── System.Xml.XPath.XDocument.dll
│   └── WindowsBase.dll
├── ru
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── MyCompany.Chat.DomainEvents.dll
├── MyCompany.Chat.IntegrationEvents.deps.json
├── MyCompany.Chat.IntegrationEvents.dll
├── MyCompany.Chat.IntegrationEvents.pdb
├── MyCompany.Core.Domain.DomainEvents.dll
├── MyCompany.Core.EventStore.dll
├── MyCompany.Core.Util.dll
├── MyCompany.Crypto.Common.dll
├── MyCompany.Crypto.Repository.MongoDb.DependencyInjection.dll
├── MyCompany.Crypto.Repository.MongoDb.dll
├── MyCompany.DocumentStore.dll
├── MyCompany.DocumentStore.MongoDb.DependencyInjection.dll
├── MyCompany.DocumentStore.MongoDb.dll
├── MyCompany.EventBus.dll
├── MyCompany.EventBus.MassTransit.SnsSqs.DependencyInjection.dll
├── MyCompany.EventBus.MassTransit.SnsSqs.dll
├── MyCompany.EventStore.Attributes.dll
├── MyCompany.EventStore.dll
├── MyCompany.EventStore.EventStoreDb.Crypto.DependencyInjection.dll
├── MyCompany.EventStore.EventStoreDb.Crypto.dll
├── MyCompany.EventStore.EventStoreDb.DependencyInjection.dll
├── MyCompany.EventStore.EventStoreDb.dll
├── MyCompany.IntegrationEvents.deps.json
├── MyCompany.IntegrationEvents.dll
├── MyCompany.IntegrationEvents.pdb
├── MyCompany.ItgService
├── MyCompany.ItgService.Application.deps.json
├── MyCompany.ItgService.Application.dll
├── MyCompany.ItgService.Application.pdb
├── MyCompany.ItgService.deps.json
├── MyCompany.ItgService.dll
├── MyCompany.ItgService.FunctionalTests.deps.json
├── MyCompany.ItgService.FunctionalTests.dll
├── MyCompany.ItgService.FunctionalTests.pdb
├── MyCompany.ItgService.FunctionalTests.runtimeconfig.json
├── MyCompany.ItgService.pdb
├── MyCompany.ItgService.runtimeconfig.json
├── MyCompany.Logging.dll
├── MyCompany.Logging.Microsoft.DependencyInjection.dll
├── MyCompany.Logging.Microsoft.dll
├── MyCompany.TestSupport.dll
├── MyCompany.TestSupport.XUnit.dll
├── runtimes
│   ├── linux
│   │   └── native
│   │       └── libmongocrypt.so
│   ├── osx
│   │   └── native
│   │       └── libmongocrypt.dylib
│   └── win
│       ├── lib
│       │   └── netstandard2.0
│       │       └── System.Security.Cryptography.ProtectedData.dll
│       └── native
│           ├── libzstd.dll
│           ├── mongocrypt.dll
│           ├── snappy32.dll
│           └── snappy64.dll
├── SharpCompress.dll
├── Swashbuckle.AspNetCore.Swagger.dll
├── Swashbuckle.AspNetCore.SwaggerGen.dll
├── Swashbuckle.AspNetCore.SwaggerUI.dll
├── System.AppContext.dll
├── System.Collections.Immutable.dll
├── System.Configuration.ConfigurationManager.dll
├── System.Dynamic.Runtime.dll
├── System.IO.FileSystem.Primitives.dll
├── System.IO.Pipelines.dll
├── System.Linq.Async.dll
├── System.Linq.dll
├── System.Linq.Expressions.dll
├── System.ObjectModel.dll
├── System.Reflection.Emit.dll
├── System.Reflection.Emit.ILGeneration.dll
├── System.Reflection.Emit.Lightweight.dll
├── System.Reflection.Metadata.dll
├── System.Reflection.TypeExtensions.dll
├── System.Runtime.Serialization.Primitives.dll
├── System.Security.Cryptography.ProtectedData.dll
├── System.Text.RegularExpressions.dll
├── System.Threading.dll
├── System.Threading.Tasks.Extensions.dll
├── System.Xml.ReaderWriter.dll
├── System.Xml.XDocument.dll
├── testhost.dll
├── ThirdPartyNotices.txt
├── tr
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
├── web.config
├── xunit.abstractions.dll
├── xunit.assert.dll
├── xunit.core.dll
├── xunit.execution.dotnet.dll
├── xunit.runner.reporters.netcoreapp10.dll
├── xunit.runner.utility.netcoreapp10.dll
├── xunit.runner.visualstudio.dotnetcore.testadapter.dll
├── zh-Hans
│   ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
│   ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
│   ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
│   └── Microsoft.VisualStudio.TraceDataCollector.resources.dll
└── zh-Hant
    ├── Microsoft.TestPlatform.CommunicationUtilities.resources.dll
    ├── Microsoft.TestPlatform.CoreUtilities.resources.dll
    ├── Microsoft.TestPlatform.CrossPlatEngine.resources.dll
    ├── Microsoft.VisualStudio.TestPlatform.Common.resources.dll
    ├── Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll
    └── Microsoft.VisualStudio.TraceDataCollector.resources.dll

33 directories, 542 files
@diegosasw
Copy link
Author

diegosasw commented Oct 4, 2021

Doing dotnet publish -c Release -p:UseAppHost=false -o publish as per https://docs.microsoft.com/en-us/dotnet/core/deploying/deploy-with-cli didn't make any difference

Doing dotnet publish -r linux-x64 -c Release --self-contained true -o publish didn't make any difference either. Same exception when running from publish folder

@diegosasw
Copy link
Author

This is not a bug. It seems it's a version conflict after all (all details explained in the stackoverflow link I referred to).
Closing. Sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CLI untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant