.NET runtime information in different systems

Edit: I’ve created a repository on GitHub to expose an API which simplifies getting runtime, operating system and other platform information: https://github.com/getsentry/dotnet-sentry-platform-abstractions If you are interested in contributing, please let me know. A few issues were created to discuss API design and features, feel free to drop a message there. There is already code to detect the different installations of the .NET Framework installed and also what runtime the code is running on. Preview versions are available on NuGet.org. ...

April 15, 2018 · 8 min · Bruno Garcia