filzrev

Results 220 comments of filzrev

Thanks for your reply. But I can't open attached files because it's identified as `Trojan:Win32/Wacatac.B!ml` by Windows Defender. Probably it's a `false positive`, but it's hard to test on my...

It can download attached files by updating definition files Windows Defender. And debugger shows that the problem is caused by `Kind = ErrorType` symbol is passed to `AddSpecReference` method. What'...

I thought it's needs [`Microsoft.OpenAPI`](https://github.com/microsoft/OpenAPI.NET) library integration to support OpenAPI 2.0/3.0. And map OpenAPI models to existing `FileModel` at RestApiDocumentProcessor.

There is another way to support OpenAPI integration. By using [Redoc](https://github.com/Redocly/redoc) to generate api document page. **How to use ReDoc (CDN version)** ```markdown --- _layout: landing --- ``` **Output sample**...

I've tried `docfx build` command with reported [docs content](https://github.com/VaclavElias/stride-docs-next) with related metadata. But I can't reproduce `IOException` in my environment. (executed about 100 times) If there are specific procedure or...

I'm also encountered this problems with very rare rate. (I've set Windows Defender folder exclusion settings to docfx project folder) And it seems also occurred at CI environment (Windows/ 2-CPU)...

Is this problem still occurred on latest docfx? I've not encountered this problem about a month on local environment (and docfx CI build). If it still reproduceable on latest docfx...

@perclausen Is it able to to provide complete stack trace information? If `maxParallelism:1` settings resolve issue. It's expected to be occurred on outside of `HtmlPostProcessor`. (that reported on original issue)

@perclausen Thanks for your response. It seems exception is thrown from `HtmlPostProcessor`. This processor is expected to be executed on sequentially. And not affected by `maxParallelism` settings. If it can...

@glopesdev Reported error seems to be caused on `Build/LinkPhaseHandler` phase. (Original reported issue is happens on `PostProcessor` phase (that is executed sequentially)) `Build/LinkPhaseHandler` is executed in parallel. So it is...