Megaphone.DotnetCore
3.0.5
dotnet add package Megaphone.DotnetCore --version 3.0.5
NuGet\Install-Package Megaphone.DotnetCore -Version 3.0.5
<PackageReference Include="Megaphone.DotnetCore" Version="3.0.5" />
<PackageVersion Include="Megaphone.DotnetCore" Version="3.0.5" />
<PackageReference Include="Megaphone.DotnetCore" />
paket add Megaphone.DotnetCore --version 3.0.5
#r "nuget: Megaphone.DotnetCore, 3.0.5"
#:package Megaphone.DotnetCore@3.0.5
#addin nuget:?package=Megaphone.DotnetCore&version=3.0.5
#tool nuget:?package=Megaphone.DotnetCore&version=3.0.5
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
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 | Versions 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. |
-
net10.0
- Microsoft.Extensions.Configuration (>= 10.0.5)
- Microsoft.Extensions.Configuration.Json (>= 10.0.5)
- Newtonsoft.Json (>= 13.0.4)
- Serilog (>= 4.3.1)
- Serilog.Sinks.ColoredConsole (>= 3.0.1)
-
net8.0
- Microsoft.Extensions.Configuration (>= 10.0.5)
- Microsoft.Extensions.Configuration.Json (>= 10.0.5)
- Newtonsoft.Json (>= 13.0.4)
- Serilog (>= 4.3.1)
- Serilog.Sinks.ColoredConsole (>= 3.0.1)
-
net9.0
- Microsoft.Extensions.Configuration (>= 10.0.5)
- Microsoft.Extensions.Configuration.Json (>= 10.0.5)
- Newtonsoft.Json (>= 13.0.4)
- Serilog (>= 4.3.1)
- Serilog.Sinks.ColoredConsole (>= 3.0.1)
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 |
v3.0.4 Version Update + Packages fixed