Created
February 23, 2023 18:12
-
-
Save jeremydmiller/8aba13481f7da32f391cf988852222b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
── Wolverine Options ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
Service Name: DiagnosticsApp | |
├── Assemblies | |
│ ├── DiagnosticsApp (application) | |
│ └── DiagnosticsModule | |
├── Extensions | |
│ └── No applied extensions. | |
├── Serializers | |
│ └── ┌──────────────────┬──────────────────────┐ | |
│ │ Content Type │ Serializer │ | |
│ ├──────────────────┼──────────────────────┤ | |
│ │ binary/envelope │ EnvelopeReaderWriter │ | |
│ │ application/json │ NewtonsoftSerializer │ | |
│ └──────────────────┴──────────────────────┘ | |
├── DefaultExecutionTimeout | |
│ └── 00:01:00 | |
├── AutoBuildEnvelopeStorageOnStartup | |
│ └── False | |
├── TypeLoadMode | |
│ └── Dynamic | |
└── ExternalTransportsAreStubbed | |
└── False | |
── Wolverine Handlers ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
┌─────────────────────────────────────────┬────────────────────────┬───────────────────────────────────────────────┬────────────────────────────────────────┐ | |
│ Message Name │ Message Type │ Handler.Method() │ Generated Type Name │ | |
│ │ namespace │ namespace │ │ | |
├─────────────────────────────────────────┼────────────────────────┼───────────────────────────────────────────────┼────────────────────────────────────────┤ | |
│ IntegrationTests.CreateInvoice │ CreateInvoice │ CreateInvoiceHandler.Handle(command) │ CreateInvoiceHandler360502188 │ | |
│ │ IntegrationTests │ IntegrationTests │ │ | |
│ IntegrationTests.StartInvoiceProcessing │ StartInvoiceProcessing │ StartInvoiceProcessingHandler.Handle(command) │ StartInvoiceProcessingHandler552215919 │ | |
│ │ IntegrationTests │ IntegrationTests │ │ | |
└─────────────────────────────────────────┴────────────────────────┴───────────────────────────────────────────────┴────────────────────────────────────────┘ | |
── Wolverine Listeners ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
info: Wolverine.Runtime.WolverineRuntime[0] | |
Starting Wolverine messaging for application assembly DiagnosticsApp, Version=0.9.12.0, Culture=neutral, PublicKeyToken=null | |
info: Wolverine.Runtime.WolverineRuntime[0] | |
External transports are disabled, skipping conventional listener discovery | |
info: Wolverine.Runtime.WolverineRuntime[0] | |
'Stubbing' out all external Wolverine transports for testing | |
info: Wolverine.Runtime.WolverineRuntime[0] | |
'Stubbing' out all external Wolverine transports for testing | |
info: Wolverine.Runtime.WolverineRuntime[0] | |
'Stubbing' out all external Wolverine transports for testing | |
info: Wolverine.Runtime.WolverineRuntime[0] | |
'Stubbing' out all external Wolverine transports for testing | |
info: Wolverine.Runtime.WolverineRuntime[0] | |
All external endpoint listeners are disabled because of configuration | |
┌──────────────────────────────────┬──────────────────────────────────┬──────────────────┬──────────────────────────────────┬─────────────────────────────────┐ | |
│ Uri │ Name │ Mode │ Execution │ Serializers │ | |
├──────────────────────────────────┼──────────────────────────────────┼──────────────────┼──────────────────────────────────┼─────────────────────────────────┤ | |
│ local://default/ │ default │ BufferedInMemory │ MaxDegreeOfParallelism: 16, │ NewtonsoftSerializer │ | |
│ │ │ │ EnsureOrdered: False │ (application/json) │ | |
│ local://durable/ │ durable │ Durable │ MaxDegreeOfParallelism: 16, │ NewtonsoftSerializer │ | |
│ │ │ │ EnsureOrdered: False │ (application/json) │ | |
│ local://integrationtests.createi │ integrationtests.createinvoice │ BufferedInMemory │ MaxDegreeOfParallelism: 16, │ NewtonsoftSerializer │ | |
│ nvoice/ │ │ │ EnsureOrdered: False │ (application/json) │ | |
│ local://integrationtests.startin │ integrationtests.startinvoicepro │ BufferedInMemory │ MaxDegreeOfParallelism: 16, │ NewtonsoftSerializer │ | |
│ voiceprocessing/ │ cessing │ │ EnsureOrdered: False │ (application/json) │ | |
│ local://replies/ │ replies │ BufferedInMemory │ MaxDegreeOfParallelism: 16, │ NewtonsoftSerializer │ | |
│ │ │ │ EnsureOrdered: False │ (application/json) │ | |
└──────────────────────────────────┴──────────────────────────────────┴──────────────────┴──────────────────────────────────┴─────────────────────────────────┘ | |
── Wolverine Message Routing ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
┌─────────────────────────────────────────┬───────────────────────────────────────────────────────────┬──────────────────┐ | |
│ Message Type │ Destination │ Content Type │ | |
├─────────────────────────────────────────┼───────────────────────────────────────────────────────────┼──────────────────┤ | |
│ DiagnosticsModule.DiagnosticsMessage1 │ rabbitmq://exchange/DiagnosticsModule.DiagnosticsMessage1 │ application/json │ | |
│ DiagnosticsModule.DiagnosticsMessage2 │ rabbitmq://exchange/DiagnosticsModule.DiagnosticsMessage2 │ application/json │ | |
│ DiagnosticsModule.DiagnosticsMessage4 │ rabbitmq://exchange/DiagnosticsModule.DiagnosticsMessage4 │ application/json │ | |
│ IntegrationTests.AddItem │ rabbitmq://exchange/IntegrationTests.AddItem │ application/json │ | |
│ IntegrationTests.AssignUser │ rabbitmq://exchange/IntegrationTests.AssignUser │ application/json │ | |
│ IntegrationTests.CreateInvoice │ local://integrationtests.createinvoice/ │ application/json │ | |
│ IntegrationTests.CreateShippingLabel │ rabbitmq://exchange/IntegrationTests.CreateShippingLabel │ application/json │ | |
│ IntegrationTests.InvoiceCreated │ rabbitmq://exchange/IntegrationTests.InvoiceCreated │ application/json │ | |
│ IntegrationTests.InvoiceShipped │ rabbitmq://exchange/IntegrationTests.InvoiceShipped │ application/json │ | |
│ IntegrationTests.OrderParts │ rabbitmq://exchange/IntegrationTests.OrderParts │ application/json │ | |
│ IntegrationTests.StartInvoiceProcessing │ local://integrationtests.startinvoiceprocessing/ │ application/json │ | |
└─────────────────────────────────────────┴───────────────────────────────────────────────────────────┴──────────────────┘ | |
── Wolverine Sending Endpoints ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
┌───────────────────────────────────────────────────────────┬────────────────────────────────────┬──────────────────┬─────────────────────────────────────────┐ | |
│ Uri │ Name │ Mode │ Serializer(s) │ | |
├───────────────────────────────────────────────────────────┼────────────────────────────────────┼──────────────────┼─────────────────────────────────────────┤ | |
│ local://default/ │ default │ BufferedInMemory │ NewtonsoftSerializer (application/json) │ | |
│ local://durable/ │ durable │ Durable │ NewtonsoftSerializer (application/json) │ | |
│ local://integrationtests.createinvoice/ │ integrationtests.createinvoice │ BufferedInMemory │ NewtonsoftSerializer (application/json) │ | |
│ local://integrationtests.startinvoiceprocessing/ │ integrationtests.startinvoiceproce │ BufferedInMemory │ NewtonsoftSerializer (application/json) │ | |
│ │ ssing │ │ │ | |
│ local://replies/ │ replies │ BufferedInMemory │ NewtonsoftSerializer (application/json) │ | |
│ rabbitmq://exchange/DiagnosticsModule.DiagnosticsMessage1 │ DiagnosticsModule.DiagnosticsMessa │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ │ ge1 │ │ │ | |
│ rabbitmq://exchange/DiagnosticsModule.DiagnosticsMessage2 │ DiagnosticsModule.DiagnosticsMessa │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ │ ge2 │ │ │ | |
│ rabbitmq://exchange/DiagnosticsModule.DiagnosticsMessage4 │ DiagnosticsModule.DiagnosticsMessa │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ │ ge4 │ │ │ | |
│ rabbitmq://exchange/IntegrationTests.AddItem │ IntegrationTests.AddItem │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ rabbitmq://exchange/IntegrationTests.AssignUser │ IntegrationTests.AssignUser │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ rabbitmq://exchange/IntegrationTests.CreateShippingLabel │ IntegrationTests.CreateShippingLab │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ │ el │ │ │ | |
│ rabbitmq://exchange/IntegrationTests.InvoiceCreated │ IntegrationTests.InvoiceCreated │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ rabbitmq://exchange/IntegrationTests.InvoiceShipped │ IntegrationTests.InvoiceShipped │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ rabbitmq://exchange/IntegrationTests.OrderParts │ IntegrationTests.OrderParts │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ rabbitmq://queue/DiagnosticsModule.DiagnosticsMessage1 │ DiagnosticsModule.DiagnosticsMessa │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ │ ge1 │ │ │ | |
│ rabbitmq://queue/DiagnosticsModule.DiagnosticsMessage2 │ DiagnosticsModule.DiagnosticsMessa │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ │ ge2 │ │ │ | |
│ rabbitmq://queue/DiagnosticsModule.DiagnosticsMessage4 │ DiagnosticsModule.DiagnosticsMessa │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ │ ge4 │ │ │ | |
│ rabbitmq://queue/IntegrationTests.AddItem │ IntegrationTests.AddItem │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ rabbitmq://queue/IntegrationTests.AssignUser │ IntegrationTests.AssignUser │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ rabbitmq://queue/IntegrationTests.CreateShippingLabel │ IntegrationTests.CreateShippingLab │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ │ el │ │ │ | |
│ rabbitmq://queue/IntegrationTests.InvoiceCreated │ IntegrationTests.InvoiceCreated │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ rabbitmq://queue/IntegrationTests.InvoiceShipped │ IntegrationTests.InvoiceShipped │ Inline │ NewtonsoftSerializer (application/json) │ | |
│ rabbitmq://queue/IntegrationTests.OrderParts │ IntegrationTests.OrderParts │ Inline │ NewtonsoftSerializer (application/json) │ | |
└───────────────────────────────────────────────────────────┴────────────────────────────────────┴──────────────────┴─────────────────────────────────────────┘ | |
── Wolverine Error Handling ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
Failure rules specific to a message type | |
are applied before the global failure rules | |
Global Failure Rules | |
├── Exception is System.BadImageFormatException | |
│ ├── Discard the message | |
│ └── Move to Error Queue | |
├── Exception is System.InvalidOperationException | |
│ ├── Schedule Retry in 60 seconds | |
│ └── Move to Error Queue | |
└── All exceptions | |
├── Retry inline with no delay | |
├── Retry inline with a delay of 00:00:00.1000000 | |
├── Retry inline with a delay of 00:00:00.2500000 | |
└── Move to Error Queue | |
Message: IntegrationTests.StartInvoiceProcessing | |
└── All exceptions | |
├── Defer or Re-queue the message for later processing | |
├── Defer or Re-queue the message for later processing | |
└── Move to Error Queue | |
── Wolverine Rabbit MQ Usage ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
HostName localhost | |
Port -1 | |
VirtualHost / | |
AutoProvision False | |
AutoPurgeAllQueues False | |
── Queues ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
┌───────────────────────────────────────┬────────────┬───────────┬─────────────┬───────────┐ | |
│ QueueName │ AutoDelete │ IsDurable │ IsExclusive │ Arguments │ | |
├───────────────────────────────────────┼────────────┼───────────┼─────────────┼───────────┤ | |
│ IntegrationTests.InvoiceCreated │ False │ True │ False │ - │ | |
│ IntegrationTests.AssignUser │ False │ True │ False │ - │ | |
│ IntegrationTests.InvoiceShipped │ False │ True │ False │ - │ | |
│ DiagnosticsModule.DiagnosticsMessage4 │ False │ True │ False │ - │ | |
│ DiagnosticsModule.DiagnosticsMessage1 │ False │ True │ False │ - │ | |
│ IntegrationTests.AddItem │ False │ True │ False │ - │ | |
│ IntegrationTests.CreateShippingLabel │ False │ True │ False │ - │ | |
│ DiagnosticsModule.DiagnosticsMessage2 │ False │ True │ False │ - │ | |
│ IntegrationTests.OrderParts │ False │ True │ False │ - │ | |
└───────────────────────────────────────┴────────────┴───────────┴─────────────┴───────────┘ | |
── Exchanges ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
┌───────────────────────────────────────┬────────┬────────────┬───────────┬───────────┬───────────────────────────────────────────────────┐ | |
│ Name │ Type │ AutoDelete │ IsDurable │ Arguments │ Bindings │ | |
├───────────────────────────────────────┼────────┼────────────┼───────────┼───────────┼───────────────────────────────────────────────────┤ | |
│ IntegrationTests.InvoiceCreated │ Fanout │ False │ True │ - │ To queue(s) IntegrationTests.InvoiceCreated │ | |
│ IntegrationTests.AssignUser │ Fanout │ False │ True │ - │ To queue(s) IntegrationTests.AssignUser │ | |
│ IntegrationTests.InvoiceShipped │ Fanout │ False │ True │ - │ To queue(s) IntegrationTests.InvoiceShipped │ | |
│ DiagnosticsModule.DiagnosticsMessage4 │ Fanout │ False │ True │ - │ To queue(s) DiagnosticsModule.DiagnosticsMessage4 │ | |
│ DiagnosticsModule.DiagnosticsMessage1 │ Fanout │ False │ True │ - │ To queue(s) DiagnosticsModule.DiagnosticsMessage1 │ | |
│ IntegrationTests.AddItem │ Fanout │ False │ True │ - │ To queue(s) IntegrationTests.AddItem │ | |
│ IntegrationTests.CreateShippingLabel │ Fanout │ False │ True │ - │ To queue(s) IntegrationTests.CreateShippingLabel │ | |
│ DiagnosticsModule.DiagnosticsMessage2 │ Fanout │ False │ True │ - │ To queue(s) DiagnosticsModule.DiagnosticsMessage2 │ | |
│ IntegrationTests.OrderParts │ Fanout │ False │ True │ - │ To queue(s) IntegrationTests.OrderParts │ | |
└───────────────────────────────────────┴────────┴────────────┴───────────┴───────────┴───────────────────────────────────────────────────┘ | |
── Wolverine Http Endpoints ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
┌───────┬─────────────┬────────────────┬─────────────────────┐ | |
│ Route │ Http Method │ Handler Method │ Generated Type Name │ | |
└───────┴─────────────┴────────────────┴─────────────────────┘ | |
── About DiagnosticsApp ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
Entry Assembly: DiagnosticsApp | |
Version: 0.9.12.0 | |
Application Name: DiagnosticsApp | |
Environment: Production | |
Content Root Path: C:\code\wolverine\src\Samples\Diagnostics\DiagnosticsApp | |
AppContext.BaseDirectory: C:\code\wolverine\src\Samples\Diagnostics\DiagnosticsApp\bin\Debug\net7.0\ | |
── IConfiguration Preview ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
├── ALLUSERSPROFILE C:\ProgramData (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── APPDATA C:\Users\jmiller\AppData\Roaming (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── applicationName DiagnosticsApp (Microsoft.Extensions.Configuration.ChainedConfigurationProvider) | |
├── CommonProgramFiles C:\Program Files\Common Files (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── CommonProgramFiles(x86) C:\Program Files (x86)\Common Files (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── CommonProgramW6432 C:\Program Files\Common Files (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── COMPUTERNAME JMILLER1 (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── ComSpec C:\Windows\system32\cmd.exe (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── contentRoot C:\code\wolverine\src\Samples\Diagnostics\DiagnosticsApp (MemoryConfigurationProvider) | |
├── DOTNET_ROOT_X64 C:\Program Files\dotnet (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── DriverData C:\Windows\System32\Drivers\DriverData (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── HOMEDRIVE C: (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── HOMEPATH \Users\jmiller (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── hostingStartupAssemblies | |
├── hostingStartupExcludeAssemblies | |
├── JAVA_HOME C:\Program Files\Java\jdk-16.0.1 (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── JetBrains Rider C:\Program Files\JetBrains\JetBrains Rider 2022.2.4\bin; (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── LOCALAPPDATA C:\Users\jmiller\AppData\Local (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── LOGONSERVER \\UKS-DC1 (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── MSBuildLoadMicrosoftTargetsReadOnly true (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── NUMBER_OF_PROCESSORS 16 (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── NVM_HOME C:\Users\jmiller\AppData\Roaming\nvm (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── NVM_SYMLINK C:\Program Files\nodejs (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── OneDrive C:\Users\jmiller\OneDrive - MedeAnalytics, Inc (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── OneDriveCommercial C:\Users\jmiller\OneDrive - MedeAnalytics, Inc (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── OS Windows_NT (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── Path C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Microsoft (EnvironmentVariablesConfigurationProvider Prefix: '') | |
│ SDKs\Azure\CLI2\wbin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\Sys | |
│ tem32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA | |
│ Corporation\PhysX\Common;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program | |
│ Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL | |
│ Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program | |
│ Files\Azure Data Studio\bin;C:\Program Files (x86)\Microsoft SQL | |
│ Server\150\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program | |
│ Files\Microsoft SQL Server\150\DTS\Binn\;C:\Users\jmiller\AppData\Roaming\nvm;C:\Program | |
│ Files\nodejs;C:\Program | |
│ Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program | |
│ Files\nodejs\;C:\Ruby27-x64\bin;C:\Users\jmiller\AppData\Local\Microsoft\WindowsApps;C:\Use | |
│ rs\jmiller\AppData\Local\GitHubDesktop\bin;C:\Program Files\JetBrains\JetBrains Rider | |
│ 2021.1.3\bin;C:\Users\jmiller\AppData\Local\Programs\Microsoft VS | |
│ Code\bin;C:\Users\jmiller\.dotnet\tools;C:\Users\jmiller\AppData\Local\JetBrains\Toolbox\sc | |
│ ripts;C:\Users\jmiller\.dotnet\tools;C:\Program Files\JetBrains\JetBrains Rider | |
│ 2022.2.4\bin;C:\Users\jmiller\AppData\Roaming\npm | |
├── PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.RB;.RBW (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── preventHostingStartup | |
├── PROCESSOR_ARCHITECTURE AMD64 (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── PROCESSOR_IDENTIFIER Intel64 Family 6 Model 165 Stepping 2, GenuineIntel (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── PROCESSOR_LEVEL 6 (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── PROCESSOR_REVISION a502 (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── PRODUCT_CONF C:\ProgramData\CTES\Components\DARAgent\home\product.conf (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── ProgramData C:\ProgramData (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── ProgramFiles C:\Program Files (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── ProgramFiles(x86) C:\Program Files (x86) (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── ProgramW6432 C:\Program Files (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── PROMPT $P$G (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── PSModulePath C:\Program (EnvironmentVariablesConfigurationProvider Prefix: '') | |
│ Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules; | |
│ C:\Program Files (x86)\Microsoft SQL Server\150\Tools\PowerShell\Modules\ | |
├── PUBLIC C:\Users\Public (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── ROOT_X64 C:\Program Files\dotnet (EnvironmentVariablesConfigurationProvider Prefix: 'DOTNET_') | |
├── RUBYOPT -Eutf-8 (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── SystemDrive C: (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── SystemRoot C:\Windows (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── TEMP C:\Users\jmiller\AppData\Local\Temp (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── TMP C:\Users\jmiller\AppData\Local\Temp (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── USERDNSDOMAIN US.MEDEFINANCE.COM (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── USERDOMAIN MEDE (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── USERDOMAIN_ROAMINGPROFILE MEDE (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── USERNAME JMiller (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── USERPROFILE C:\Users\jmiller (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── windir C:\Windows (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── WSLENV WT_SESSION::WT_PROFILE_ID (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── WT_PROFILE_ID {0caa0dad-35be-5f56-a8ff-afceeeaa6101} (EnvironmentVariablesConfigurationProvider Prefix: '') | |
├── WT_SESSION bc1947f3-2ebf-42b2-b369-c07577f0e082 (EnvironmentVariablesConfigurationProvider Prefix: '') | |
└── ZES_ENABLE_SYSMAN 1 (EnvironmentVariablesConfigurationProvider Prefix: '') | |
── Referenced Assemblies ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── | |
┌───────────────────────────────────────────────────────┬──────────┐ | |
│ Assembly Name │ Version │ | |
├───────────────────────────────────────────────────────┼──────────┤ | |
│ System.Runtime │ 7.0.0.0 │ | |
│ Microsoft.AspNetCore.Mvc.Core │ 7.0.0.0 │ | |
│ Microsoft.AspNetCore │ 7.0.0.0 │ | |
│ Marten │ 6.0.0.0 │ | |
│ Wolverine │ 0.9.12.0 │ | |
│ Wolverine.Http │ 0.9.12.0 │ | |
│ System.Collections │ 7.0.0.0 │ | |
│ Microsoft.Extensions.DependencyInjection.Abstractions │ 7.0.0.0 │ | |
│ Microsoft.AspNetCore.Mvc.ApiExplorer │ 7.0.0.0 │ | |
│ Swashbuckle.AspNetCore.SwaggerGen │ 6.4.0.0 │ | |
│ Microsoft.AspNetCore.Authorization.Policy │ 7.0.0.0 │ | |
│ Wolverine.Marten │ 0.0.0.0 │ | |
│ Oakton │ 1.0.0.0 │ | |
│ Microsoft.Extensions.Hosting.Abstractions │ 7.0.0.0 │ | |
│ Swashbuckle.AspNetCore.Swagger │ 6.4.0.0 │ | |
│ Microsoft.AspNetCore.Http.Abstractions │ 7.0.0.0 │ | |
│ Swashbuckle.AspNetCore.SwaggerUI │ 6.4.0.0 │ | |
│ Microsoft.AspNetCore.Routing │ 7.0.0.0 │ | |
│ Wolverine.RabbitMQ │ 0.0.0.0 │ | |
│ JasperFx.Core │ 1.1.0.0 │ | |
│ DiagnosticsModule │ 0.9.12.0 │ | |
└───────────────────────────────────────────────────────┴──────────┘ | |
C:\code\wolverine\src\Samples\Diagnostics\DiagnosticsApp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment