NetFramework-SC 0.0.1-beta

This is a prerelease version of NetFramework-SC.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NetFramework-SC --version 0.0.1-beta
NuGet\Install-Package NetFramework-SC -Version 0.0.1-beta
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="NetFramework-SC" Version="0.0.1-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetFramework-SC --version 0.0.1-beta
#r "nuget: NetFramework-SC, 0.0.1-beta"
#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 NetFramework-SC as a Cake Addin
#addin nuget:?package=NetFramework-SC&version=0.0.1-beta&prerelease

// Install NetFramework-SC as a Cake Tool
#tool nuget:?package=NetFramework-SC&version=0.0.1-beta&prerelease

NetFramework-SC

<table> <tbody> <tr> <td><a href="#configuration">Configuration</a></td> </tr> </tbody> </table>

Configuration

Manages configurations for Special Circumstances data exploration.

ConfigurationRootFolder

Current current configuration root folder.

GetSubConfigurationByNamespace(key)

For getting jObject containing configuration Namespace

Name Description
key System.String<br>Namespace based key
Returns

Desired Configuration

Initialize(configurationRootFolder)

Static method that must be called first in any Special Circumstances data exploration.

Name Description
configurationRootFolder System.String<br>Folder containing namespace based configuration files for Special Circumstances exploration.

Initialized

To validate we are configured.

InitializeLogs(configurationFileName)

Static method for configuring log4net fuctionality

Name Description
configurationFileName System.String<br>log4net configuration filename.

LogEnvironmentInfo

Static method for logging system environment information.

Save

Save all configurations to ConfigurationRootFolder.

SetSubConfigurationByNamespace(key, jObject)

For setting jObject containing configuration by Namespace

Name Description
key System.String<br>Namespace based key
jObject Newtonsoft.Json.Linq.JObject<br>desired configuration
Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on NetFramework-SC:

Package Downloads
NetFramework-SC.Data

Data functionality for Special Circumstances play ground.

NetFramework-SC.AWS

AWS functionality for Special Circumstances play ground.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.7 1,706 7/19/2018
0.0.6 2,025 7/13/2018
0.0.5 1,252 7/10/2018
0.0.4 1,929 7/8/2018
0.0.3 2,109 7/3/2018
0.0.2 1,957 7/1/2018
0.0.1 1,973 6/17/2018
0.0.1-beta 1,419 5/25/2018
0.0.1-alpha 1,120 5/20/2018

First test package.