MES.Inside.Configuration (0.3.0-preview.1)
Installation
dotnet nuget add source --name MES-Public --username your_username --password your_token https://git.mes.wien/api/packages/MES-Public/nuget/index.jsondotnet add package --source MES-Public --version 0.3.0-preview.1 MES.Inside.ConfigurationAbout this package
Configuration model, loading and validation for MES Inside clients on .NET Framework 4.8 and .NET 8 or newer.
MES Inside Client
MES Inside provides locally durable, asynchronous telemetry for logs, exceptions, performance measurements and metrics.
Choose one entry package:
MES.Inside.Client.AspNetCorefor ASP.NET Core on .NET 8 or newer;MES.Inside.Client.AspNetFrameworkfor 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.3.0-preview.1 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.
M3 preview adds structured exception context with trace IDs and an ASP.NET Core middleware for parallel unhandled-exception logging. Server-side exception fingerprinting, grouping, workflow, frequency timelines and deduplicated new/reopened alerts complete the central error pilot. Not yet a stable API.