![]() |
VOOZH | about |
dotnet add package Ionide.ProjInfo.FCS --version 0.74.2
NuGet\Install-Package Ionide.ProjInfo.FCS -Version 0.74.2
<PackageReference Include="Ionide.ProjInfo.FCS" Version="0.74.2" />
<PackageVersion Include="Ionide.ProjInfo.FCS" Version="0.74.2" />Directory.Packages.props
<PackageReference Include="Ionide.ProjInfo.FCS" />Project file
paket add Ionide.ProjInfo.FCS --version 0.74.2
#r "nuget: Ionide.ProjInfo.FCS, 0.74.2"
#:package Ionide.ProjInfo.FCS@0.74.2
#addin nuget:?package=Ionide.ProjInfo.FCS&version=0.74.2Install as a Cake Addin
#tool nuget:?package=Ionide.ProjInfo.FCS&version=0.74.2Install as a Cake Tool
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. |
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. |
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 |
### Fixed
- [Fix URI format exception in relative path computation](https://github.com/ionide/proj-info/pull/244) (thanks @Smaug123)