Partas.LibGit2Sharp.FSharp
0.2.1
dotnet add package Partas.LibGit2Sharp.FSharp --version 0.2.1
NuGet\Install-Package Partas.LibGit2Sharp.FSharp -Version 0.2.1
<PackageReference Include="Partas.LibGit2Sharp.FSharp" Version="0.2.1" />
<PackageVersion Include="Partas.LibGit2Sharp.FSharp" Version="0.2.1" />
<PackageReference Include="Partas.LibGit2Sharp.FSharp" />
paket add Partas.LibGit2Sharp.FSharp --version 0.2.1
#r "nuget: Partas.LibGit2Sharp.FSharp, 0.2.1"
#:package Partas.LibGit2Sharp.FSharp@0.2.1
#addin nuget:?package=Partas.LibGit2Sharp.FSharp&version=0.2.1
#tool nuget:?package=Partas.LibGit2Sharp.FSharp&version=0.2.1
LibGit2Sharp.FSharp
Wrapper.
dotnet add package Partas.LibGit2Sharp.FSharp
open LibGit2Sharp.FSharp
Source
If you're looking at the source and wondering:
What the unholy word is all these
get
private bindings
I would start making a binding for a class by making one of these helper functions so I could use intellisense to explore available methods: get _.
.
While looking through the methods and their docs, I would determine whether I would wrap the method with an optional, and go from there.
Since the compiler would raise errors regarding ambiguous types, I would use the IDE to insert the type annotations after.
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. 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. |
-
net8.0
- FSharp.Core (>= 9.0.300)
- LibGit2Sharp (>= 0.31.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Wrappers around LibGit2Sharp Exceptions work as intended.