SonghayCore 6.1.1

dotnet add package SonghayCore --version 6.1.1
NuGet\Install-Package SonghayCore -Version 6.1.1
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.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SonghayCore --version 6.1.1
#r "nuget: SonghayCore, 6.1.1"
#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.1

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

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]

version 6.0 changes

The dominant theme in version 6.0 is about adopting .NET 6.0. The GitHub project for this release has the most documented details. Many version 6.0 changes are breaking changes.

Notable changes:

  • Issue #131 was about removing direct support for WPF and any members marked obsolete in previous releases.
  • Issue #135 was about separating Newtonsoft JSON routines from the Core.
  • Issue #137 was about recognizing the new nullability features of .NET.
  • Issue #140 was about finally adding coverlet code coverage.

core reusable, opinionated concerns

Songhay.Diagnostics

This Core is exclusively concerned with tracing. 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.1 120 2/20/2024
6.1.0 115 1/29/2024
6.0.4 451 11/1/2022
6.0.3 418 10/17/2022
6.0.2 410 10/17/2022
6.0.1 985 7/23/2022
6.0.0 963 7/17/2022
5.2.2 910 5/21/2022
5.2.1 2,044 6/26/2021
5.2.0 1,325 6/7/2021
5.1.2 2,550 5/16/2021
5.1.1 1,202 5/15/2021
5.1.0 820 5/15/2021
5.0.0 3,852 1/1/2021
3.2.20 1,842 7/12/2020
3.2.19 2,582 6/28/2020
3.2.18 2,176 2/13/2020
3.2.17 2,165 12/25/2019
3.2.16 2,012 12/17/2019
3.2.15 3,073 12/5/2019
3.2.14 1,310 12/5/2019
3.2.13 1,315 12/5/2019
3.2.12 1,993 11/29/2019
3.2.11 545 11/29/2019
3.2.10 2,322 11/28/2019
3.2.9 2,728 11/23/2019
3.2.8 2,605 11/18/2019
3.2.7 1,417 9/26/2019
3.2.6 686 8/6/2019
3.2.5 1,466 7/12/2019
3.2.4 616 7/12/2019
3.2.3 1,771 6/10/2019
3.2.2 1,186 6/8/2019
3.2.1 954 5/31/2019
3.2.0 1,712 5/18/2019
3.1.2 697 5/14/2019
3.1.1 738 5/14/2019
3.1.0 722 5/14/2019
3.0.0 1,453 5/8/2019
2.8.8 1,010 1/30/2019
2.8.7 4,912 9/14/2018
2.8.6 2,550 8/29/2018
2.8.5 1,294 6/1/2018
2.8.4 1,953 4/26/2018
2.8.3 1,117 4/26/2018
2.8.2 1,113 4/25/2018
2.8.1 1,860 3/21/2018
2.8.0 1,556 3/16/2018
2.7.4 1,615 3/12/2018
2.7.3 1,130 3/9/2018
2.7.2 977 3/8/2018
2.7.1 1,176 3/7/2018
2.7.0 1,155 3/1/2018
2.6.5 1,239 2/4/2018
2.6.4 1,068 1/25/2018
2.6.3 1,103 1/24/2018
2.6.2 3,151 1/23/2018
2.6.1 1,130 1/22/2018
2.6.0 1,148 1/22/2018
2.5.4 1,061 11/26/2017
2.5.3 984 11/24/2017
2.5.2 1,019 11/11/2017
2.5.1 1,003 11/11/2017
2.5.0 1,007 11/11/2017
2.4.0 1,547 11/4/2017
2.3.1 3,881 10/29/2017
2.3.0 1,319 10/27/2017
2.2.1 974 10/23/2017
2.1.1 1,005 10/23/2017
2.1.0 1,013 10/23/2017
2.0.0 962 10/20/2017
1.7.1 1,079 7/31/2017
1.7.0 1,057 6/1/2017
1.6.7 1,127 4/17/2017
1.6.6 1,068 4/16/2017
1.6.5 1,071 4/16/2017
1.6.4 1,077 4/16/2017
1.6.3 1,030 4/13/2017
1.6.2 1,086 3/9/2017
1.6.1 1,156 10/18/2016
1.6.0 1,124 10/18/2016
1.5.0 1,095 10/17/2016
1.4.0 1,113 10/15/2016
1.3.0 1,099 10/11/2016
1.2.0 1,490 9/24/2016
1.1.0 1,484 9/22/2016
1.0.1 1,144 8/31/2016
1.0.0 4,831 8/25/2016