AppDynamics.Agent
2022.6.0
Install-Package AppDynamics.Agent -Version 2022.6.0
dotnet add package AppDynamics.Agent --version 2022.6.0
<PackageReference Include="AppDynamics.Agent" Version="2022.6.0" />
paket add AppDynamics.Agent --version 2022.6.0
#r "nuget: AppDynamics.Agent, 2022.6.0"
// Install AppDynamics.Agent as a Cake Addin
#addin nuget:?package=AppDynamics.Agent&version=2022.6.0
// Install AppDynamics.Agent as a Cake Tool
#tool nuget:?package=AppDynamics.Agent&version=2022.6.0
Real user monitoring for your Xamarin app.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid monoandroid81 |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
-
MonoAndroid 8.1
- Xamarin.Android.Support.Compat (>= 28.0.0.1)
-
Xamarin.iOS 1.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on AppDynamics.Agent:
Package | Downloads |
---|---|
AppDynamics.Agent.Forms
Real user monitoring for your Xamarin Forms app. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2022.6.0 | 784 | 6/22/2022 |
2022.5.0 | 23,294 | 5/10/2022 |
2022.5.0-alpha2 | 110 | 4/29/2022 |
2022.4.0 | 185 | 4/20/2022 |
2022.4.0-beta2 | 61 | 4/19/2022 |
2022.4.0-alpha1 | 87 | 3/17/2022 |
2022.3.0 | 23,991 | 3/17/2022 |
2022.3.0-alpha5 | 79 | 3/9/2022 |
2022.2.0 | 1,568 | 2/14/2022 |
2022.1.0-beta1 | 83 | 1/21/2022 |
2021.9.0 | 5,182 | 9/15/2021 |
2021.8.1 | 361 | 8/17/2021 |
2021.8.0 | 572 | 8/11/2021 |
2021.6.1 | 241 | 7/28/2021 |
2021.6.0 | 448 | 6/25/2021 |
2021.5.1 | 68,426 | 5/20/2021 |
2021.2.0 | 95,243 | 2/19/2021 |
2020.11.0 | 65,184 | 11/19/2020 |
2020.10.0 | 376 | 11/10/2020 |
2020.4.0 | 79,936 | 4/6/2020 |
2020.3.3 | 511 | 3/16/2020 |
50.3.1101 | 3,468 | 1/27/2020 |
50.3.1099 | 766 | 12/5/2019 |
50.2.1066 | 826 | 9/30/2019 |
50.2.1064 | 8,871 | 7/26/2019 |
50.2.1060 | 27,509 | 5/30/2019 |
50.1.1048 | 13,066 | 4/17/2019 |
50.1.1033 | 225,718 | 3/21/2019 |
50.0.1010 | 582 | 2/21/2019 |
45.6.962 | 1,921 | 1/16/2019 |
45.5.920 | 662 | 12/4/2018 |
45.4.895 | 4,957 | 10/25/2018 |
45.2.865 | 1,007 | 10/5/2018 |
45.1.806 | 1,835 | 8/29/2018 |
45.0.671 | 41,704 | 7/11/2018 |
44.3.476 | 4,293 | 5/3/2018 |
44.1.288 | 1,971 | 1/19/2018 |
44.0.218 | 54,424 | 11/2/2017 |
43.7.228 | 974 | 10/13/2017 |
43.5.149 | 1,571 | 8/9/2017 |
43.3.1 | 17,271 | 6/15/2017 |
43.3.0 | 882 | 6/8/2017 |
43.3.0-beta1-ge9c917f2878 | 923 | 5/14/2017 |
43.2.0-beta1-gb128ad4 | 910 | 4/7/2017 |
43.0.0-beta2-gb9950dc | 889 | 3/8/2017 |
20.3.2 | 404 | 3/13/2020 |
20.3.1 | 350 | 3/10/2020 |
Version: 2022.6.0
Native Agents: com.appdynamics.eum.android:mobile-android:22.2.2.2208, com.appdynamics.eum:mobile-ios-internal-fat-library:2022.3.0.2943
Changes:
Version 2022.6.0 lets you customise the inner HttpMessageHandler used by HttpRequestTrackerHandler. Starting with this version, the default has been changed to use the native one (e.g. NSUrlSessionHandler on iOS and AndroidClientHandler on Android). Previously, the managed http client handler was used.
This version brings some improvements on the Xamarin.Forms UI Auto Instrumentation on the separate library: AppDynamics.Agent.AutoInstrument.Fody.