Aardvark.Base.Runtime
5.3.25
dotnet add package Aardvark.Base.Runtime --version 5.3.25
NuGet\Install-Package Aardvark.Base.Runtime -Version 5.3.25
<PackageReference Include="Aardvark.Base.Runtime" Version="5.3.25" />
<PackageVersion Include="Aardvark.Base.Runtime" Version="5.3.25" />
<PackageReference Include="Aardvark.Base.Runtime" />
paket add Aardvark.Base.Runtime --version 5.3.25
#r "nuget: Aardvark.Base.Runtime, 5.3.25"
#:package Aardvark.Base.Runtime@5.3.25
#addin nuget:?package=Aardvark.Base.Runtime&version=5.3.25
#tool nuget:?package=Aardvark.Base.Runtime&version=5.3.25
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. |
-
- Aardvark.Base.FSharp (= 5.3.25)
- Aardvark.Base.Incremental (= 5.3.25)
- Aardvark.Base.TypeProviders (>= 4.5.15 && < 4.6.0)
- FSharp.Core (>= 8.0.300)
- FSharp.Data.Adaptive (>= 1.2.15 && < 1.3.0)
- FsPickler (>= 5.3.2 && < 5.4.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Aardvark.Base.Runtime:
| Package | Downloads |
|---|---|
|
Aardvark.Rendering.Interactive
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
|
Aardvark.Rendering.NanoVg
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.25 | 6 | 7/1/2026 |
| 5.3.24 | 402 | 6/1/2026 |
| 5.3.23 | 467 | 4/28/2026 |
| 5.3.22 | 112 | 4/27/2026 |
| 5.3.21 | 181 | 1/14/2026 |
| 5.3.20 | 502 | 12/9/2025 |
| 5.3.19 | 269 | 10/16/2025 |
| 5.3.18 | 245 | 10/8/2025 |
| 5.3.17 | 252 | 9/10/2025 |
| 5.3.16 | 254 | 9/8/2025 |
| 5.3.15 | 264 | 8/14/2025 |
| 5.3.14 | 274 | 6/23/2025 |
| 5.3.13 | 237 | 6/4/2025 |
| 5.3.12 | 364 | 5/15/2025 |
| 5.3.11 | 252 | 5/8/2025 |
| 5.3.10 | 274 | 4/30/2025 |
| 5.3.9 | 312 | 4/14/2025 |
| 5.3.8 | 250 | 2/20/2025 |
| 5.3.7 | 246 | 1/22/2025 |
| 5.3.6 | 287 | 11/13/2024 |
- [Essentials] Hardened `Await.WhenAll` empty, duplicate, and null-input handling
- [Base] Hardened `LruCache` failed insertions and size validation
- [FSharp] Fixed `ConcurrentHashQueue.Dequeue` for single-item queues
- [Base] Fixed `LruCache.TryRemove` to invoke per-entry cleanup actions
- [IO] Hardened `UberStream.Seek` validation for invalid origins, negative targets, and overflow
- [IO] Fixed `UberStream.Read` accounting for short-read underlying streams
- [Base] Hardened array enumeration helper argument validation
- [IO] Hardened `ChunkedMemoryStream` boundary validation and sparse-position writes
- [Base] Implemented mutation operations for union dictionaries
- [Base] Made enumerable tail-reordering helpers consume inputs only once
- [Base] Hardened random subset helper argument validation
- [Essentials] Hardened `Await.WithCancellation` null input validation
- [Base] Hardened random permutation and randomization argument validation
- [Base] Hardened `TakeRandomly` selector argument validation
- [Telemetry] Hardened telemetry environment and named-probe argument validation
- [Essentials] Hardened `Task.WithCancellation` null task validation
- [Base] Hardened `AverageWindow` and `MedianWindow` constructor validation
- [Telemetry] Fixed `MinView` and `MaxView` empty params handling
- [Base] Fixed network-to-host byte-order conversions for oversized byte buffers
- [Base] Hardened `ListFun` array copy/map helper argument validation
- [Base] Fixed camera projection clipping-window setters to reject invalid incoming boxes
- [Base] Made custom-comparer `EnumerableEx.Min` and `Max` consume inputs only once
- [Base] Fixed `TextParser.TrySkip` final-character and sliced-text matching
- [Base] Hardened `AliasTableF` and `AliasTableD` PDF validation
- [Base] Made `MinimumSpanningTree.Create` consume lazy edge sequences only once
- [Base] Hardened list rank-index helpers for null lists, empty lists, and invalid ranks
- [Base] Hardened ranked-index enumerable helpers for null sources and negative counts
- [Base] Fixed `Text.Empty.ToString()` to return an empty string
- [Base] Hardened `EnumerableEx.IndexOf` for null sources and null elements
- [Base] Hardened `SubRange<T>` constructor, indexer, and null-value search behavior
- [Base] Fixed `Text.IndexOf` to handle empty text and clamped forward search ranges safely
- [Base] Hardened `IList.FirstIndexOf` argument validation for null inputs and invalid start indices
- [Introspection] Added `IntrospectionProperties.AssemblyLoadContext`