Skip to content

robopsi/dotnet-sentry-platform-abstractions

 
 

Repository files navigation


Sentry.PlatformAbstractions

Branch AppVeyor Travis
dev Build status Build Status
master Build status Build Status

This is a work in progress.

The idea here is to simplify the .NET SDK by pulling out code used to extract platform information like operating system, runtime etc. Most of the platform information used by the SDK goes to Sentry's Context Interface. When implementing this on SharpRaven it was clear that to get reliable information is not as trivial as it seems. This repo is an attempt to create a package which will provide reliable information in different types of apps.

Building

Install .NET Core

.NET Core 2.0.x and 1.1.x SDKs.

Windows

.NET Framework, 4.7.1 or later

.\build.ps1

Linux and macOS

Install Mono 5.12 or later

./build.sh

Resources

About

Abstractions to simplify retrieving platform information in .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 86.7%
  • PowerShell 10.1%
  • Shell 3.2%