Megaphone.DotnetCore 3.0.5

dotnet add package Megaphone.DotnetCore --version 3.0.5
                    
NuGet\Install-Package Megaphone.DotnetCore -Version 3.0.5
                    
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="Megaphone.DotnetCore" Version="3.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Megaphone.DotnetCore" Version="3.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Megaphone.DotnetCore" />
                    
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 Megaphone.DotnetCore --version 3.0.5
                    
#r "nuget: Megaphone.DotnetCore, 3.0.5"
                    
#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 Megaphone.DotnetCore@3.0.5
                    
#: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=Megaphone.DotnetCore&version=3.0.5
                    
Install as a Cake Addin
#tool nuget:?package=Megaphone.DotnetCore&version=3.0.5
                    
Install as a Cake Tool

MegaPhone NetStandard

A framework to self-register services on Consul.IO, now supporting .NET Core 6+ and .Net Standard

MegaPhone

MegaPhone is a lightweight framework to run self-hosting REST services using AspnetCore Web API on top of a Consul. Each service will start by allocating a free port to run on, once the service is started, it will register itself in the local cluster provider.

MegaPhone.DotnetCore

NuGet

Build Status

Build history

Install the Package

Install-Package Megaphone.DotnetCore

Install-Package Megaphone.DotnetCore.WebApi

AppSettings Sample Configuration

  "ConsulConfig": {
    "Host": "localhost",
    "Port": "8500",
    "StatusEndPoint": "status",
    "StatusEndPointFrequencyCheck": "5s"
  }
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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 (1)

Showing the top 1 NuGet packages that depend on Megaphone.DotnetCore:

Package Downloads
Megaphone.DotnetCore.WebApi

Microservice framework with powerful service discovery using Consul - WebAPI Support Module

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.5 128 4/4/2026
3.0.4 423 12/25/2023
3.0.3 289 12/25/2023
3.0.2 233 12/25/2023
3.0.1 203 12/25/2023
3.0.0 195 12/25/2023
2.15.0 824 9/7/2021
2.14.0 726 9/3/2021
2.13.0 950 6/11/2021
2.12.0 1,344 6/11/2021
2.8.0 824 5/13/2021
2.7.0 741 4/28/2021
2.6.0 790 3/15/2021
2.5.0 1,191 9/27/2020
2.4.0 1,045 9/24/2019
2.3.0 1,425 2/19/2019
2.2.0 1,144 2/7/2019
2.1.0 1,095 2/7/2019
2.0.0 1,097 1/21/2019
1.9.6 1,048 1/21/2019
Loading failed

v3.0.4 Version Update + Packages fixed