Skip to content

elachlan/Exceptionless.Net

This branch is 63 commits behind exceptionless/Exceptionless.Net:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 20, 2021
Dec 30, 2021
Mar 20, 2021
Jan 26, 2022
Mar 20, 2021
May 9, 2022
May 9, 2022
Mar 16, 2017
Mar 1, 2015
Mar 20, 2021
Apr 23, 2016
Dec 27, 2020
Dec 28, 2020
Jan 8, 2021
Mar 3, 2015
Dec 5, 2021
Mar 20, 2021

Repository files navigation

Exceptionless .NET Clients

Build Windows Build OSX Build Linux NuGet Version Discord Donate

The definition of the word exceptionless is: to be without exception. Exceptionless provides real-time .NET error reporting for your ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless!

Using Exceptionless

Refer to the Exceptionless documentation here: Exceptionless Docs.

Getting Started (Development)

All of our .NET clients can be installed via the NuGet package manager. If you need help, please contact us via in-app support or open an issue. We’re always here to help if you have any questions!

This section is for development purposes only! If you are trying to use the Exceptionless .NET libraries, please get them from NuGet.

Visual Studio

Using Windows and Visual Studio is preferred so all platforms can be built and editor design surfaces are available.

  1. You will need to install:
    1. Visual Studio 2019
    2. .NET Core 5.x SDK with VS Tooling
    3. .NET Framework 4.6.2 Developer Pack
  2. Open the Exceptionless.Net.sln Visual Studio solution file.
  3. Select Exceptionless.SampleConsole as the startup project.
  4. Run the project by pressing F5 to start the console.

Visual Studio Code

You can also use Visual Studio Code and build on macOS or Linux. You lose some of the rich design surfaces and the ability to build windows specific packages.

  1. You will need to install:
    1. Visual Studio Code
    2. .NET Core 5.x SDK with VS Tooling
  2. Open the cloned Exceptionless.Net folder.
  3. Run the Exceptionless.SampleConsole project by pressing F5 to start the console.

Thanks

Thanks to all the people who have contributed!

contributors

About

Exceptionless clients for the .NET platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • PowerShell 0.3%