Balkoth

Results 144 comments of Balkoth

With WASDK 1.2 and Visual Studio 17.4.1 no more SDK node is being shown, so i guess this is fixed.

I am experiencing this too, except when cloning a bare repository from a network share to a local folder.

On Windows i never encountered a problem with `robocopy` to sync the timestamps. First time i try this on linux with rsync and it does not work. Google search brings...

> * Custom binders using `BinderBase` - `BinderBase` doesn't exist any more, and I can't find a replacement > * `RootCommand.SetHandler` - again, no longer exists > * `RootCommand.Invoke`/`RootCommand.InvokeAsync` -...

Figured some of this out by myself: ```cs internal static class Program { private static int Main(string[] args) { // Define a static local function to create an option with...

I guess this is an inherent issue with source generators as `Source generators cannot see the output of other source generators`

I don't know what to provide to get bugs like this fixed. It has a sample that reproduces the crash on the specified platform, yet no one from the team...

I think this is absolutely neccessary, as i have a taken winforms app to winui3 where the size of the resulting binary exploded from 700 Kilobytes to 44 Megabytes.