StudioLE / Core

Various libraries extending the .NET eco-system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contents

A library providing standardized methods to convert between different types.

This package is now OBSOLETE. The previous logic has been moved to separate packages.

A library of methods to help with System.Console and Microsoft.Extensions.Logging. Including handling of ANSI colors and escape codes.

An ILogger implementation that stores logs in a collection to be retrieved later. Its primary use case is to validate logging in tests.

An ILogger implementation that formats logs in color but without the multiline scope of the default ConsoleLogger.

A library of helper methods and extensions for primitives and the System namespace.

Abstract interfaces to declare a conventional design pattern is implemented.

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.

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.

Abstractions of a standardized approach to parsing and serialization via ISerializer, IDeserializer, and IParser abstractions.

A concrete implementation of StudioLE.Serialization for YAML serialization using YamlDotNet.

A library providing a standardized approach for writing files to storage. Includes concrete implementations for storing files to the local file system.

Abstractions of a standardized approach for writing files to storage.

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/.

GNU Affero General Public License

About

Various libraries extending the .NET eco-system

License:GNU Affero General Public License v3.0


Languages

Language:C# 100.0%