Ionide.ProjInfo.Sln 0.68.0

dotnet add package Ionide.ProjInfo.Sln --version 0.68.0
                    
NuGet\Install-Package Ionide.ProjInfo.Sln -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.Sln" Version="0.68.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ionide.ProjInfo.Sln" Version="0.68.0" />
                    
Directory.Packages.props
<PackageReference Include="Ionide.ProjInfo.Sln" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ionide.ProjInfo.Sln --version 0.68.0
                    
#r "nuget: Ionide.ProjInfo.Sln, 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.
#addin nuget:?package=Ionide.ProjInfo.Sln&version=0.68.0
                    
Install Ionide.ProjInfo.Sln as a Cake Addin
#tool nuget:?package=Ionide.ProjInfo.Sln&version=0.68.0
                    
Install Ionide.ProjInfo.Sln as a Cake Tool

Ported from: https://github.com/enricosada/sln

WHY? no official sln parser avaiable

https://github.com/Microsoft/msbuild/issues/1708#issuecomment-280693611

Reuse some source files from https://github.com/Microsoft/msbuild/ repo and reimplement some classes to not import too many files

Original file list:

<Compile Include="..\..\vendor\msbuild\src\Shared\ErrorUtilities.cs" />
<Compile Include="..\..\vendor\msbuild\src\Shared\VisualStudioConstants.cs" />
<Compile Include="..\..\vendor\msbuild\src\Shared\Constants.cs" />
<Compile Include="..\..\vendor\msbuild\src\Shared\Traits.cs" />
<Compile Include="..\..\vendor\msbuild\src\Shared\BuildEventFileInfo.cs" />
<Compile Include="..\..\vendor\msbuild\src\Shared\EscapingUtilities.cs" />
<Compile Include="..\..\vendor\msbuild\src\Shared\StringBuilderCache.cs" />
<Compile Include="..\..\vendor\msbuild\src\Shared\OpportunisticIntern.cs" />
<Compile Include="..\..\vendor\msbuild\src\Shared\ProjectFileErrorUtilities.cs" />
<Compile Include="..\..\vendor\msbuild\src\Build\Errors\InvalidProjectFileException.cs" />
<Compile Include="..\..\vendor\msbuild\src\Build\Construction\Solution\ProjectConfigurationInSolution.cs" />
<Compile Include="..\..\vendor\msbuild\src\Build\Construction\Solution\ProjectInSolution.cs" />
<Compile Include="..\..\vendor\msbuild\src\Build\Construction\Solution\SolutionConfigurationInSolution.cs" />
<Compile Include="..\..\vendor\msbuild\src\Build\Construction\Solution\SolutionFile.cs" />
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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.68.0 3,015 11/19/2024
0.67.0 838 10/2/2024
0.66.1 206 9/2/2024
0.66.0 1,343 8/17/2024
0.65.0 2,870 5/15/2024
0.64.0 2,198 4/21/2024
0.63.0 13,641 2/6/2024
0.62.0 7,251 8/21/2023
0.62.0-nightly001 271 6/27/2023
0.61.3 12,551 4/1/2023
0.61.2 2,618 2/20/2023
0.61.1 711 12/9/2022
0.61.0 16,414 11/7/2022
0.60.3 939 10/20/2022
0.60.2 1,228 10/3/2022
0.60.1 975 9/10/2022
0.60.0 1,872 8/21/2022
0.59.2 2,028 8/5/2022
0.59.1 3,406 4/17/2022
0.59.0 908 4/16/2022
0.58.2 1,163 4/4/2022
0.58.1 947 4/3/2022
0.58.0 4,019 4/3/2022
0.57.2 1,012 3/20/2022
0.57.1 474 3/20/2022
0.57.0 491 3/20/2022
0.55.4 4,019 11/19/2021
0.55.3 1,066 11/19/2021
0.55.1 679 11/16/2021
0.55.0 917 11/5/2021
0.54.2 748 11/2/2021
0.54.1 784 10/17/2021
0.54.0 733 8/12/2021
0.53.1 20,676 6/23/2021
0.53.0 1,613 6/22/2021
0.52.0 2,266 4/16/2021
0.51.0 2,182 3/16/2021
0.50.0 839 3/13/2021
0.49.0 983 3/3/2021
0.48.0 1,304 2/11/2021
0.46.0 1,290 1/11/2021
0.45.2 1,268 12/22/2020
0.45.1 823 12/22/2020
0.45.0 1,049 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)