SonghayCore 6.1.4
dotnet add package SonghayCore --version 6.1.4
NuGet\Install-Package SonghayCore -Version 6.1.4
<PackageReference Include="SonghayCore" Version="6.1.4" />
paket add SonghayCore --version 6.1.4
#r "nuget: SonghayCore, 6.1.4"
// Install SonghayCore as a Cake Addin #addin nuget:?package=SonghayCore&version=6.1.4 // Install SonghayCore as a Cake Tool #tool nuget:?package=SonghayCore&version=6.1.4
SonghayCore
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:
IConfigurationExtensions
β defines shared routines based on conventions around the .NET Generic Host [π docs].IConfigurationBuilderExtensions
β defines shared routines for application configuration building under .NET Standard.ILoggerExtensions
β defines shared routines based on conventions around the .NET Generic Host [π docs].HttpRequestMessageExtensions
β defines shared routines for HTTP access under .NET Standard with a lazy-loadedHttpClient
. Routines for Azure Blob Storage are included here.HttpWebRequestExtensions
β defines shared routines for HTTP access for the legacy .NET Framework.
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:
DisplayItemModel
β defines the conventional way to display data.MenuDisplayItemModel
β defines the conventional way to display nested/grouped data.RestApiMetadata
β defines conventional REST API metadata.
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`]
Product | Versions 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. |
-
net6.0
- Microsoft.Extensions.Hosting (>= 6.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Configuration.ConfigurationManager (>= 6.0.1)
- System.ServiceModel.Syndication (>= 6.0.0)
- Tavis.UriTemplates (>= 2.0.0)
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.Publications
Core reusable definitions for Songhay Studio Publications |
|
Songhay.Cloud.BlobStorage
Azure BLOB Storage Repositories for JSON files in the Cloud |
|
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 | 232 | 6/26/2024 |
6.1.3 | 88 | 6/26/2024 |
6.1.2 | 167 | 6/8/2024 |
6.1.1 | 174 | 2/20/2024 |
6.1.0 | 160 | 1/29/2024 |
6.0.4 | 487 | 11/1/2022 |
6.0.3 | 454 | 10/17/2022 |
6.0.2 | 442 | 10/17/2022 |
6.0.1 | 1,060 | 7/23/2022 |
6.0.0 | 1,014 | 7/17/2022 |
5.2.2 | 964 | 5/21/2022 |
5.2.1 | 2,144 | 6/26/2021 |
5.2.0 | 1,386 | 6/7/2021 |
5.1.2 | 2,653 | 5/16/2021 |
5.1.1 | 1,275 | 5/15/2021 |
5.1.0 | 885 | 5/15/2021 |
5.0.0 | 4,004 | 1/1/2021 |
3.2.20 | 1,916 | 7/12/2020 |
3.2.19 | 2,727 | 6/28/2020 |
3.2.18 | 2,243 | 2/13/2020 |
3.2.17 | 2,244 | 12/25/2019 |
3.2.16 | 2,089 | 12/17/2019 |
3.2.15 | 3,192 | 12/5/2019 |
3.2.14 | 1,376 | 12/5/2019 |
3.2.13 | 1,397 | 12/5/2019 |
3.2.12 | 2,083 | 11/29/2019 |
3.2.11 | 587 | 11/29/2019 |
3.2.10 | 2,421 | 11/28/2019 |
3.2.9 | 2,838 | 11/23/2019 |
3.2.8 | 2,702 | 11/18/2019 |
3.2.7 | 1,482 | 9/26/2019 |
3.2.6 | 708 | 8/6/2019 |
3.2.5 | 1,558 | 7/12/2019 |
3.2.4 | 640 | 7/12/2019 |
3.2.3 | 1,836 | 6/10/2019 |
3.2.2 | 1,248 | 6/8/2019 |
3.2.1 | 998 | 5/31/2019 |
3.2.0 | 1,818 | 5/18/2019 |
3.1.2 | 736 | 5/14/2019 |
3.1.1 | 771 | 5/14/2019 |
3.1.0 | 749 | 5/14/2019 |
3.0.0 | 1,532 | 5/8/2019 |
2.8.8 | 1,065 | 1/30/2019 |
2.8.7 | 5,998 | 9/14/2018 |
2.8.6 | 2,645 | 8/29/2018 |
2.8.5 | 1,357 | 6/1/2018 |
2.8.4 | 2,014 | 4/26/2018 |
2.8.3 | 1,150 | 4/26/2018 |
2.8.2 | 1,145 | 4/25/2018 |
2.8.1 | 1,919 | 3/21/2018 |
2.8.0 | 1,599 | 3/16/2018 |
2.7.4 | 1,668 | 3/12/2018 |
2.7.3 | 1,159 | 3/9/2018 |
2.7.2 | 1,001 | 3/8/2018 |
2.7.1 | 1,210 | 3/7/2018 |
2.7.0 | 1,186 | 3/1/2018 |
2.6.5 | 1,273 | 2/4/2018 |
2.6.4 | 1,103 | 1/25/2018 |
2.6.3 | 1,135 | 1/24/2018 |
2.6.2 | 3,309 | 1/23/2018 |
2.6.1 | 1,161 | 1/22/2018 |
2.6.0 | 1,187 | 1/22/2018 |
2.5.4 | 1,077 | 11/26/2017 |
2.5.3 | 1,031 | 11/24/2017 |
2.5.2 | 1,050 | 11/11/2017 |
2.5.1 | 1,034 | 11/11/2017 |
2.5.0 | 1,041 | 11/11/2017 |
2.4.0 | 1,626 | 11/4/2017 |
2.3.1 | 4,086 | 10/29/2017 |
2.3.0 | 1,371 | 10/27/2017 |
2.2.1 | 994 | 10/23/2017 |
2.1.1 | 1,041 | 10/23/2017 |
2.1.0 | 1,041 | 10/23/2017 |
2.0.0 | 1,001 | 10/20/2017 |
1.7.1 | 1,107 | 7/31/2017 |
1.7.0 | 1,092 | 6/1/2017 |
1.6.7 | 1,158 | 4/17/2017 |
1.6.6 | 1,102 | 4/16/2017 |
1.6.5 | 1,112 | 4/16/2017 |
1.6.4 | 1,104 | 4/16/2017 |
1.6.3 | 1,043 | 4/13/2017 |
1.6.2 | 1,120 | 3/9/2017 |
1.6.1 | 1,194 | 10/18/2016 |
1.6.0 | 1,150 | 10/18/2016 |
1.5.0 | 1,112 | 10/17/2016 |
1.4.0 | 1,142 | 10/15/2016 |
1.3.0 | 1,116 | 10/11/2016 |
1.2.0 | 1,530 | 9/24/2016 |
1.1.0 | 1,519 | 9/22/2016 |
1.0.1 | 1,183 | 8/31/2016 |
1.0.0 | 4,978 | 8/25/2016 |