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

Addin registration on .NET 6 #4

Open
jozefizso opened this issue Apr 11, 2023 · 0 comments
Open

Addin registration on .NET 6 #4

jozefizso opened this issue Apr 11, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jozefizso
Copy link
Member

The .NET 6 provides new System.Reflection.Metadata model for reading metadata from assembly file.

This will allow the build task to read the assembly without executing it and without requiring to resolved references.

Reference: https://learn.microsoft.com/en-us/dotnet/api/system.reflection.metadata?view=net-6.0

@jozefizso jozefizso added the enhancement New feature or request label Apr 11, 2023
@jozefizso jozefizso added this to the v2.0.0 milestone Apr 11, 2023
@jozefizso jozefizso self-assigned this Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
.NET Core Support
  
Awaiting triage
Development

No branches or pull requests

1 participant