Skip to content

fix: hide native gRPC assemblies from Solution Explorer#32

Merged
CalvinAllen merged 1 commit intomainfrom
fix/hide-grpc-native-assemblies
Jan 6, 2026
Merged

fix: hide native gRPC assemblies from Solution Explorer#32
CalvinAllen merged 1 commit intomainfrom
fix/hide-grpc-native-assemblies

Conversation

@CalvinAllen
Copy link
Contributor

Summary

  • Add a .targets file that hides native gRPC assemblies from Solution Explorer in consuming projects
  • These files (grpc_csharp_ext.x64.dll, grpc_csharp_ext.x86.dll, libgrpc_csharp_ext.x64.dylib, libgrpc_csharp_ext.x64.so) are required at runtime but don't need to be visible as linked items

Test plan

  • Install updated package in a VSIX project
  • Verify gRPC native assemblies no longer appear in Solution Explorer root
  • Verify extension still works with OTLP/gRPC export

@CalvinAllen CalvinAllen merged commit f6ae7d6 into main Jan 6, 2026
3 checks passed
@CalvinAllen CalvinAllen deleted the fix/hide-grpc-native-assemblies branch January 6, 2026 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant