Ionide.ProjInfo.FCS 0.72.0

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

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 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 is compatible.  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 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

mFSharpLint.Core

API to programmatically run FSharpLint.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.72.0 557 10/18/2025
0.71.2 2,066 6/1/2025
0.71.1 353 5/17/2025
0.71.0 279 5/17/2025
0.70.2 20,687 2/18/2025
0.70.1 293 2/15/2025
0.70.0 351 2/13/2025
0.68.0 2,307 11/19/2024
0.67.0 230 10/2/2024
0.66.1 230 9/2/2024
0.66.0 1,380 8/17/2024
0.65.0 2,884 5/15/2024
0.64.0 1,712 4/21/2024
0.63.0 12,760 2/6/2024
0.62.0 5,416 8/21/2023
0.62.0-nightly001 329 6/27/2023
0.61.3 12,378 4/1/2023
0.61.2 2,290 2/20/2023
0.61.1 580 12/9/2022
0.61.0 16,087 11/7/2022
0.60.3 671 10/20/2022
0.60.2 1,299 10/3/2022
0.60.1 885 9/10/2022
0.60.0 1,283 8/21/2022
0.59.2 1,212 8/5/2022
0.59.1 2,775 4/17/2022
0.59.0 864 4/16/2022
0.58.2 1,120 4/4/2022
0.58.1 882 4/3/2022
0.58.0 4,070 4/3/2022
0.57.2 950 3/20/2022
0.57.1 587 3/20/2022
0.57.0 575 3/20/2022
0.55.4 4,400 11/19/2021
0.55.3 1,030 11/19/2021
0.55.1 651 11/16/2021
0.55.0 863 11/5/2021
0.54.2 802 11/2/2021
0.54.1 825 10/17/2021
0.54.0 668 8/12/2021
0.53.1 20,500 6/23/2021
0.53.0 1,638 6/22/2021
0.52.0 1,315 4/16/2021
0.51.0 2,449 3/16/2021
0.50.0 839 3/13/2021
0.49.0 895 3/3/2021
0.48.0 1,328 2/11/2021
0.46.0 1,202 1/11/2021
0.45.2 1,240 12/22/2020
0.45.1 753 12/22/2020
0.45.0 942 12/19/2020

### Changed

- [Add support for F# analyzers in project evaluation](https://github.com/ionide/proj-info/pull/238) (thanks @TheAngryByrd)