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!
Refer to the Exceptionless documentation here: Exceptionless Docs.
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.
Using Windows and Visual Studio is preferred so all platforms can be built and editor design surfaces are available.
- You will need to install:
- Open the
Exceptionless.Net.sln
Visual Studio solution file. - Select
Exceptionless.SampleConsole
as the startup project. - Run the project by pressing
F5
to start the console.
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.
- You will need to install:
- Open the cloned Exceptionless.Net folder.
- Run the
Exceptionless.SampleConsole
project by pressingF5
to start the console.
Thanks to all the people who have contributed!