Skip to content

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Sep 8, 2025

Should fix some APIScan bugs. Anything in the symbol output dir gets indexed by Arcade:

<FilesToPublishToSymbolServer Include="$(ArtifactsDir)symbols\**\*.pdb" />
. Should backport this 10.0 for rc2.

CC @danmoseley

@wtgodbe wtgodbe requested a review from a team as a code owner September 8, 2025 19:48
@github-actions github-actions bot added the area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions label Sep 8, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR ensures that debug symbols (.pdb files) for the AspNetCoreCA project are properly published to the symbol server by copying them to the symbols output directory. This should resolve APIScan bugs by making the symbols available for Arcade's symbol indexing process.

Key changes:

  • Adds a custom MSBuild target to copy .pdb files to the symbols output path
  • Creates two copies with different naming conventions to ensure compatibility

@wtgodbe
Copy link
Member Author

wtgodbe commented Sep 8, 2025

/backport to release/10.0

Copy link
Contributor

github-actions bot commented Sep 8, 2025

Started backporting to release/10.0: https://github.com/dotnet/aspnetcore/actions/runs/17564195890

@wtgodbe wtgodbe merged commit 11dd8ba into main Sep 8, 2025
30 checks passed
@wtgodbe wtgodbe deleted the wtgodbe/PublishCustomActionPdb branch September 8, 2025 21:10
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview1 milestone Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants