Ionide.ProjInfo.FCS
0.60.0
See the version list below for details.
dotnet add package Ionide.ProjInfo.FCS --version 0.60.0
NuGet\Install-Package Ionide.ProjInfo.FCS -Version 0.60.0
<PackageReference Include="Ionide.ProjInfo.FCS" Version="0.60.0" />
paket add Ionide.ProjInfo.FCS --version 0.60.0
#r "nuget: Ionide.ProjInfo.FCS, 0.60.0"
// Install Ionide.ProjInfo.FCS as a Cake Addin #addin nuget:?package=Ionide.ProjInfo.FCS&version=0.60.0 // Install Ionide.ProjInfo.FCS as a Cake Tool #tool nuget:?package=Ionide.ProjInfo.FCS&version=0.60.0
MSBuild evaluation, fsproj file loading, and project system for F# tooling
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- FSharp.Compiler.Service (>= 41.0.5 && < 42.0.0)
- FSharp.Core (>= 6.0.5)
- Ionide.ProjInfo (>= 0.60.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.70.2 | 155 | 2/18/2025 |
0.70.1 | 180 | 2/15/2025 |
0.70.0 | 241 | 2/13/2025 |
0.68.0 | 2,002 | 11/19/2024 |
0.67.0 | 136 | 10/2/2024 |
0.66.1 | 131 | 9/2/2024 |
0.66.0 | 1,307 | 8/17/2024 |
0.65.0 | 2,798 | 5/15/2024 |
0.64.0 | 1,616 | 4/21/2024 |
0.63.0 | 11,730 | 2/6/2024 |
0.62.0 | 5,327 | 8/21/2023 |
0.62.0-nightly001 | 277 | 6/27/2023 |
0.61.3 | 10,744 | 4/1/2023 |
0.61.2 | 2,152 | 2/20/2023 |
0.61.1 | 472 | 12/9/2022 |
0.61.0 | 15,954 | 11/7/2022 |
0.60.3 | 538 | 10/20/2022 |
0.60.2 | 1,187 | 10/3/2022 |
0.60.1 | 751 | 9/10/2022 |
0.60.0 | 1,150 | 8/21/2022 |
0.59.2 | 1,093 | 8/5/2022 |
0.59.1 | 2,630 | 4/17/2022 |
0.59.0 | 738 | 4/16/2022 |
0.58.2 | 973 | 4/4/2022 |
0.58.1 | 763 | 4/3/2022 |
0.58.0 | 3,768 | 4/3/2022 |
0.57.2 | 818 | 3/20/2022 |
0.57.1 | 447 | 3/20/2022 |
0.57.0 | 435 | 3/20/2022 |
0.55.4 | 4,140 | 11/19/2021 |
0.55.3 | 893 | 11/19/2021 |
0.55.1 | 519 | 11/16/2021 |
0.55.0 | 723 | 11/5/2021 |
0.54.2 | 668 | 11/2/2021 |
0.54.1 | 667 | 10/17/2021 |
0.54.0 | 538 | 8/12/2021 |
0.53.1 | 19,314 | 6/23/2021 |
0.53.0 | 1,477 | 6/22/2021 |
0.52.0 | 1,173 | 4/16/2021 |
0.51.0 | 2,294 | 3/16/2021 |
0.50.0 | 670 | 3/13/2021 |
0.49.0 | 753 | 3/3/2021 |
0.48.0 | 1,131 | 2/11/2021 |
0.46.0 | 1,050 | 1/11/2021 |
0.45.2 | 1,086 | 12/22/2020 |
0.45.1 | 594 | 12/22/2020 |
0.45.0 | 787 | 12/19/2020 |
### Added
* * [Logging for solution parsing failures](https://github.com/ionide/proj-info/pull/161) (Thanks @TheAngryByrd!)
### Fixed
* * [Support running on 6.0.400 by always performing Clean builds](https://github.com/ionide/proj-info/pull/162) (Thanks @TheAngryByrd!)
* * [Graph builder works for more types of projects](https://github.com/ionide/proj-info/pull/165) (Thanks @TheAngryByrd!)
* * [.NET 7 previews support](https://github.com/ionide/proj-info/pull/167)