Youssef Victor

Results 913 comments of Youssef Victor

Double checked, they are in FileWrites, my bad. However, the lack of `Inputs` / `Outputs` make the target run unnecessarily and significantly slowing down incremental builds

Uno core is using a very old version of resizetizer actually. I'll update it to confirm that this is still an issue, then will verify if #294 fixes it.

Updating to latest didn't help. However, #294 is helping. With #294: ![image](https://github.com/unoplatform/uno.resizetizer/assets/31348972/c46e19e1-b20d-4393-b8ae-bcd27f06081f) Without it was always executed, which makes sense because the target doesn't define any inputs.

@dansiegel I think it should be a small fix like what I did in #294?

I'm closing as Won't Fix. It seems low value with some thoughts that we shouldn't ignore `Timeout` based on `Debugger.IsAttached`. And we don't have an easy way to only consider...

I think the testing framework will assert that the syntax tree produced after applying the codefix being tested will exactly match what the compiler produces if it would parse the...

~~https://github.com/unoplatform/uno/pull/13391 might help. Let's see~~ Nope, this issue was for Android.

https://github.com/unoplatform/uno/pull/18261/ will probably fix this