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. |
-
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.67.0 | 105 | 10/2/2024 |
0.66.1 | 116 | 9/2/2024 |
0.66.0 | 1,212 | 8/17/2024 |
0.65.0 | 2,761 | 5/15/2024 |
0.64.0 | 1,607 | 4/21/2024 |
0.63.0 | 8,653 | 2/6/2024 |
0.62.0 | 5,317 | 8/21/2023 |
0.62.0-nightly001 | 273 | 6/27/2023 |
0.61.3 | 9,389 | 4/1/2023 |
0.61.2 | 2,143 | 2/20/2023 |
0.61.1 | 466 | 12/9/2022 |
0.61.0 | 15,936 | 11/7/2022 |
0.60.3 | 530 | 10/20/2022 |
0.60.2 | 1,179 | 10/3/2022 |
0.60.1 | 743 | 9/10/2022 |
0.60.0 | 1,141 | 8/21/2022 |
0.59.2 | 1,085 | 8/5/2022 |
0.59.1 | 2,622 | 4/17/2022 |
0.59.0 | 730 | 4/16/2022 |
0.58.2 | 965 | 4/4/2022 |
0.58.1 | 755 | 4/3/2022 |
0.58.0 | 3,760 | 4/3/2022 |
0.57.2 | 810 | 3/20/2022 |
0.57.1 | 439 | 3/20/2022 |
0.57.0 | 427 | 3/20/2022 |
0.55.4 | 4,095 | 11/19/2021 |
0.55.3 | 883 | 11/19/2021 |
0.55.1 | 509 | 11/16/2021 |
0.55.0 | 715 | 11/5/2021 |
0.54.2 | 655 | 11/2/2021 |
0.54.1 | 659 | 10/17/2021 |
0.54.0 | 530 | 8/12/2021 |
0.53.1 | 19,225 | 6/23/2021 |
0.53.0 | 1,469 | 6/22/2021 |
0.52.0 | 1,165 | 4/16/2021 |
0.51.0 | 2,283 | 3/16/2021 |
0.50.0 | 662 | 3/13/2021 |
0.49.0 | 744 | 3/3/2021 |
0.48.0 | 1,123 | 2/11/2021 |
0.46.0 | 1,040 | 1/11/2021 |
0.45.2 | 1,077 | 12/22/2020 |
0.45.1 | 586 | 12/22/2020 |
0.45.0 | 779 | 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)