SonghayCore 6.1.2

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

// Install SonghayCore as a Cake Tool
#tool nuget:?package=SonghayCore&version=6.1.2

SonghayCore

Build Status

The Core code to install as a NuGet package for all of my studio Solutions. Anyone who may be reading this πŸ‘€ is free to do the same. This package is based on a project file that supports multi-targeting, declaring support for net6.0.

NuGet package πŸ“¦: SonghayCore

documentation πŸ“š: SonghayCore API

coverlet test coverage πŸ”¬β˜”: [report]

core reusable, opinionated concerns

Songhay.Hosting

One of the most important additions to .NET came in .NET 6.0 (circa 2021): the .NET Generic Host [πŸ“– docs]. This host concept from Microsoft allows developers to not have to reinvent:

  • Dependency injection (DI)
  • Logging
  • Configuration
  • App shutdown
  • IHostedService implementations (for long-running background tasks [πŸ“– docs ])

All ASP.NET developers expect to get these things β€œfor free” and, finally, Microsoft is basically letting all .NET developers get these things for free. This Core recognizes the .NET Generic Host, stating with the DefaultHostedService class (see Songhay.Extensions below for more details).

Songhay.Diagnostics

This Core is concerned with tracing as well as logging. Logging concerns should be logically above this Core. TraceSources and TraceSourceExtensions define how tracing should be implemented with a bias toward using all source levels. When tracing is not configured for this Core then it will be ignored without throwing exceptions.

For a review of the organizational difference between tracing and logging, see β€œTracing vs Logging vs Monitoring: What’s the Difference?” by Chrissy Kidd.

Documentation πŸ“š: Songhay.Diagnostics

Songhay.Extensions

The Songhay System uses imperative C# code with a view to make it more functional in an effort to control complexity and enhance maintainability.

The preference for extension methods encourages stateless, reusable routines (many of them are β€œpure” functions).

Notable extensions:

There is support for URI templates (to be used with RestApiMetadata) in the form of extension methods, running on top of Tavis.UriTemplates.

Documentation πŸ“š: Songhay.Extensions

Songhay.Models

The Core models of the Songhay System define types for MIME, XHTML, OPML, REST, the Repository, the Display Item (for WPF and other MVVM solutions), etc.

The Core models are β€œanemic” by design (there are very few abstract classes)β€”any logic would be found first in an Extension Method.

Notable models:

Documentation πŸ“š: Songhay.Models

Songhay.Xml

The β€œcore” of the Core is concern for XML. The Songhay System started out as utilities around XPathDocument and grew into LINQ for XMLβ€”over XDocument.

Documentation πŸ“š: Songhay.Xml

satellite packages

SonghayCore.xUnit

Defines reusable class definitions for xUnit. Featured is the ProjectFileDataAttribute, allowing test data files to be loaded from a relative path.

NuGet package πŸ“¦: SonghayCore.xUnit

Documentation πŸ“š: Songhay.Tests

SonghayCore.Newtonsoft

Core reusable, opinionated Newtonsoft concerns for my C# projects.

GitHub repo: https://github.com/BryanWilhite/SonghayCore.Newtonsoft

NuGet package πŸ“¦: SonghayCore.Newtonsoft

Studio packages dependent on SonghayCore

graph BT
    netstandard2[.NET Standard 2.0]
    net6[.NET 6.0]

    1[`SonghayCore`]
    2[`SonghayCore.Newtonsoft`]

    net6-->1
    netstandard2-->2
    2-..->|optional addition|1

    1-->3[`SonghayCore.xUnit`]
    1-->4[`Songhay.DataAccess`]
    1-->5[`Songhay.Feeds`]
    1-->6[`Songhay.Publications`]
    1-->7[`Songhay.Social`]

@BryanWilhite

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on SonghayCore:

Package Downloads
SonghayCore.MSTest

Extensions of Microsoft.VisualStudio.TestTools.UnitTesting.TestContext for Songhay VSTEST projects

Songhay.Cloud.BlobStorage

Azure BLOB Storage Repositories for JSON files in the Cloud

