You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Calling DotnetApiCatalog.GenerateManagedReferenceYamlFiles() from a C# application works when when referencing Docfx.App 2.75.3 but hangs indefinitely after restoring when updating to 2.76.0
It seems that issue caused by BuildHost related contentFiles (that introduced at Roslyn 4.9.2) are not copied to bin directories when using Docfx.App package.
As a workaround.
Add following package dependencies to DocFxHangRepro.csproj.
Describe the bug
Calling
DotnetApiCatalog.GenerateManagedReferenceYamlFiles()
from a C# application works when when referencing Docfx.App 2.75.3 but hangs indefinitely after restoring when updating to 2.76.0To Reproduce
Steps to reproduce the behavior:
dotnet run
inDocFxHangRepro
console app folderExpected behavior
GenerateManagedReferenceYamlFiles()
should not hang.Context (please complete the following information):
The text was updated successfully, but these errors were encountered: