Com.Ctrip.Framework.Apollo 1.5.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Com.Ctrip.Framework.Apollo --version 1.5.3
NuGet\Install-Package Com.Ctrip.Framework.Apollo -Version 1.5.3
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="Com.Ctrip.Framework.Apollo" Version="1.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Com.Ctrip.Framework.Apollo --version 1.5.3
#r "nuget: Com.Ctrip.Framework.Apollo, 1.5.3"
#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.
// Install Com.Ctrip.Framework.Apollo as a Cake Addin
#addin nuget:?package=Com.Ctrip.Framework.Apollo&version=1.5.3

// Install Com.Ctrip.Framework.Apollo as a Cake Tool
#tool nuget:?package=Com.Ctrip.Framework.Apollo&version=1.5.3

1.2.0: 重构日志功能,支持自定义日志输出
1.2.1: 修复HttpClient默认超时错误的问题
1.3.0: 优化初始化时不能连接上metaserver的等待时间
1.3.1: 修复QueryString连接错误
1.4.0: 修复issure #18、添加SourceLink、更新包
1.5.0: 使用.ConfigureAwait(false)替代AsyncHelper来解决同步调用异步方法出现的死锁问题
1.5.1: 添加MultiConfig,支持合并多个IConfig
1.5.2: Apollo内部HttpClient允许使用自定义HttpMessageHandler,比如配置代理
1.5.3: 支持配置ConfigServer来跳过meta service的服务发现

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (16)

Showing the top 5 NuGet packages that depend on Com.Ctrip.Framework.Apollo:

Package Downloads
Com.Ctrip.Framework.Apollo.Configuration

携程Apollo客户端   与Microsoft.Extensions.Configuration集成请使用Com.Ctrip.Framework.Apollo.Configuration包   与System.Configuration.ConfigurationManager集成(.net 4.7.1及以后版本)请使用Com.Ctrip.Framework.Apollo.ConfigurationManager包   直接使用ApolloConfigurationManager请使用Com.Ctrip.Framework.Apollo.Configuration或者Com.Ctrip.Framework.Apollo.ConfigurationManager 发布日志请点击打开 https://github.com/apolloconfig/apollo.net/releases

PiratesCore

湖南医标通信息科技有限公司

Com.Ctrip.Framework.Apollo.ConfigurationManager

携程Apollo客户端   与Microsoft.Extensions.Configuration集成请使用Com.Ctrip.Framework.Apollo.Configuration包   与System.Configuration.ConfigurationManager集成(.net 4.7.1及以后版本)请使用Com.Ctrip.Framework.Apollo.ConfigurationManager包   直接使用ApolloConfigurationManager请使用Com.Ctrip.Framework.Apollo.Configuration或者Com.Ctrip.Framework.Apollo.ConfigurationManager 发布日志请点击打开 https://github.com/apolloconfig/apollo.net/releases

Pirates.Core

路飞基础类

Zwc.DotNet.Library.Core

改造redis注入方式

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Com.Ctrip.Framework.Apollo:

Repository Stars
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
guoming/Hummingbird
分布式锁,分布式ID,分布式消息队列、配置中心、注册中心、服务注册发现、超时、重试、熔断、负载均衡
Version Downloads Last updated
2.10.0 110,114 2/8/2023
2.9.1 20,823 9/27/2022
2.9.0 20,576 9/26/2022
2.8.0 34,682 8/21/2022
2.7.0 69,007 5/19/2022
2.6.2 8,716 5/6/2022
2.6.1 65,864 1/21/2022
2.6.0 11,146 12/30/2021
2.5.0 55,880 11/8/2021
2.4.4 145,378 2/4/2021
2.4.3 3,156 1/20/2021
2.4.2 40,219 10/9/2020
2.4.1 576,294 7/1/2020
2.4.0 143,454 5/28/2020
2.3.0 216,936 12/19/2019
1.5.3 17,319 6/4/2019

1.2.0: 添加ApolloConfigurationManager、key与apollo服务端一致,忽略大小写
1.2.1: 修复ApolloOptions的Cluster未设置的情况下值错误的bug
1.2.2: AddtNamespace应为AddNamespace
1.2.3: AddNamespace方法默认不添加namespcace前缀
1.3.0: 优化初始化时不能连接上metaserver的等待时间
1.3.1: 修复QueryString连接错误
1.4.0: 添加SourceLink、更新包
1.5.0: 使用.ConfigureAwait(false)替代AsyncHelper来解决同步调用异步方法出现的死锁问题
1.5.1: ApolloConfigurationManager支持多namespaces
1.5.2: Apollo内部HttpClient允许使用自定义HttpMessageHandler,比如配置代理
1.5.3: 添加缺少的.ConfigureAwait(false)
1.5.4: 支持配置ConfigServer来跳过meta service的服务发现