Songhay.Publications

Core reusable definitions for Songhay Studio Publications

SonghayCore.xUnit

Extensions and Orderers for Songhay xUnit projects

Songhay.Mvvm

Songhay Model, View, View-Model definitions for WPF (with Prism)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.1.4 22 6/26/2024
6.1.3 25 6/26/2024
6.1.2 86 6/8/2024
6.1.1 137 2/20/2024
6.1.0 119 1/29/2024
6.0.4 456 11/1/2022
6.0.3 424 10/17/2022
6.0.2 414 10/17/2022
6.0.1 1,009 7/23/2022
6.0.0 964 7/17/2022
5.2.2 912 5/21/2022
5.2.1 2,046 6/26/2021
5.2.0 1,326 6/7/2021
5.1.2 2,552 5/16/2021
5.1.1 1,203 5/15/2021
5.1.0 821 5/15/2021
5.0.0 3,860 1/1/2021
3.2.20 1,852 7/12/2020
3.2.19 2,603 6/28/2020
3.2.18 2,178 2/13/2020
3.2.17 2,167 12/25/2019
3.2.16 2,013 12/17/2019
3.2.15 3,077 12/5/2019
3.2.14 1,311 12/5/2019
3.2.13 1,316 12/5/2019
3.2.12 1,995 11/29/2019
3.2.11 546 11/29/2019
3.2.10 2,323 11/28/2019
3.2.9 2,731 11/23/2019
3.2.8 2,606 11/18/2019
3.2.7 1,419 9/26/2019
3.2.6 688 8/6/2019
3.2.5 1,469 7/12/2019
3.2.4 617 7/12/2019
3.2.3 1,778 6/10/2019
3.2.2 1,187 6/8/2019
3.2.1 956 5/31/2019
3.2.0 1,714 5/18/2019
3.1.2 699 5/14/2019
3.1.1 739 5/14/2019
3.1.0 723 5/14/2019
3.0.0 1,457 5/8/2019
2.8.8 1,015 1/30/2019
2.8.7 5,229 9/14/2018
2.8.6 2,562 8/29/2018
2.8.5 1,297 6/1/2018
2.8.4 1,956 4/26/2018
2.8.3 1,120 4/26/2018
2.8.2 1,116 4/25/2018
2.8.1 1,863 3/21/2018
2.8.0 1,559 3/16/2018
2.7.4 1,619 3/12/2018
2.7.3 1,133 3/9/2018
2.7.2 980 3/8/2018
2.7.1 1,179 3/7/2018
2.7.0 1,158 3/1/2018
2.6.5 1,243 2/4/2018
2.6.4 1,077 1/25/2018
2.6.3 1,106 1/24/2018
2.6.2 3,157 1/23/2018
2.6.1 1,133 1/22/2018
2.6.0 1,151 1/22/2018
2.5.4 1,065 11/26/2017
2.5.3 987 11/24/2017
2.5.2 1,022 11/11/2017
2.5.1 1,006 11/11/2017
2.5.0 1,010 11/11/2017
2.4.0 1,551 11/4/2017
2.3.1 3,887 10/29/2017
2.3.0 1,322 10/27/2017
2.2.1 978 10/23/2017
2.1.1 1,009 10/23/2017
2.1.0 1,016 10/23/2017
2.0.0 966 10/20/2017
1.7.1 1,083 7/31/2017
1.7.0 1,060 6/1/2017
1.6.7 1,131 4/17/2017
1.6.6 1,071 4/16/2017
1.6.5 1,074 4/16/2017
1.6.4 1,080 4/16/2017
1.6.3 1,034 4/13/2017
1.6.2 1,089 3/9/2017
1.6.1 1,159 10/18/2016
1.6.0 1,127 10/18/2016
1.5.0 1,099 10/17/2016
1.4.0 1,117 10/15/2016
1.3.0 1,103 10/11/2016
1.2.0 1,501 9/24/2016
1.1.0 1,489 9/22/2016
1.0.1 1,148 8/31/2016
1.0.0 4,855 8/25/2016