[enum LoggerVerbosity ] Applies To section in docs does not reflect the reality
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 133
Description
In https://docs.microsoft.com/en-us/dotnet/api/microsoft.build.framework.loggerverbosity#moniker-applies-to, netcoreapp and netstandard TFMs are missing for some reason although the enum exists for those frameworks:
https://github.com/microsoft/msbuild/blob/a0c916cc71a2930da09d4605b7b2fd5def4ad569/ref/Microsoft.Build.Framework/netstandard/Microsoft.Build.Framework.cs#L345-L352
Seems like we cannot simply edit the page (https://github.com/dotnet/dotnet-api-docs/blob/0f4839df5/xml/Microsoft.Build.Framework/LoggerVerbosity.xml) and add the missing items, probably some automation is involved? Is there some utility which scans the TFMs support from dll, and is misbehaving in this case?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.