-
Notifications
You must be signed in to change notification settings - Fork 0
React to .NET branding update #88
Copy link
Copy link
Open
Description
In
Stochastics/source/gfoidl.Stochastics/RuntimeHelper.cs
Lines 10 to 19 in e9e04cc
| public static bool IsRunningOnDotNetCore() | |
| { | |
| if (!_isRunningOnDotNetCore.HasValue) | |
| { | |
| string frameworkName = Assembly.GetEntryAssembly()?.GetCustomAttribute<TargetFrameworkAttribute>()?.FrameworkName; | |
| _isRunningOnDotNetCore = frameworkName?.Contains("NETCoreApp") ?? false; | |
| } | |
| return _isRunningOnDotNetCore.Value; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels