We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b15391 commit 17841c9Copy full SHA for 17841c9
src/Exceptionless/Services/DefaultEnvironmentInfoCollector.cs
@@ -137,6 +137,7 @@ private bool IsMonoRuntime {
137
#endif
138
139
private void PopulateRuntimeInfo(EnvironmentInfo info) {
140
+ // TODO: Look into supporting RuntimeInformation once .NET 4.6.2 is deprecated.
141
#if NETSTANDARD
142
info.OSName = GetOSName(RuntimeInformation.OSDescription);
143
info.OSVersion = GetVersion(RuntimeInformation.OSDescription)?.ToString();
0 commit comments