Andy Gocke
Andy Gocke
This is hitting a lot of our official builds, see https://dev.azure.com/dnceng/internal/_build/results?buildId=2446012 for an example. \+ @markwilkie
See https://github.com/dotnet/runtime/issues/101594
At the top-level, WPF apps should be able to use trimming with predictable results. To trim WPF safely, the trim warnings need to be fixed. A list of all warnings...
Running a published app (`dotnet publish`) isn't possible using dotnet run, since dotnet run only executes `build`. Perhaps there could be a flag to run a published app.