Aardvark.Base.IO
5.3.27
dotnet add package Aardvark.Base.IO --version 5.3.27
NuGet\Install-Package Aardvark.Base.IO -Version 5.3.27
<PackageReference Include="Aardvark.Base.IO" Version="5.3.27" />
<PackageVersion Include="Aardvark.Base.IO" Version="5.3.27" />
<PackageReference Include="Aardvark.Base.IO" />
paket add Aardvark.Base.IO --version 5.3.27
#r "nuget: Aardvark.Base.IO, 5.3.27"
#:package Aardvark.Base.IO@5.3.27
#addin nuget:?package=Aardvark.Base.IO&version=5.3.27
#tool nuget:?package=Aardvark.Base.IO&version=5.3.27
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 is compatible. 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 (= 5.3.27)
- Aardvark.Base.Tensors (= 5.3.27)
- System.Dynamic.Runtime (>= 4.3.0 && < 4.4.0)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Aardvark.Base.IO:
| Package | Downloads |
|---|---|
|
Aardvark.Geometry.PointTree
A high-performance kd-tree implementation for points. |
|
|
Aardvark.Geometry.Intersection
Intersectable object sets. |
|
|
Aardvark.SceneGraph.Opc
Aardvark is an open-source platform for visual computing, real-time graphics and visualization. |
|
|
Aardvark.Geometry.BspTree
A high-performance BSP-tree implementation. |
|
|
Aardvark.Data.Photometry
Aardvark.Data.Photometry |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.3.27 | 45 | 7/29/2026 |
| 5.3.26 | 265 | 7/13/2026 |
| 5.3.25 | 138 | 7/1/2026 |
| 5.3.24 | 281 | 6/1/2026 |
| 5.3.23 | 353 | 4/28/2026 |
| 5.3.22 | 202 | 4/27/2026 |
| 5.3.21 | 471 | 1/14/2026 |
| 5.3.20 | 3,163 | 12/9/2025 |
| 5.3.19 | 1,681 | 10/16/2025 |
| 5.3.18 | 339 | 10/8/2025 |
| 5.3.17 | 345 | 9/10/2025 |
| 5.3.16 | 264 | 9/8/2025 |
| 5.3.15 | 334 | 8/14/2025 |
| 5.3.14 | 384 | 6/23/2025 |
| 5.3.13 | 449 | 6/4/2025 |
| 5.3.12 | 1,923 | 5/15/2025 |
| 5.3.11 | 468 | 5/8/2025 |
| 5.3.10 | 5,166 | 4/30/2025 |
| 5.3.9 | 389 | 4/14/2025 |
| 5.3.8 | 731 | 2/20/2025 |
- [Base] Fixed tree traversal single-pass and enumerator disposal semantics
- [IO] Fixed lexical relative path root and platform case handling
- [Base] Fixed compositional statistics and histogram aggregation
- [Base] Hardened `ToDictionaryDistinct` duplicate handling and selector evaluation
- [Tensors] Fixed clamped sampling for short tensor ranges
- [Base] Restored zero-count `AliasTableF`/`AliasTableD` construction for empty PDFs while preserving non-empty PDF validation
- [Base] Hardened `EnumHelpers` caching and full-range enum value handling
- [PixImage] Made `GetFormatOfExtension` public and exception-safe