dotnet/wpf

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

Open

#1 061 ouverte le 22 juin 2019

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C# (1 126 forks)batch import
help wanted

Métriques du dépôt

Stars
 (6 683 stars)
Métriques de merge PR
 (Merge moyen 2j 7h) (41 PRs mergées en 30 j)

Description

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.

Guide contributeur