Solution.Parser
0.2.0
This package has a SemVer 2.0.0 package version: 0.2.0+45.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Solution.Parser --version 0.2.0
NuGet\Install-Package Solution.Parser -Version 0.2.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="Solution.Parser" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Solution.Parser --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Solution.Parser, 0.2.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 Solution.Parser as a Cake Addin #addin nuget:?package=Solution.Parser&version=0.2.0 // Install Solution.Parser as a Cake Tool #tool nuget:?package=Solution.Parser&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Solution Parser
Sample
[TestClass]
public class SolutionParseTest
{
private static SolutionFileInfo _sSolutionFileInfo = null!;
[ClassInitialize]
public static void ClassInit(TestContext _)
{
var solutionFile = new SolutionFileName("Solution.Parser.sln").FindSolutionFileReverseFrom(new DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory));
_sSolutionFileInfo = Throw.IfNull(solutionFile);
}
[TestMethod]
public void Assert_That_Solution_Could_Be_Parsed()
{
var tcSolutionFile = _sSolutionFileInfo.Parse();
Assert.IsNotNull(tcSolutionFile);
}
[TestMethod]
public void Assert_That_A_CSharp_File_Can_Be_Parsed()
{
var tcSolutionFile = _sSolutionFileInfo.Parse();
var csharpSyntaxTrees = tcSolutionFile.Projects.SelectMany(p => p.CSharpFileInfos).Select(c => c.Parse()).ToList();
Assert.IsTrue(csharpSyntaxTrees.Any());
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Argument.Check (>= 3.0.1)
- Extensions.Pack (>= 3.0.3)
- FileSystem.Abstraction (>= 0.1.2)
- Microsoft.Build (>= 17.6.3)
- Microsoft.CodeAnalysis.CSharp (>= 4.6.0)
- NuGet.Configuration (>= 6.6.1)
- NuGet.Versioning (>= 6.6.1)
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 |
---|---|---|
3.0.2 | 2,362 | 2/4/2025 |
3.0.1 | 10,035 | 1/24/2025 |
3.0.0 | 11,562 | 11/20/2024 |
2.0.18 | 19,329 | 11/20/2024 |
2.0.17 | 7,342 | 10/17/2024 |
2.0.16 | 35,543 | 9/23/2024 |
2.0.15 | 3,740 | 9/6/2024 |
2.0.13 | 12,835 | 6/12/2024 |
2.0.12 | 3,317 | 5/26/2024 |
2.0.11 | 4,270 | 5/12/2024 |
2.0.10 | 3,273 | 5/12/2024 |
2.0.9 | 3,278 | 5/10/2024 |
2.0.8 | 3,274 | 5/9/2024 |
2.0.7 | 3,279 | 5/9/2024 |
2.0.6 | 3,255 | 5/9/2024 |
2.0.5 | 5,339 | 4/20/2024 |
2.0.4 | 4,605 | 3/5/2024 |
2.0.3 | 6,124 | 1/22/2024 |
2.0.2 | 3,282 | 1/22/2024 |
2.0.1 | 3,635 | 1/16/2024 |
2.0.0 | 4,169 | 11/28/2023 |
0.2.0 | 3,674 | 11/28/2023 |
0.2.0-alpha.45 | 410 | 10/14/2023 |
0.2.0-alpha.44 | 124 | 9/12/2023 |
0.2.0-alpha.43 | 1,683 | 8/28/2023 |
0.2.0-alpha.42 | 105 | 8/27/2023 |
0.2.0-alpha.41 | 102 | 8/27/2023 |
0.2.0-alpha.38 | 1,402 | 7/25/2023 |
0.2.0-alpha.37 | 449 | 6/30/2023 |
0.2.0-alpha.34 | 4,881 | 3/16/2023 |
0.2.0-alpha.31 | 757 | 2/5/2023 |
0.2.0-alpha.30 | 2,391 | 1/2/2023 |
0.2.0-alpha.29 | 134 | 1/1/2023 |
0.2.0-alpha.27 | 124 | 1/1/2023 |
0.2.0-alpha.25 | 133 | 1/1/2023 |
0.1.0-alpha.24 | 126 | 12/27/2022 |
0.1.0-alpha.23 | 403 | 12/12/2022 |
0.1.0-alpha.22 | 121 | 12/12/2022 |
0.1.0-alpha.21 | 5,045 | 9/15/2022 |
0.1.0-alpha.19 | 220 | 9/14/2022 |
0.1.0-alpha.16 | 2,505 | 6/7/2022 |
0.1.0-alpha.15 | 145 | 6/7/2022 |
0.1.0-alpha.14 | 146 | 6/7/2022 |
0.1.0-alpha.13 | 358 | 4/25/2022 |
0.1.0-alpha.12 | 137 | 4/22/2022 |
0.1.0-alpha.11 | 168 | 4/16/2022 |
Introduce API parsing