NetFramework-SC.Data 0.0.3

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

// Install NetFramework-SC.Data as a Cake Tool
#tool nuget:?package=NetFramework-SC.Data&version=0.0.3

NetFramework-SC.Data

<table> <tbody> <tr> <td><a href="#ioutils">IOUtils</a></td> <td><a href="#oid">OID</a></td> </tr> <tr> <td><a href="#result">Result</a></td> </tr> </tbody> </table>

IOUtils

Special Circumstances IO utility static methods.

Logger

Local log4net logger.

ProcessLines(streamReader, processLine)

StreamReader line processor.

Name Description
streamReader System.IO.StreamReader<br>StreamReader to process.
processLine System.Func{System.String,System.Boolean}<br>Function for processing a line.
Returns

Boolean return used for aggreating stats.

ProcessLines(fileName, processLine)

File line processor.

Name Description
fileName System.String<br>File to process.
processLine System.Func{System.String,System.Boolean}<br>Function for processing a line.
Returns

Boolean return used for aggreating stats.

OID

Object identifier mechanism standardized by the International Telecommunications Union (ITU) and ISO/IEC for naming any object, concept, or "thing" with a globally unambiguous persistent name.

Extension

Identifier

Root

Source of Identifier

Result

Processing result.

Constructor

Default contructor.

Errors

Errors processing count;

Log

Log current results.

Logger

Local log4net logger.

Success

Success processing count.

Total

Total processing count.

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 (4)

Showing the top 4 NuGet packages that depend on NetFramework-SC.Data:

Package Downloads
NetFramework-SC.Data.Rest

Rest functionality for Special Circumstances play ground.

NetFramework-SC.Elastic

AWS functionality for Special Circumstances play ground.

NetFramework-SC.LastPass

LastPass functionality for Special Circumstances play ground.

NetFramework-SC.KeePass

KeePass functionality for Special Circumstances play ground.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.8 1,606 7/24/2018
0.0.7 1,217 7/19/2018
0.0.6 1,033 7/15/2018
0.0.4 1,189 7/8/2018
0.0.3 1,238 7/3/2018
0.0.2 1,216 7/1/2018
0.0.1 1,369 6/18/2018
0.0.1-alpha 882 5/26/2018

First test package.