Dutchskull.Aspire.Git 0.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dutchskull.Aspire.Git --version 0.1.1
NuGet\Install-Package Dutchskull.Aspire.Git -Version 0.1.1
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="Dutchskull.Aspire.Git" Version="0.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dutchskull.Aspire.Git --version 0.1.1
#r "nuget: Dutchskull.Aspire.Git, 0.1.1"
#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 Dutchskull.Aspire.Git as a Cake Addin
#addin nuget:?package=Dutchskull.Aspire.Git&version=0.1.1

// Install Dutchskull.Aspire.Git as a Cake Tool
#tool nuget:?package=Dutchskull.Aspire.Git&version=0.1.1

Aspire.Git

Installation

Get the package from nuget.

dotnet add package Dutchskull.Aspire.Git --version 0.1.0

How to use

Add this configuration to you app host.

builder.AddGitRepository(c => c
	.WithGitUrl()
	.WithName()
	.WithCloneTargetPath()
	.WithDefaultBranch()
	.WithProjectPath())

Go into a terminal and navigate to your app host project and run this command or start it using vs 2022.

dotnet run
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
0.2.0 82 6/8/2024
0.1.1 86 6/2/2024
0.1.0 88 6/2/2024