Go to file
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00
2024-06-07 19:16:46 +01:00

WoofWare.DotnetRuntimeLocator

Helpers to locate the .NET runtime and SDKs programmatically. (If you're parsing dotnet --list-runtimes, you're doing it wrong!)

Usage

See the example.

let info = DotnetEnvironmentInfo.Get ()
// or, if you already know a path to the `dotnet` executable...
let info = DotnetEnvironmentInfo.Get "/path/to/dotnet"
Description
Helpers so you can find available .NET runtimes and such
Readme MIT 617 KiB
Languages
C# 80.6%
F# 13.4%
Nix 6%