Moonrise.Utils.Standard 3.2018.1024.16142

Suggested Alternatives

Moonrise.StandardUtils.NetStd

Additional Details

I was maintaining two versions of this package with shared code and SLIGHT differences between .Net Standard & .Net Framework but have now shifted simply to the .Net Standard version.
If you migrate, the only breaking change you'll get is in the Logging package.
Oh and thanks for your interest,

Will (will@moonrise.media)

dotnet add package Moonrise.Utils.Standard --version 3.2018.1024.16142
NuGet\Install-Package Moonrise.Utils.Standard -Version 3.2018.1024.16142
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="Moonrise.Utils.Standard" Version="3.2018.1024.16142" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Moonrise.Utils.Standard --version 3.2018.1024.16142
#r "nuget: Moonrise.Utils.Standard, 3.2018.1024.16142"
#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 Moonrise.Utils.Standard as a Cake Addin
#addin nuget:?package=Moonrise.Utils.Standard&version=3.2018.1024.16142

// Install Moonrise.Utils.Standard as a Cake Tool
#tool nuget:?package=Moonrise.Utils.Standard&version=3.2018.1024.16142

CsvParserException now also supplies the row content in error, not just the row number and column name!

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  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 Moonrise.Utils.Standard:

Package Downloads
Moonrise.Utils.Test

Particular favourites are; PrivateWrapper - to allow access to the private methods of a "wrapped" object - via dynamic. Creator - To create repeatable but random data for "filled" classes to test - various properties available to control the range of filling.

Moonrise.Utils.Database

TransactedConnection - allows thread-safe nested transactions. MigrationApp and MigrationState allow for migrations to be seperated out into a stand-alone app.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2018.1024.16142 4,632 10/24/2018
3.2018.1011.12155 1,664 10/11/2018
3.2018.925.12551 1,675 9/25/2018
3.2018.807.10453 2,084 8/7/2018
3.2018.806.15140 1,847 8/6/2018
3.2018.731.13404 1,748 7/31/2018
3.2018.727.11351 3,801 7/27/2018
3.2018.723.10262 1,691 7/23/2018
3.2018.709.16260 2,784 7/9/2018
3.2018.516.16573 2,515 5/16/2018
3.2017.1115.15354 1,995 11/15/2017
3.2017.1114.15544 2,076 11/14/2017
3.2017.1114.15365 2,115 11/14/2017
3.2017.1024.17320 2,269 10/24/2017
3.2017.920.12191 2,040 9/22/2017
3.2017.920.10361 2,019 9/20/2017
3.2017.920.9185 2,070 9/20/2017
3.2017.920.9144 2,086 9/20/2017
3.2017.919.15252 2,083 9/19/2017
3.2017.919.15002 2,108 9/19/2017
3.2017.919.14220 2,028 9/19/2017
3.2017.919.13243 1,988 9/19/2017
3.2017.919.11371 2,032 9/19/2017
3.2017.908.9593 2,015 9/11/2017
3.2017.906.12170 2,178 9/6/2017
3.2017.901.13541 2,141 9/1/2017
3.2017.829.14334 2,104 8/29/2017

Logging has been removed and put into a new package (Moonrise.LoggingUtils) and namespace (Moonrise.Logging).
   ConfigFile has been renamed Settings and now has indexers, can target User settings as well as Application settins and has configurable settings providers, via ISettingsProvider.