magic.lambda.config 10.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package magic.lambda.config --version 10.0.7
NuGet\Install-Package magic.lambda.config -Version 10.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="magic.lambda.config" Version="10.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add magic.lambda.config --version 10.0.7
#r "nuget: magic.lambda.config, 10.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install magic.lambda.config as a Cake Addin
#addin nuget:?package=magic.lambda.config&version=10.0.7

// Install magic.lambda.config as a Cake Tool
#tool nuget:?package=magic.lambda.config&version=10.0.7

Magic Lambda Config

This project provides configuration settings slots for Magic. The project provides one single slot, allowing you to retrieve configuration settings from your configuration file as follows.

  • [config.get] - Returns a configuration value from your configuration file with the specified key
  • [config.section] - Returns the specified configuration section from your configuration file with the specified key

You can supply a "path" such as "foo:bar", which will traverse into your "foo" config setting, find its "bar" key, and return the value of your "bar" key. Below is an example of usage.

config.get:"foo:bar"

Assuming your configuration file looks like the following.

{
   "foo": {
      "bar": 42
   }
}

... afterwards the value of your [config.get] node will be the following.

config.get:42

Notice - As of this writing, I am still trying to figure out how to return values as the correct types, and also how to have the [config.section] return a hierarchy of the entire section. In a future version, I might figure this out, at which point the APIs for these methods will slightly change. They are currently both to be considered as BETA versions.

Project website

The source code for this repository can be found at github.com/polterguy/magic.lambda.config, and you can provide feedback, provide bug reports, etc at the same place.

Quality gates

  • Build status
  • Quality Gate Status
  • Bugs
  • Code Smells
  • Coverage
  • Duplicated Lines (%)
  • Lines of Code
  • Maintainability Rating
  • Reliability Rating
  • Security Rating
  • Technical Debt
  • Vulnerabilities

License

This project is the copyright(c) 2020-2021 of Aista, Ltd thomas@servergardens.com, and is licensed under the terms of the LGPL version 3, as published by the Free Software Foundation. See the enclosed LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on magic.lambda.config:

Package Downloads
magic.library

Helper project for Magic to wire up everything easily by simply adding one package, and invoking two simple methods. When using Magic, this is (probably) the only package you should actually add, since this package pulls in everything else you'll need automatically, and wires up everything sanely by default. To use package go to https://polterguy.github.io

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
17.2.0 286 1/22/2024
17.1.7 163 1/12/2024
17.1.6 131 1/11/2024
17.1.5 151 1/5/2024
17.0.1 209 1/1/2024
17.0.0 342 12/14/2023
16.11.5 313 11/12/2023
16.9.0 308 10/9/2023
16.7.0 492 7/11/2023
16.4.1 337 7/2/2023
16.4.0 357 6/22/2023
16.3.1 310 6/7/2023
16.3.0 313 5/28/2023
16.1.9 591 4/30/2023
15.10.11 425 4/13/2023
15.9.1 558 3/27/2023
15.9.0 446 3/24/2023
15.8.2 485 3/20/2023
15.7.0 356 3/6/2023
15.5.0 1,504 1/28/2023
15.2.0 639 1/18/2023
15.1.0 1,141 12/28/2022
14.5.7 683 12/13/2022
14.5.5 771 12/6/2022
14.5.1 631 11/23/2022
14.5.0 585 11/18/2022
14.4.5 663 10/22/2022
14.4.1 717 10/22/2022
14.4.0 616 10/17/2022
14.3.1 1,192 9/12/2022
14.3.0 605 9/10/2022
14.1.3 884 8/7/2022
14.1.2 626 8/7/2022
14.1.1 628 8/7/2022
14.0.14 646 7/26/2022
14.0.12 620 7/24/2022
14.0.11 598 7/23/2022
14.0.10 592 7/23/2022
14.0.9 608 7/23/2022
14.0.8 693 7/17/2022
14.0.5 761 7/11/2022
14.0.4 735 7/6/2022
14.0.3 681 7/2/2022
14.0.2 640 7/2/2022
14.0.0 824 6/25/2022
13.4.0 2,029 5/31/2022
13.3.4 1,380 5/9/2022
13.3.0 925 5/1/2022
13.2.2 690 4/25/2022
13.2.0 878 4/21/2022
13.1.0 988 4/7/2022
13.0.0 698 4/5/2022
11.0.5 1,378 3/2/2022
11.0.4 731 2/22/2022
11.0.3 732 2/9/2022
11.0.2 779 2/6/2022
11.0.1 750 2/5/2022
10.0.21 729 1/28/2022
10.0.20 728 1/27/2022
10.0.19 725 1/23/2022
10.0.18 698 1/17/2022
10.0.16 691 1/14/2022
10.0.15 667 12/31/2021
10.0.14 537 12/28/2021
10.0.7 1,397 12/22/2021
10.0.5 710 12/18/2021
9.9.9 1,585 11/29/2021
9.9.3 862 11/9/2021
9.9.2 609 11/4/2021
9.9.0 714 10/30/2021
9.8.9 659 10/29/2021
9.8.7 619 10/27/2021
9.8.6 579 10/27/2021
9.8.5 604 10/26/2021
9.8.0 1,313 10/20/2021
9.7.9 608 10/19/2021
9.7.5 1,450 10/14/2021
9.7.0 819 10/9/2021
9.6.6 1,159 8/14/2021
9.2.0 6,087 5/26/2021
9.1.4 1,220 4/21/2021
9.1.0 994 4/14/2021
9.0.0 832 4/5/2021
8.9.9 961 3/30/2021
8.9.3 1,501 3/19/2021
8.9.2 980 1/29/2021
8.9.1 980 1/24/2021
8.9.0 1,049 1/22/2021
8.6.9 2,905 11/8/2020
8.6.6 1,948 11/2/2020
8.6.0 3,860 10/28/2020
8.5.0 1,845 10/23/2020
8.4.0 5,445 10/13/2020
8.3.1 2,534 10/5/2020
8.3.0 1,189 10/3/2020
8.2.2 1,951 9/26/2020
8.2.1 1,276 9/25/2020
8.2.0 1,321 9/25/2020
8.1.17 6,531 9/13/2020
8.1.16 556 9/13/2020
8.1.15 1,820 9/12/2020
8.1.11 2,418 9/11/2020
8.1.10 1,233 9/6/2020
8.1.9 1,279 9/3/2020
8.1.8 1,243 9/2/2020
8.1.7 1,173 8/28/2020
8.1.4 1,160 8/25/2020
8.1.3 1,253 8/18/2020
8.1.2 1,172 8/16/2020
8.1.1 1,235 8/15/2020
8.1.0 564 8/15/2020
8.0.1 2,609 8/7/2020
8.0.0 1,190 8/7/2020
7.0.1 1,323 6/28/2020
7.0.0 1,185 6/28/2020
5.0.0 7,243 2/25/2020
4.0.4 7,627 1/27/2020
4.0.3 1,239 1/27/2020
4.0.2 1,340 1/16/2020
4.0.1 1,334 1/11/2020
4.0.0 1,317 1/5/2020
3.1.0 6,129 11/10/2019
3.0.0 3,755 10/23/2019
2.0.1 8,085 10/15/2019
2.0.0 1,596 10/13/2019
1.1.8 1,301 10/11/2019
1.1.7 1,240 10/10/2019
1.1.6 557 10/9/2019
1.1.5 582 10/6/2019
1.1.4 592 10/6/2019
1.1.2 580 10/5/2019
1.0.0 644 9/26/2019