Skip to content

Tags: mirocle/CAP

Tags

v7.0.3

Toggle v7.0.3's commit message
Fixes warnings

v7.0.2

Toggle v7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update nuget apikey

v7.0.1

Toggle v7.0.1's commit message
Merge branch 'master' of https://github.com/dotnetcore/CAP

v7.0.0

Toggle v7.0.0's commit message
Update samples

2022年11月17日

Toggle 2022年11月17日's commit message

v6.2.1

Toggle v6.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Using EnvironmentVariableTarget.Machine to get the environment variab…

…les. (dotnetcore#1220)

EnvironmentVariableTarget.Machine 

The environment variable is stored or retrieved from the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment key in the Windows operating system registry. This value should be used on .NET implementations running on Windows systems only.

https://learn.microsoft.com/en-us/dotnet/api/system.environmentvariabletarget?view=net-6.0

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version.props

v6.1.0

Toggle v6.1.0's commit message
Fixed the health check could not get the status correctly when Rabbit…

…MQ lost connection and quickly recovered. dotnetcore#1140

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes kafka consume excepiton for GroupLoadInProress errcode (dotnetc…

…ore#1085)

* Fixes and add options of kafka consume excepiton for GroupLoadInProress errcode.  dotnetcore#1084

* clean code

* Add kafka consume exception logs.

v6.0.0

Toggle v6.0.0's commit message
Fixed Activity is created as null when ASP.NET Core instrument is not…

… enabled.