Jonathan Dick

Results 185 comments of Jonathan Dick

We have a similar capability already in .NET MAUI. For example, with the path and color in the resource dictionary: ```xaml M 10,100 C 10,300 300,-200 300,100 Red ``` And...

Is your project specifying explicit versions of WindowsAppSDK and/or WebView2 nuget packages?

I'm not able to reproduce this so far. Are you able to share a reproduction of it?

> For the `RcwReflectionFallbackGenerator` compiler issue, I am working on a fix in the source generator to address this and turn it into a warning instead, but I believe it...

Specifically, the section about WebView2 errors. You should be able to work around this for now with adding the property to your project: ```xml

@jayhayman-hdd can you open a new issue with more details and a repro? Thanks!

@bdovaz have you actually installed .NET 9 RC2 release of the SDK and installed the corresponding new workloads? While often the newer 'nuget' than the workload you have installed can...

Thoughts: 1. This could be design time build interfering with normal build? 2. Do we want to run these tasks at all for design time builds? 3. If we do...