Skip to content

Commit 17841c9

Browse files
committed
Add comments for #239
1 parent 7b15391 commit 17841c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Exceptionless/Services/DefaultEnvironmentInfoCollector.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ private bool IsMonoRuntime {
137137
#endif
138138

139139
private void PopulateRuntimeInfo(EnvironmentInfo info) {
140+
// TODO: Look into supporting RuntimeInformation once .NET 4.6.2 is deprecated.
140141
#if NETSTANDARD
141142
info.OSName = GetOSName(RuntimeInformation.OSDescription);
142143
info.OSVersion = GetVersion(RuntimeInformation.OSDescription)?.ToString();

0 commit comments

Comments
 (0)