ConsulStructure 0.0.4
dotnet add package ConsulStructure --version 0.0.4
NuGet\Install-Package ConsulStructure -Version 0.0.4
<PackageReference Include="ConsulStructure" Version="0.0.4"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add ConsulStructure --version 0.0.4
#r "nuget: ConsulStructure, 0.0.4"
// Install ConsulStructure as a Cake Addin #addin nuget:?package=ConsulStructure&version=0.0.4 // Install ConsulStructure as a Cake Tool #tool nuget:?package=ConsulStructure&version=0.0.4
$description
Learn more about Target Frameworks and .NET Standard.
-
- System.Net.Http (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed
- Slashing your way through configuration is what this project is
about. Unfortunately, keys in consul don't start with a /, and
my simulator did, because i don't have a test rig for it yet. So
I slashed the slash, and now it works.
- Events are good, but too much of a good thing is, well, not such
a good thing. Key/Value events now only trigger when there's a
good reason for it, like actually having key values.