gist.osx-arm64 1.0.6

dotnet add package gist.osx-arm64 --version 1.0.6
                    
NuGet\Install-Package gist.osx-arm64 -Version 1.0.6
                    
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="gist.osx-arm64" Version="1.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="gist.osx-arm64" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="gist.osx-arm64" />
                    
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 gist.osx-arm64 --version 1.0.6
                    
#r "nuget: gist.osx-arm64, 1.0.6"
                    
#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 gist.osx-arm64@1.0.6
                    
#: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=gist.osx-arm64&version=1.0.6
                    
Install as a Cake Addin
#tool nuget:?package=gist.osx-arm64&version=1.0.6
                    
Install as a Cake Tool

EULA OSS GitHub

Run C# code programs from GitHub gists.

Usage: [dnx] gist [OPTIONS] <gistRef> [<appArgs>...]

Arguments:
    <GIST_REF>  Reference to gist file to run, with format owner/gist[@commit][:path]
                @commit optional gist commit (default: latest)
                :path optional path to file in gist (default: program.cs or first .cs file)

                Examples:
                * kzu/0ac826dc7de666546aaedd38e5965381                 (tip commit and program.cs or first .cs file)
                * kzu/0ac826dc7de666546aaedd38e5965381@d8079cf:run.cs  (explicit commit and file path)

                Can be an alias previously set with --dnx-alias.

    <appArgs>   Arguments passed to the C# program that is being run.

Options:
    --dnx-aot         Enable dotnet AOT defaults for run file.cs. Defaults to false.
    --dnx-alias ALIAS Assign an alias on first usage which can be used instead of the full ref.
    --dnx-debug       Launch the debugger before running.
    --dnx-force       Force download, skipping ETag checking.

The gist does not need to be public. Private repos will leverage the same authentication used by your local git to access the file, via the Git Credential Manager.

Example:

dnx gist kzu/52b115ce24c7978ddc33245d4ff840f5 dotnet rocks

View source gist:

#:package Spectre.Console@*

using Spectre.Console;

AnsiConsole.MarkupLine($"Hello world from [green]dnx[/] [yellow]gist[/] :rocket: [bold italic]{string.Join(' ', args)}[/]");

When running different files from the same repo+ref, the download will be performed only once. The last download etag is used to avoid downloading on each run.

Open Source Maintenance Fee

To ensure the long-term sustainability of this project, users of this package who generate revenue must pay an Open Source Maintenance Fee. While the source code is freely available under the terms of the License, this package and other aspects of the project require adherence to the Maintenance Fee.

To pay the Maintenance Fee, become a Sponsor at the proper OSMF tier. A single fee covers all of Devlooped packages.

Sponsors

Clarius Org MFB Technologies, Inc. Khamza Davletov SandRock DRIVE.NET, Inc. Keith Pickford Thomas Bolon Kori Francis Reuben Swartz Jacob Foshee alternate text is missing from this package README image Eric Johnson Jonathan Ken Bonny Simon Cropp agileworks-eu Zheyu Shen Vezel ChilliCream 4OTC domischell Adrian Alonso torutek Ryan McCaffery Seika Logiciel Andrew Grant eska-gmbh

Sponsor this project

Learn more about GitHub Sponsors

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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.

Version Downloads Last Updated
1.0.6 97 5/4/2026
1.0.5 112 3/5/2026
1.0.4 107 3/4/2026
1.0.3 121 1/17/2026
1.0.2 133 1/2/2026
1.0.1 415 11/17/2025
1.0.0 418 11/17/2025
1.0.0-alpha 160 11/16/2025