Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve AssemblySymbolLoader logging #46102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Jan 17, 2025

Fixes #46093

Example loggings with these changes:

error CP1002: Could not resolve reference 'Microsoft.NET.StringTools.dll' directly referenced by 'MessagePack.dll' and transitively referenced by 'lib/net462/Microsoft.AspNetCore.SignalR.Protocols.MessagePack.dll' (C:\git\aspnetcore\artifacts\packages\Debug\Shipping\Microsoft.AspNetCore.SignalR.Protocols.MessagePack.10.0.0-dev.nupkg) in any of the provided search directories.

Loading assemblies 'lib/netstandard2.0/Microsoft.AspNetCore.SignalR.Protocols.MessagePack.dll' from archive 'C:\git\aspnetcore\artifacts\packages\Debug\Shipping\Microsoft.AspNetCore.SignalR.Protocols.MessagePack.10.0.0-dev.nupkg'.

Assembly 'System.Reflection.Emit.ILGeneration.dll' loaded.

@ViktorHofer ViktorHofer requested a review from a team as a code owner January 17, 2025 21:36
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-ApiCompat untriaged Request triage from a team member labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-ApiCompat untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CP1002 AssemblySymbolLoader warning needs more information
1 participant