dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
725 stars 1.56k forks source link

The `SolutionFile` class and friends are not documented here #1734

Open TBBle opened 5 years ago

TBBle commented 5 years ago

Per https://github.com/dotnet/dotnet-api-docs/issues/786#issuecomment-396353150, this API documentation is for the version of MSBuild included in the .NET Framework.

You can see the documentation for this namespace in the version of MSBuild shipped with MS Visual Studio at https://www.fuget.org/packages/Microsoft.Build/*/lib/*/Microsoft.Build.dll/Microsoft.Build.Construction


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

TBBle commented 5 years ago

To be clear, this is an issue that I understand #786 is intended to resolve. This note is here just to help anyone who gets stuck on this point (as I did) looking for documentation on Microsoft.Build.Construction.SolutionFile.Parse, to redirect to #786.