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