Zou Wei
Zou Wei
Linux ====== Trying to build native cairo in Windows Subsystem for Linux. See [Targeting the Windows Subsystem for Linux from Visual Studio](https://blogs.msdn.microsoft.com/vcblog/2017/02/08/targeting-windows-subsystem-for-linux-from-visual-studio/). TODO
This is a critical issue in my case for esnext. This makes js and css file versioning impossible, if you only use esbuild to force browser to invalidate js and...
@FSharpCSharp The Microsoft docs uses multiple docfx sites for multilingualism, such as [docs(en-us)](https://github.com/dotnet/docs), [docs.zh-cn](https://github.com/dotnet/docs.zh-cn) and so on. https://github.com/dotnet?q=docs Maybe this is the _Best Practices_.
> we've switched to azure devops for workitem tracking. @yufeih Where is it? I cannot see that. https://docfx.visualstudio.com/docfx/_workitems/recentlyupdated 
> > I understand there's two ways to "read" the provided explanation > > Ah, okay, I see. So this is tricky. I expected the upper left and lower right...
This fork supports shader model 5.0, tested: https://github.com/Quon/HLSLDecompiler
> @zwcloud ,hello,could you tell me how to use hlsldecompiler tool not with renderdoc,I can not use it standalone!thanks! just follow the instruction in ReadMe
@Faizan2304 Is it fixed in Visual Studio Community 2017 Version 15.2 (26430.15) Release? I still cannot get the output in the output window or the test explorer. I'm using xunit.
@Faizan2304 > Is it Console.WriteLine ? > If yes then it seems xunit doesn't support that. Yes. But @bradwilson said in [xunit#1141](https://github.com/xunit/xunit/issues/1141#issuecomment-282940669) >There is no way to see that output...
@Faizan2304 Apparently you guys think you have done quite well in handling the console output. But that's far from the truth. We don't want to *use IOutputHelper to log your...