ActionsMinUtils 0.0.0-alpha

This is a prerelease version of ActionsMinUtils.
dotnet add package ActionsMinUtils --version 0.0.0-alpha
NuGet\Install-Package ActionsMinUtils -Version 0.0.0-alpha
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="ActionsMinUtils" Version="0.0.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ActionsMinUtils --version 0.0.0-alpha
#r "nuget: ActionsMinUtils, 0.0.0-alpha"
#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 ActionsMinUtils as a Cake Addin
#addin nuget:?package=ActionsMinUtils&version=0.0.0-alpha&prerelease

// Install ActionsMinUtils as a Cake Tool
#tool nuget:?package=ActionsMinUtils&version=0.0.0-alpha&prerelease

ActionsMinUtils

This is a very small set of utilities for working with .NET Core based GitHub Actions.

This library is intended particularly at making it easier to build Docker container Actions.

Logger

The Logger class is a simple wrapper around the System.Console class. It provides a few convenience methods for logging messages to the console in a way Actions can understand.

ActionContext

The ActionContext provides methods for reading and validating both environment variables and inputs. As a matter of fact, to avoid having to deal with container args, inputs are read from environment variables!

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.0-alpha 162 2/24/2024