If you are using AppVeyor for your CI/CD pipeline, you can easily add a “On build success script” to your AppVeyor project. This will notify Retrace’s Deployment Recorder during or after your deployments. The Deployment Recorder offers three different actions (Start, Complete, and Cancel) that can be passed as arguments depending on how you are configuring the task within your …
Errors and Logs: Configure .NET Core
Step 1: Add StackifyLib nuget package and basic configuration No matter which logging framework you are using, you need to add StackifyLib and add the Stackify.ApiKey to your config file. Set Stackify Configuration settings Because .NET core allows a wide variety of configuration options, how you configure the key could vary wildly. This is just one example of how to …
.NET Agent Installation: Enable .NET Core Applications
Retrace has been tested with .NET Core apps targeting the full .NET framework as well as the new .NET Core “netcoreapp” framework. It also works with ASP.NET Core apps that are deployed behind IIS or using Kestrel only in more of the “self hosted” mode. .NET Core is currently only supported for Windows. Some features may not yet be fully …
Prefix: Using with ASP.NET Core/Kestrel
ASP.NET Core V1 is supported in Prefix v2.2 ASP.NET Core V1 is supported in Prefix v2.2 and has been tested with apps targeting net452 and NetCoreApp1.0. Some features/classes are not yet supported for .NET Core 2.x. We are working to add support for all features soon. If you are self-hosting your .NET Core app using Kestrel standalone, you MUST have a …