1 implementation of GetDotnetEnvironmentInfo
Microsoft.DotNet.NativeWrapper (1)
NETBundlesNativeWrapper.cs (1)
8
public NetEnvironmentInfo
GetDotnetEnvironmentInfo
(string dotnetExeDirectory)
1 reference to GetDotnetEnvironmentInfo
dotnet (1)
Commands\Sdk\Check\SdkCheckCommand.cs (1)
56
var environmentInfo = _netBundleProvider.
GetDotnetEnvironmentInfo
(_dotnetPath);