-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Introduce a class library Microsoft.DotNet.ApiSymbolExtensions #28855
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
Introduce a class library Microsoft.DotNet.ApiSymbolExtensions #28855
Conversation
|
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
ViktorHofer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DotNet.ApiCompatibility/Resources.resx → ApiSymbolExtension/ExtensionResources.resx
We don't want to share all the resource strings. Just the ones that are used by both components, i.e. for assembly symbol loading.
9677d6f to
74cbe4e
Compare
6dfab04 to
e473f4d
Compare
…rary. Added Microsoft.DotNet.ApiSymbolExtensions.Tests test project
|
@ViktorHofer , @smasher164 please take a look |
Microsoft.DotNet.ApiSymbolExtensionswith pathsrc\sdkthat share common code base: classes, interfaces, resources between theApiCompatand theGenAPItools.Microsoft.DotNet.ApiSymbolExtensions.Testsand move AssemblySymbolLoaderTests.cs fromMicrosoft.DotNet.ApiCompatibility.Testssdk\src\ApiCompat\Microsoft.DotNet.ApiCompatibilityfolder to thesdk\src\Microsoft.DotNet.ApiSymbolExtensions