Andrii Kurdiumov
Andrii Kurdiumov
Okay I take a look at the source code only. Did not have access to Windows PC right now (will test in next couple days max). I would like to...
@ThomasGoulet73 when trying to build from aforementioned branch, I receive bunch of C++ errors like this ``` src\Microsoft.DotNet.Wpf\src\WpfGfx\core\uce\hwndtarget.cpp(697,131): error C2039: 'DisableDirtyRectangles': is not a member of 'MilRTInitialization' ``` Is this...
Yeah. I remove `artifacts` folder and that was enough. I successfully launch empty WPF application from your branch. For anybody interested in NativeAOT, it is still fails, now at `System.Printing`...
Maybe @AndreyAkinshin also can help
I think AST nodes should have information about their range and source file of origin.
Seems to be this is it https://developercommunity.visualstudio.com/t/Parallelly-invoking-MicrosoftVisualStud/10752944?sort=active&topics=enterprise-2017
For the record. There no logs anywhere to be found. Even after enabling ``` "FSharp.verboseLogging": true, "FSharp.trace.server": "verbose", ``` It appear to me when developing using Oxpecker library, and when...
I think if put `CurrentIndex` into `FunctionScope` that would work.
To reduce allocations when iterating over data, introduce struct enumerators where needed.
Change to dotnet-install.ps1 was deployed 24 days ago. See https://github.com/dotnet/install-scripts/pull/196#issuecomment-904303722 I do not know, is this enough for most contributors to nuke .dotnet folder or not.