Aardvark.Base.Runtime 5.3.28-prerelease0001

This is a prerelease version of Aardvark.Base.Runtime.
dotnet add package Aardvark.Base.Runtime --version 5.3.28-prerelease0001
                    
NuGet\Install-Package Aardvark.Base.Runtime -Version 5.3.28-prerelease0001
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aardvark.Base.Runtime" Version="5.3.28-prerelease0001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aardvark.Base.Runtime" Version="5.3.28-prerelease0001" />
                    
Directory.Packages.props
<PackageReference Include="Aardvark.Base.Runtime" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Aardvark.Base.Runtime --version 5.3.28-prerelease0001
                    
#r "nuget: Aardvark.Base.Runtime, 5.3.28-prerelease0001"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Aardvark.Base.Runtime@5.3.28-prerelease0001
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Aardvark.Base.Runtime&version=5.3.28-prerelease0001&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Aardvark.Base.Runtime&version=5.3.28-prerelease0001&prerelease
                    
Install as a Cake Tool

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.28-prerelease0001 451 2026/8/16
5.3.27 487 2026/7/29
5.3.26 463 2026/7/13
5.3.25 474 2026/7/1
5.3.24 422 2026/6/1
5.3.23 485 2026/4/28
5.3.22 128 2026/4/27
5.3.21 200 2026/1/14
5.3.20 524 2025/12/9
5.3.19 288 2025/10/16
5.3.18 261 2025/10/8
5.3.17 276 2025/9/10
5.3.16 276 2025/9/8
5.3.15 282 2025/8/14
5.3.14 292 2025/6/23
5.3.13 251 2025/6/4
5.3.12 384 2025/5/15
5.3.11 271 2025/5/8
5.3.10 299 2025/4/30
5.3.9 330 2025/4/14
Loading failed

- [Base] Corrected ray projection and closest-distance parameters for non-unit, degenerate, and extreme finite directions
- [Geometry] Added attributed `PolyRegion` boolean operations and triangulation with explicit interpolation
- [Tensors] Added built-in exact area-weighted `SuperSample` image downscaling
- [Tests] Benchmarked ray-distance, plane/polygon clipping, and flag-returning `FastRay` overloads
- [Base] Added allocation-free 2D/3D line-segment clipping against plane half-spaces with robust extreme finite normals
- [Base] Fixed duplicate, stale, cross-query, and foreign-assembly introspection method-cache results
- [Base] Corrected DenseGraph minimum-spanning trees and single-edge traversal accounting
- [Base] Fixed enumerable combined hash codes to match ordered array semantics
- [Base] Fixed tolerant convex polygon line clipping for extreme finite edges and removed per-call allocations
- [Base] Fixed `FastRay` closed box intersections and accumulated all tied face flags for corner and point-box hits
- [Base] Replaced biased randomization with allocation-free Fisher-Yates shuffling
- [Base] Fixed `SampleGrid2d.SampleRegular` region callback Y endpoints
- [Base] Made `LruCache` eviction bookkeeping exception-safe when cleanup callbacks throw
- [Base] Hardened weighted interpolation array writes and single-pass weight enumeration
- [Base] Hardened `ShortestPath<T>` asynchronous replacement, cancellation, and lock-free result snapshot publication
- [Essentials] Hardened `Awaitable<T>` concurrent completion, waiting, and subscription semantics