Bc3.Utility 2019.9.6

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

// Install Bc3.Utility as a Cake Tool
#tool nuget:?package=Bc3.Utility&version=2019.9.6

Collection of useful code

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  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 Bc3.Utility:

Package Downloads
Bc3.Mail

Collection of useful code for mail. Main component is a helper that converts .Net MailMessages to SendGrid messages.

Bc3.Web

Updated because of changes to Bc3.Utility

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2023.7.25 188 7/25/2023
2023.1.23 322 1/23/2023
2022.10.24 418 10/24/2022
2022.10.21 425 10/21/2022
2022.7.12 491 7/12/2022
2022.4.25 530 4/25/2022
2022.4.7 514 4/7/2022
2021.12.9 392 12/9/2021
2021.11.19 456 11/19/2021
2021.5.4 446 5/4/2021
2020.9.24 593 9/24/2020
2020.8.19 605 8/19/2020
2020.3.25 655 3/25/2020
2020.3.16 626 3/16/2020
2020.3.5 637 3/5/2020
2020.2.13 645 2/13/2020
2020.2.11 725 2/10/2020
2019.10.24 662 10/24/2019
2019.10.22 653 10/22/2019
2019.10.8 980 10/8/2019
2019.9.6 666 9/6/2019
2019.8.23 670 8/23/2019
2019.8.15 646 8/15/2019
2019.8.14 671 8/14/2019
2019.8.5 1,472 8/5/2019
2018.7.15 700 7/15/2019
2018.7.12 692 7/12/2019
2018.1.11 849 7/12/2019
2018.1.10 741 4/16/2019
2018.1.9 708 4/5/2019
2018.1.8 727 4/4/2019
2018.1.7 713 3/25/2019
2018.1.6 701 3/18/2019
2018.1.5 1,060 3/15/2019
2018.1.4 785 2/18/2019
2018.1.2 1,319 2/4/2019
2018.1.1 787 2/1/2019

Added class SingleRecordReader. Added ExecuteSingleRecordReader extension for SqlCommand. Improved error handling code in some of the extensions in DataRecordExtensions.