MES-Public

MES.Inside.Client.AspNetFramework (0.4.0-preview.2)

Published 2026-08-03 14:53:40 +02:00 by stefan.mayer

Installation

dotnet nuget add source --name MES-Public --username your_username --password your_token https://git.mes.wien/api/packages/MES-Public/nuget/index.json
dotnet add package --source MES-Public --version 0.4.0-preview.2 MES.Inside.Client.AspNetFramework

About this package

Entry package for integrating MES Inside with ASP.NET WebForms applications on .NET Framework 4.8.

MES Inside Client

MES Inside provides locally durable, asynchronous telemetry for logs, exceptions, performance measurements and metrics.

Choose one entry package:

  • MES.Inside.Client.AspNetCore for ASP.NET Core on .NET 8 or newer;
  • MES.Inside.Client.AspNetFramework for ASP.NET WebForms on .NET Framework 4.8.

The entry package installs the shared Client, Configuration and Contracts packages automatically.

Integration

Canonical instructions for developers and coding assistants:

Never store an API key in source code or mesinside.json. The configuration contains only a credential reference; the secret is supplied by the target server environment.

Preview status

0.4.0-preview.2 is intended for controlled pilot integrations. Public APIs, configuration and package structure may still change before version 1.0.

Use of these packages is governed by the applicable MES Inside agreement. Package availability does not by itself grant a source-code or server license.

M4 preview adds stable installation identity, client-version metadata and generic ASP.NET Core request monitoring with sampling and always-keep rules. Preview 2 also guarantees that Flush waits until the background writer has completed the active spool write. Not yet a stable API.

Dependencies

ID Version Target Framework
MES.Inside.Client 0.4.0-preview.2 .NETFramework4.8