Visual Studio IntelliSense / XML documentation for WPF missing again
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
### Description
The problem exists again (#7753).
I'm using VS 17.7.6 and .NET Runtime 7.0.13
### Reproduction Steps
1. Install Visual Studio
2. Install `.NET desktop development` workload.
Here is also the list of my optional components:

3. Go to `C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\7.0.13\ref\net7.0`
4. See some xml files are missing, especially `PresentationCore.xml` and `PresentationFramework.xml`.
### Expected behavior
`PresentationCore.xml` and `PresentationFramework.xml` files must be present next to some other missing xml files.
### Actual behavior
xml files are missing.
### Regression?
It work correct for .NET Runtime 6.0.24.
The same problem probably was fixed for .NET Runtime 7.0.9.
### Known Workarounds
I've just copied the PresentationCore.xml and PresentationFramework.xml file from 6.0.24 to 7.0.13.
### Impact
_No response_
### Configuration
_No response_
### Other information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.