dotnet / dotnet/wpf

How to build Microsoft.Windowsdesktop.App package

Open
#10,763 1 comment 0 reactions 0 assignees View on GitHub
:mailbox_with_no_mail: waiting-author-feedback Question
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

Hi, I arranged the directory structure like this:

```
${rootdir}
|------> wpf
|------> runtime
|------> windowsdesktop
```

Then I entered the windowsdesktop subdirectory and ran:

```
cd windowsdesktop
.\build.cmd -pack -c Release
```

This generated a package at:
```
artifacts\packages\Release\Shipping\windowsdesktop-runtime-8.0.11-win-x64.zip
```

However, after extracting this ZIP package, I found that the PresentationCore.dll MD5 hash is different from the one in wpf/artifacts.

Where is the library in the windowsdesktop package coming from?
How can I pack my custom PresentationCore.dll in windowsdesktop-runtime-8.0.11-win-x64.zip

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.