Aardvark.Base.Telemetry
5.3.26
dotnet add package Aardvark.Base.Telemetry --version 5.3.26
NuGet\Install-Package Aardvark.Base.Telemetry -Version 5.3.26
<PackageReference Include="Aardvark.Base.Telemetry" Version="5.3.26" />
<PackageVersion Include="Aardvark.Base.Telemetry" Version="5.3.26" />
<PackageReference Include="Aardvark.Base.Telemetry" />
paket add Aardvark.Base.Telemetry --version 5.3.26
#r "nuget: Aardvark.Base.Telemetry, 5.3.26"
#:package Aardvark.Base.Telemetry@5.3.26
#addin nuget:?package=Aardvark.Base.Telemetry&version=5.3.26
#tool nuget:?package=Aardvark.Base.Telemetry&version=5.3.26
Aardvark is an open-source platform for visual computing, real-time graphics and visualization.
| Product | Versions 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. net9.0 was computed. 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 was computed. 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. |
| .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 | 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aardvark.Base.Telemetry:
| Package | Downloads |
|---|---|
|
Aardvark.Base
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.3.26 | 498 | 7/13/2026 |
| 5.3.25 | 3,392 | 7/1/2026 |
| 5.3.24 | 3,679 | 6/1/2026 |
| 5.3.23 | 43,028 | 4/28/2026 |
| 5.3.22 | 5,600 | 4/27/2026 |
| 5.3.21 | 2,438 | 1/14/2026 |
| 5.3.20 | 10,485 | 12/9/2025 |
| 5.3.19 | 8,819 | 10/16/2025 |
| 5.3.18 | 50,374 | 10/8/2025 |
| 5.3.17 | 933 | 9/10/2025 |
| 5.3.16 | 601 | 9/8/2025 |
| 5.3.15 | 2,586 | 8/14/2025 |
| 5.3.14 | 4,883 | 6/23/2025 |
| 5.3.13 | 6,144 | 6/4/2025 |
| 5.3.12 | 2,817 | 5/15/2025 |
| 5.3.11 | 1,211 | 5/8/2025 |
| 5.3.10 | 5,586 | 4/30/2025 |
| 5.3.9 | 890 | 4/14/2025 |
| 5.3.8 | 3,518 | 2/20/2025 |
| 5.3.7 | 1,025 | 1/22/2025 |
- [Base] Fixed dictionary duplicate popping and shared-value enumeration semantics
- [IO] Fixed `StreamCodeReader` partial and short-read array handling
- [Base] Fixed `ConcurrentHashSet<T>` sequence construction and non-generic enumeration semantics
- [Base] Enforced exact counts in `EnumerableEx.ToArray(source, count)`
- [Base] Fixed entropy helpers to enumerate generic inputs once and normalize weighted classes by total weight
- [PixImage] Fixed base remap API forwarding of Y coordinate maps
- [Base] Hardened Julian-day conversion at end-of-day boundaries
- [Base] Fixed regex `TextParser.TrySkip` position advancement
- [Essentials] Hardened camera projection clipping parameter validation
- [Base] Fixed `HashCode.GetCombinedWithDefaultZero` null reference handling
- [Base] Fixed `Polynomial.RealRoots` effective degree detection for trailing zero coefficients
- [Base] Hardened `LruCache` insertion size accounting against overflow
- [Base] Fixed `SingleDeltaDict` null-key overlay comparisons
- [FSharp] Hardened `ReferenceCountingSet` null element semantics
- [Base] Hardened `SubRange<T>.CopyTo` destination validation
- [Introspection] Added `Introspection.GetType` using `IntrospectionProperties.AssemblyLoadContext` to load assemblies.