Ionide.ProjInfo.ProjectSystem 0.68.0

dotnet add package Ionide.ProjInfo.ProjectSystem --version 0.68.0                
NuGet\Install-Package Ionide.ProjInfo.ProjectSystem -Version 0.68.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.ProjectSystem" Version="0.68.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ionide.ProjInfo.ProjectSystem --version 0.68.0                
#r "nuget: Ionide.ProjInfo.ProjectSystem, 0.68.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.
// Install Ionide.ProjInfo.ProjectSystem as a Cake Addin
#addin nuget:?package=Ionide.ProjInfo.ProjectSystem&version=0.68.0

// Install Ionide.ProjInfo.ProjectSystem as a Cake Tool
#tool nuget:?package=Ionide.ProjInfo.ProjectSystem&version=0.68.0                

Ionide.ProjInfo.ProjectSystem

This library provides helpers for operating an entire project system based on the data structures returned by the Ionide.ProjInfo library.

The main entrypoint is the ProjectController API in the Ionide.ProjInfo.ProjectSystem workspace:

type ProjectController(toolsPath: ToolsPath, workspaceLoaderFactory: ToolsPath -> IWorkspaceLoader) =
    ...

From there you can load specific projects, get their dependencies, and more.

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Ionide.ProjInfo.ProjectSystem:

Package Downloads
FSharpLint.Core

API to programmatically run FSharpLint.

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 1,174 11/19/2024
0.67.0 97 10/2/2024
0.66.1 104 9/2/2024
0.66.0 1,303 8/17/2024
0.65.0 2,776 5/15/2024
0.64.0 1,588 4/21/2024
0.63.0 9,775 2/6/2024
0.62.0 5,306 8/21/2023
0.62.0-nightly001 287 6/27/2023
0.61.3 10,111 4/1/2023
0.61.2 2,110 2/20/2023
0.61.1 402 12/9/2022
0.61.0 15,882 11/7/2022
0.60.3 419 10/20/2022
0.60.2 1,072 10/3/2022
0.60.1 642 9/10/2022
0.60.0 1,006 8/21/2022
0.59.2 892 8/5/2022
0.59.1 2,474 4/17/2022
0.59.0 566 4/16/2022
0.58.2 803 4/4/2022
0.58.1 581 4/3/2022
0.58.0 3,571 4/3/2022
0.57.2 625 3/20/2022
0.57.1 572 3/20/2022
0.57.0 585 3/20/2022
0.55.4 4,056 11/19/2021
0.55.3 808 11/19/2021
0.55.1 414 11/16/2021
0.55.0 621 11/5/2021
0.54.2 549 11/2/2021
0.54.1 533 10/17/2021
0.54.0 414 8/12/2021
0.53.1 19,108 6/23/2021
0.53.0 1,365 6/22/2021
0.52.0 1,026 4/16/2021
0.51.0 2,205 3/16/2021
0.50.0 564 3/13/2021
0.49.0 644 3/3/2021
0.48.0 998 2/11/2021
0.46.0 975 1/11/2021
0.45.2 999 12/22/2020
0.45.1 506 12/22/2020
0.45.0 690 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)