Bc3.Utility
2018.7.12
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Bc3.Utility --version 2018.7.12
NuGet\Install-Package Bc3.Utility -Version 2018.7.12
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="2018.7.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bc3.Utility --version 2018.7.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bc3.Utility, 2018.7.12"
#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=2018.7.12 // Install Bc3.Utility as a Cake Tool #tool nuget:?package=Bc3.Utility&version=2018.7.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Collection of useful code
Product | Versions 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.
-
- JetBrains.Annotations (>= 2018.3.0)
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 |
---|---|---|
2024.9.11 | 148 | 9/11/2024 |
2023.7.25 | 234 | 7/25/2023 |
2023.1.23 | 354 | 1/23/2023 |
2022.10.24 | 457 | 10/24/2022 |
2022.10.21 | 452 | 10/21/2022 |
2022.7.12 | 524 | 7/12/2022 |
2022.4.25 | 562 | 4/25/2022 |
2022.4.7 | 542 | 4/7/2022 |
2021.12.9 | 421 | 12/9/2021 |
2021.11.19 | 484 | 11/19/2021 |
2021.5.4 | 477 | 5/4/2021 |
2020.9.24 | 625 | 9/24/2020 |
2020.8.19 | 636 | 8/19/2020 |
2020.3.25 | 697 | 3/25/2020 |
2020.3.16 | 651 | 3/16/2020 |
2020.3.5 | 669 | 3/5/2020 |
2020.2.13 | 671 | 2/13/2020 |
2020.2.11 | 757 | 2/10/2020 |
2019.10.24 | 691 | 10/24/2019 |
2019.10.22 | 681 | 10/22/2019 |
2019.10.8 | 1,033 | 10/8/2019 |
2019.9.6 | 694 | 9/6/2019 |
2019.8.23 | 700 | 8/23/2019 |
2019.8.15 | 674 | 8/15/2019 |
2019.8.14 | 693 | 8/14/2019 |
2019.8.5 | 1,538 | 8/5/2019 |
2018.7.15 | 726 | 7/15/2019 |
2018.7.12 | 719 | 7/12/2019 |
2018.1.11 | 876 | 7/12/2019 |
2018.1.10 | 767 | 4/16/2019 |
2018.1.9 | 732 | 4/5/2019 |
2018.1.8 | 758 | 4/4/2019 |
2018.1.7 | 741 | 3/25/2019 |
2018.1.6 | 729 | 3/18/2019 |
2018.1.5 | 1,115 | 3/15/2019 |
2018.1.4 | 813 | 2/18/2019 |
2018.1.2 | 1,388 | 2/4/2019 |
2018.1.1 | 812 | 2/1/2019 |
Renamed SqlDataReader extensions GetObject and GetValue to ReadObject and ReadValue. Also added SqlDataReader extensions ReadString, ReadInt, ReadBool, etc.