Ionide.ProjInfo.FCS
0.68.0
dotnet add package Ionide.ProjInfo.FCS --version 0.68.0
NuGet\Install-Package Ionide.ProjInfo.FCS -Version 0.68.0
<PackageReference Include="Ionide.ProjInfo.FCS" Version="0.68.0" />
paket add Ionide.ProjInfo.FCS --version 0.68.0
#r "nuget: Ionide.ProjInfo.FCS, 0.68.0"
// Install Ionide.ProjInfo.FCS as a Cake Addin #addin nuget:?package=Ionide.ProjInfo.FCS&version=0.68.0 // Install Ionide.ProjInfo.FCS as a Cake Tool #tool nuget:?package=Ionide.ProjInfo.FCS&version=0.68.0
Ionide.ProjInfo.FCS
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 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. |
-
net8.0
- FSharp.Compiler.Service (>= 43.9.100)
- FSharp.Core (>= 9.0.100)
- Ionide.ProjInfo (>= 0.68.0)
-
net9.0
- FSharp.Compiler.Service (>= 43.9.100)
- FSharp.Core (>= 9.0.100)
- Ionide.ProjInfo (>= 0.68.0)
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.68.0 | 242 | 11/19/2024 |
0.67.0 | 117 | 10/2/2024 |
0.66.1 | 118 | 9/2/2024 |
0.66.0 | 1,290 | 8/17/2024 |
0.65.0 | 2,777 | 5/15/2024 |
0.64.0 | 1,610 | 4/21/2024 |
0.63.0 | 8,973 | 2/6/2024 |
0.62.0 | 5,318 | 8/21/2023 |
0.62.0-nightly001 | 274 | 6/27/2023 |
0.61.3 | 9,594 | 4/1/2023 |
0.61.2 | 2,144 | 2/20/2023 |
0.61.1 | 467 | 12/9/2022 |
0.61.0 | 15,937 | 11/7/2022 |
0.60.3 | 531 | 10/20/2022 |
0.60.2 | 1,180 | 10/3/2022 |
0.60.1 | 744 | 9/10/2022 |
0.60.0 | 1,142 | 8/21/2022 |
0.59.2 | 1,086 | 8/5/2022 |
0.59.1 | 2,623 | 4/17/2022 |
0.59.0 | 731 | 4/16/2022 |
0.58.2 | 966 | 4/4/2022 |
0.58.1 | 756 | 4/3/2022 |
0.58.0 | 3,761 | 4/3/2022 |
0.57.2 | 811 | 3/20/2022 |
0.57.1 | 440 | 3/20/2022 |
0.57.0 | 428 | 3/20/2022 |
0.55.4 | 4,096 | 11/19/2021 |
0.55.3 | 886 | 11/19/2021 |
0.55.1 | 512 | 11/16/2021 |
0.55.0 | 716 | 11/5/2021 |
0.54.2 | 656 | 11/2/2021 |
0.54.1 | 660 | 10/17/2021 |
0.54.0 | 531 | 8/12/2021 |
0.53.1 | 19,241 | 6/23/2021 |
0.53.0 | 1,470 | 6/22/2021 |
0.52.0 | 1,166 | 4/16/2021 |
0.51.0 | 2,284 | 3/16/2021 |
0.50.0 | 663 | 3/13/2021 |
0.49.0 | 745 | 3/3/2021 |
0.48.0 | 1,124 | 2/11/2021 |
0.46.0 | 1,041 | 1/11/2021 |
0.45.2 | 1,078 | 12/22/2020 |
0.45.1 | 587 | 12/22/2020 |
0.45.0 | 780 | 12/19/2020 |
### Added
* * [Support for F# 9 and .NET 9](https://github.com/ionide/proj-info/pull/219)
### Removed
* * [Support for .NET 6 and 7 targets](https://github.com/ionide/proj-info/pull/219)