ActionsMinUtils 0.0.0-alpha
See the version list below for details.
dotnet add package ActionsMinUtils --version 0.0.0-alpha
NuGet\Install-Package ActionsMinUtils -Version 0.0.0-alpha
<PackageReference Include="ActionsMinUtils" Version="0.0.0-alpha" />
paket add ActionsMinUtils --version 0.0.0-alpha
#r "nuget: ActionsMinUtils, 0.0.0-alpha"
// 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 | Versions 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. |
-
net8.0
- octokit (>= 9.1.2)
- octokit.graphql (>= 0.3.0-beta)
- Polly (>= 8.3.0)
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.27 | 7,538 | 7/23/2024 |
0.0.0-alpha.24 | 1,129 | 7/8/2024 |
0.0.0-alpha.23 | 56 | 7/7/2024 |
0.0.0-alpha.22 | 60 | 7/6/2024 |
0.0.0-alpha.21 | 67 | 7/6/2024 |
0.0.0-alpha.20 | 61 | 7/5/2024 |
0.0.0-alpha.15 | 122 | 7/2/2024 |
0.0.0-alpha | 246 | 2/24/2024 |