This brings Breadcrumbs from Raygun4Net4 to the NetCore libraries, some features are removed such as breadcrumb levels, optional stack frame (always included now), and internal error throwing.
Adds breadcrumbs to Raygun4Net.NetCore/AspNetCore. Uses AsyncLocal with the async context set at the middleware layer for AspNetCore so that breadcrumbs are in scope only for the request they belong to.
AsyncLocal is the default storage, but it can be set to a global scope (InMemoryBreadcrumbStorage) - Raygun4Maui will use the global scope version.
Adds packing script to run on MacOS and Linus (translation of existing powershell script) for local development
This brings Breadcrumbs from Raygun4Net4 to the NetCore libraries, some features are removed such as breadcrumb levels, optional stack frame (always included now), and internal error throwing.
Adds breadcrumbs to Raygun4Net.NetCore/AspNetCore. Uses AsyncLocal with the async context set at the middleware layer for AspNetCore so that breadcrumbs are in scope only for the request they belong to. AsyncLocal is the default storage, but it can be set to a global scope (InMemoryBreadcrumbStorage) - Raygun4Maui will use the global scope version.
Adds packing script to run on MacOS and Linus (translation of existing powershell script) for local development