14 references to FrameworkDescription
Aspire.Dashboard (1)
Utils\VersionHelpers.cs (1)
19var description = RuntimeInformation.FrameworkDescription;
dotnet (1)
Commands\Test\MTP\TestApplication.cs (1)
401{ HandshakeMessagePropertyNames.Framework, RuntimeInformation.FrameworkDescription },
Infrastructure.Common (1)
FrameworkHelper.cs (1)
30_currentFrameworkDescription = RuntimeInformation.FrameworkDescription;
Infrastructure.IntegrationTests (1)
OSAndFrameworkTests.4.1.1.cs (1)
18RuntimeInformation.FrameworkDescription));
Microsoft.AspNetCore.Hosting (1)
src\aspnetcore\src\Shared\ErrorPage\ErrorPageModelBuilder.cs (1)
50RuntimeInformation.FrameworkDescription,
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\Constants.cs (1)
27var runtimeVersion = RuntimeInformation.FrameworkDescription;
Microsoft.AspNetCore.Server.IIS (1)
src\aspnetcore\src\Shared\ErrorPage\ErrorPageModelBuilder.cs (1)
50RuntimeInformation.FrameworkDescription,
Microsoft.CodeAnalysis (1)
Compilation\DeterministicKeyBuilder.cs (1)
306writer.Write("frameworkDescription", RuntimeInformation.FrameworkDescription);
Microsoft.CodeAnalysis.Scripting (1)
src\roslyn\src\Compilers\Shared\GlobalAssemblyCacheHelpers\GlobalAssemblyCache.cs (1)
28return System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription.Contains(".NET Framework")
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Program.cs (1)
38logger.LogInformation($"BuildHost Runtime Version: {System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription}");
Microsoft.Extensions.AI.Abstractions.Tests (2)
Utilities\AIJsonUtilitiesTests.cs (2)
654if (RuntimeInformation.FrameworkDescription.Contains(".NET Framework")) 890if (!RuntimeInformation.FrameworkDescription.Contains(".NET Framework"))
Microsoft.ML.CpuMath.UnitTests (1)
UnitTests.cs (1)
36public static bool IsNetCore => Environment.Version.Major >= 5 || RuntimeInformation.FrameworkDescription.StartsWith(".NET Core", StringComparison.OrdinalIgnoreCase);
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\FrameworkHandle.cs (1)
103var fmw = System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription;