VOOZH about

URL: https://www.nuget.org/packages/Ionide.ProjInfo.FCS/

⇱ NuGet Gallery | Ionide.ProjInfo.FCS 0.74.2




Ionide.ProjInfo.FCS 0.74.2

dotnet add package Ionide.ProjInfo.FCS --version 0.74.2
 
 
NuGet\Install-Package Ionide.ProjInfo.FCS -Version 0.74.2
 
 
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="Ionide.ProjInfo.FCS" Version="0.74.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ionide.ProjInfo.FCS" Version="0.74.2" />
 
Directory.Packages.props
<PackageReference Include="Ionide.ProjInfo.FCS" />
 
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 Ionide.ProjInfo.FCS --version 0.74.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ionide.ProjInfo.FCS, 0.74.2"
 
 
#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 Ionide.ProjInfo.FCS@0.74.2
 
 
#: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=Ionide.ProjInfo.FCS&version=0.74.2
 
Install as a Cake Addin
#tool nuget:?package=Ionide.ProjInfo.FCS&version=0.74.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Ionide.ProjInfo.FCS

Please install the Ionide.ProjInfo.FCS nuget to gain access to this functionality.

This is a helper library that provides APIs to map Ionide.ProjInfo.Types.ProjectOptions instances to FSharp.Compiler.CodeAnalysis.FSharpProjectOptions instances.

Assuming you've already done the steps in Ionide.ProjInfo to get the ProjectOptions instances, you can use the following code to get the FSharpProjectOptions for those instances efficiently

open Ionide.ProjInfo

let fcsProjectOptions = FCS.mapManyOptions projectOptions
Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 (4)

Showing the top 4 NuGet packages that depend on Ionide.ProjInfo.FCS:

Package Downloads
FSharpLint.Core

API to programmatically run FSharpLint.

Ionide.ProjInfo.ProjectSystem

MSBuild evaluation, fsproj file loading, and project system for F# tooling

FsHotWatch

F# file watcher daemon — keeps FSharpChecker warm for instant re-analysis

mFSharpLint.Core

API to programmatically run FSharpLint.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.74.2 1,113 2/28/2026
0.74.1 11,345 12/5/2025
0.73.0 1,395 11/12/2025
0.72.0 1,113 10/18/2025
0.71.2 2,229 6/1/2025
0.71.1 438 5/17/2025
0.71.0 371 5/17/2025
0.70.2 38,247 2/18/2025
0.70.1 348 2/15/2025
0.70.0 498 2/13/2025
0.68.0 2,479 11/19/2024
0.67.0 343 10/2/2024
0.66.1 296 9/2/2024
0.66.0 1,436 8/17/2024
0.65.0 2,960 5/15/2024
0.64.0 1,777 4/21/2024
0.63.0 12,875 2/6/2024
0.62.0 5,567 8/21/2023
0.62.0-nightly001 378 6/27/2023
0.61.3 12,532 4/1/2023
Loading failed

### Fixed

- [Fix URI format exception in relative path computation](https://github.com/ionide/proj-info/pull/244) (thanks @Smaug123)