StudioLE.Core
0.10.0
dotnet add package StudioLE.Core --version 0.10.0
NuGet\Install-Package StudioLE.Core -Version 0.10.0
<PackageReference Include="StudioLE.Core" Version="0.10.0" />
<PackageVersion Include="StudioLE.Core" Version="0.10.0" />
<PackageReference Include="StudioLE.Core" />
paket add StudioLE.Core --version 0.10.0
#r "nuget: StudioLE.Core, 0.10.0"
#:package StudioLE.Core@0.10.0
#addin nuget:?package=StudioLE.Core&version=0.10.0
#tool nuget:?package=StudioLE.Core&version=0.10.0
Contents
StudioLE.Conversion
A library providing standardized methods to convert between different types.
StudioLE.Core
This package is now OBSOLETE. The previous logic has been moved to separate packages.
StudioLE.Extensions.Logging
A library of methods to help with System.Console and Microsoft.Extensions.Logging. Including handling of ANSI colors and escape codes.
StudioLE.Extensions.Logging.Cache
An ILogger implementation that stores logs in a collection to be retrieved later. Its primary use case is to validate logging in tests.
StudioLE.Extensions.Logging.Console
An ILogger implementation that formats logs in color but without the multiline scope of the default ConsoleLogger.
StudioLE.Extensions.System
A library of helper methods and extensions for primitives and the System
namespace.
StudioLE.Patterns.Abstractions
Abstract interfaces to declare a conventional design pattern is implemented.
StudioLE.Results
A basic implementation of a railway oriented programming pattern with Success and Failure paths for a return value. As intriguing as this approach is it goes against the conventions of .NET. A better approach is to return null on failure and pass any warnings or errors via an ILogger.
StudioLE.Serialization
A library providing a standardized approach to parsing and serialization via ISerializer, IDeserializer, and IParser abstractions. Also includes logic to deeply interrogate the composition and properties of any object as a composite ObjectTree.
StudioLE.Serialization.Abstractions
Abstractions of a standardized approach to parsing and serialization via ISerializer, IDeserializer, and IParser abstractions.
StudioLE.Serialization.Yaml
A concrete implementation of StudioLE.Serialization
for YAML serialization using YamlDotNet
.
StudioLE.Storage
A library providing a standardized approach for writing files to storage. Includes concrete implementations for storing files to the local file system.
StudioLE.Storage.Abstractions
Abstractions of a standardized approach for writing files to storage.
StudioLE.Storage.Blob
A concrete implementation of StudioLE.Storage
for writing to Azure Blob Storage.
License
This repository and its libraries are provided open source with the AGPL-3.0 license that requires you must disclose your source code when you distribute, publish, or provide access to modified or derivative software.
Developers who wish to keep modified or derivative software proprietary or closed source can get in touch for a commercial license agreements
Copyright © Laurence Elsdon 2023-2024
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.