QuickVectors.Core.FSharp 0.3.0

dotnet add package QuickVectors.Core.FSharp --version 0.3.0
                    
NuGet\Install-Package QuickVectors.Core.FSharp -Version 0.3.0
                    
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="QuickVectors.Core.FSharp" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QuickVectors.Core.FSharp" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="QuickVectors.Core.FSharp" />
                    
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 QuickVectors.Core.FSharp --version 0.3.0
                    
#r "nuget: QuickVectors.Core.FSharp, 0.3.0"
                    
#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 QuickVectors.Core.FSharp@0.3.0
                    
#: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=QuickVectors.Core.FSharp&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=QuickVectors.Core.FSharp&version=0.3.0
                    
Install as a Cake Tool

QuickVectors.Core.FSharp

Contents

You can visit the QuickVectors.FSharp GitHub repository to report issues, ask questions, or make suggestions. You can also read about the changes across different versions in the release notes there.

Overview

This QuickVectors.Core.FSharp package contains the QuickVectors.FSharp namespace for F# developers which provides some types and their related functions, and also some helper functions.

Note: Most of the types in this package aren't particularly useful by themselves, as they are designed to be used only with other QuickVectors.FSharp packages, but you might find some use for them.

Please see the documentation for the QuickVectors.FSharp project at the QuickVectors.FSharp GitHub repository for more information.

Dependencies

This package is dependent upon:

  • FSharp.Core (which you will be using anyway);
  • QuickData.Core.FSharp and;
  • QuickData.Numbers.FSharp.

Note: This package will normally be automatically installed if you install any other QuickVectors.FSharp package, so you normally don't need to manually install this package yourself.

Usage

The types and functions in this package have been designed to be used only with F#.

However, they may also be usable with C# but this has not been tested, so use them with C# at your own risk.

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

NuGet packages (3)

Showing the top 3 NuGet packages that depend on QuickVectors.Core.FSharp:

Package Downloads
QuickVectors.Elements.FSharp

This package for F# developers contains functionality which is used by other QuickVectors.FSharp packages. It is not expected that you will use the contents of this package by itself. See the README for more information.

QuickVectors.Patterns.FSharp

This package for F# developers contains functionality which can be used to create vector patterns. See the README for more information.

QuickVectors.Export.FSharp

This package for F# developers contains functionality to export designs generated via the QuickVectors.Patterns.FSharp package. See the README for more information.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0 156 8/20/2026

See the Project URL repo for the release notes.