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
Links in v2.78.2 were rendered as clickable links, which is no longer the case after updating to v2.78.3.
Before:
After:
Source code this was produced from:
usingJetBrains.Annotations;usingMicrosoft.AspNetCore.Mvc.Filters;namespaceJsonApiDotNetCore.Middleware;/// <summary>/// Converts action result without parameters into action result with null parameter./// <example>/// <code><![CDATA[/// return NotFound() -> return NotFound(null)/// ]]></code>/// </example>/// This ensures our formatter is invoked, where we'll build a JSON:API compliant response. For details, see:/// https://github.com/dotnet/aspnetcore/issues/16969/// </summary>[PublicAPI]publicinterfaceIAsyncConvertEmptyActionResultFilter:IAsyncAlwaysRunResultFilter;
Describe the bug
Links in v2.78.2 were rendered as clickable links, which is no longer the case after updating to v2.78.3.
Before:
After:
Source code this was produced from:
To Reproduce
Steps to reproduce the behavior:
cd docs
.\build-dev.ps1 -NoBuild
dotnet tool update docfx
Expected behavior
No change in clickable links.
Context (please complete the following information):
OS: Windows
Docfx version: 2.78.3
.NET version: .NET 9 SDK v9.0.103, runtimes: 8.0.13, 9.0.2
docfx.json
configNone
None
Additional context
None
The text was updated successfully, but these errors were encountered: