Nabs.Launchpad.Core.ServiceDefaults 10.0.247

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Nabs.Launchpad.Core.ServiceDefaults --version 10.0.247
                    
NuGet\Install-Package Nabs.Launchpad.Core.ServiceDefaults -Version 10.0.247
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Nabs.Launchpad.Core.ServiceDefaults" Version="10.0.247" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nabs.Launchpad.Core.ServiceDefaults" Version="10.0.247" />
                    
Directory.Packages.props
<PackageReference Include="Nabs.Launchpad.Core.ServiceDefaults" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Nabs.Launchpad.Core.ServiceDefaults --version 10.0.247
                    
#r "nuget: Nabs.Launchpad.Core.ServiceDefaults, 10.0.247"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Nabs.Launchpad.Core.ServiceDefaults@10.0.247
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nabs.Launchpad.Core.ServiceDefaults&version=10.0.247
                    
Install as a Cake Addin
#tool nuget:?package=Nabs.Launchpad.Core.ServiceDefaults&version=10.0.247
                    
Install as a Cake Tool

NuGet

Nabs.Launchpad.Core.ServiceDefaults

Nabs.Launchpad.Core.ServiceDefaults standardizes observability, health checks, and service-discovery defaults for Launchpad distributed services.

Installation

dotnet add package Nabs.Launchpad.Core.ServiceDefaults

The Problem

// 1) Every service redefines telemetry and health setup

// 2) Missing resilience handlers in some HttpClients

// 3) Health endpoint behavior differs by app

Features

  • One-call defaults via AddServiceDefaults()
  • OpenTelemetry wiring for logs, metrics, and traces
  • Standard health endpoints through MapDefaultEndpoints()
  • Service discovery + resilient HttpClient defaults

Usage

builder.AddServiceDefaults();

var app = builder.Build();
app.MapDefaultEndpoints();

Configuration

Set OTEL_EXPORTER_OTLP_ENDPOINT to enable OTLP export; health endpoints are mapped in development.

Project Structure

  • ProjectExtensions.cs - telemetry, resilience, and endpoint defaults

License

Copyright (c) Net Advantage Business Solutions.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Nabs.Launchpad.Core.ServiceDefaults:

Package Downloads
Nabs.Launchpad.Core.Gateway

Package Description

Nabs.Launchpad.Core.Silo

Package Description

Nabs.Launchpad.Core.Portal

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.249 121 6/6/2026
10.0.248 120 6/6/2026
10.0.247 123 6/6/2026
10.0.246 134 6/6/2026
10.0.242 121 6/4/2026
10.0.241 120 6/4/2026
10.0.240 119 6/4/2026
10.0.239 126 6/3/2026
10.0.234 127 5/31/2026
10.0.233 125 5/31/2026
10.0.232 123 5/30/2026
10.0.230 124 5/30/2026
10.0.229 125 5/30/2026
10.0.228 121 5/30/2026
10.0.226 138 4/26/2026
10.0.221 142 2/3/2026
10.0.220 140 1/14/2026
10.0.219 151 1/5/2026
10.0.218 153 1/4/2026
10.0.217 159 1/4/2026 10.0.217 is deprecated because it is no longer maintained.
Loading failed