dotnet/wpf

PresentationCore.dll doesn't get picked up by test apps

Open

#1.061 geöffnet am 22. Juni 2019

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.126 Forks)batch import
help wanted

Repository-Metriken

Stars
 (6.683 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 7h) (41 gemergte PRs in 30 T)

Beschreibung

When using the pattern described in the developer guide most managed assemblies like WindowsBase and PresentationFramework will be copied and used, except for PresentationCore.

There's probably something small here that just requires investigating the MSBuild bin logs and trying to figure out where these references get picked up and why this is special.

Contributor Guide