Shale 0.0.0-preview.0.8

This is a prerelease version of Shale.
dotnet add package Shale --version 0.0.0-preview.0.8
                    
NuGet\Install-Package Shale -Version 0.0.0-preview.0.8
                    
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="Shale" Version="0.0.0-preview.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shale" Version="0.0.0-preview.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Shale" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Shale --version 0.0.0-preview.0.8
                    
#r "nuget: Shale, 0.0.0-preview.0.8"
                    
#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.
#:package Shale@0.0.0-preview.0.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Shale&version=0.0.0-preview.0.8&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Shale&version=0.0.0-preview.0.8&prerelease
                    
Install as a Cake Tool

Shale

Shale is a thin but opinionated abstraction layer over Nate McMaster's excellent DotNetCorePlugins. That library is doing all the hard work of loading the assemblies and types, Shale just provides a slightly easier (and in my opinion, friendlier) reusable API for adding plugin support to your own applications.

Building

Building Shale locally should be pretty simple. Ensure you have the .NET 8 SDK installed, and dotnet available in your PATH.

First, restore required build tools:

dotnet tool restore

Now you can run a build with the Cake script in the repo:

dotnet cake
# or to build all artifacts
dotnet cake --target=Publish

This will build all the component projects and (assuming you used the Publish target) create all relevant build artifacts in the dist/ folder.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Shale:

Package Downloads
Pyrite.Common

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.0-preview.0.8 128 7/29/2024
0.0.0-preview.0.7 127 7/16/2024
0.0.0-preview.0.5 119 5/12/2024
0.0.0-preview.0.3 102 5/12/2024
0.0.0-preview.0 125 5/10/2024