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
src/docfx/docfx.csproj references Microsoft.Owin.StaticFiles/3.0.1, which has the bug aspnet/AspNetKatana#371. This has been fixed in Microsoft.Owin.StaticFiles/4.2.0.
The text was updated successfully, but these errors were encountered:
Operating System: Windows
DocFX Version Used: 2.57.2
Template used: None
Steps to Reproduce:
MKDIR yleistä
ECHO haha>yleistä\index.html
docfx serve .
haha
.Expected Behavior:
haha
again.Actual Behavior:
Cause:
src/docfx/docfx.csproj references Microsoft.Owin.StaticFiles/3.0.1, which has the bug aspnet/AspNetKatana#371. This has been fixed in Microsoft.Owin.StaticFiles/4.2.0.
The text was updated successfully, but these errors were encountered: