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

Support for analyzer nuget #133

Open
sailro opened this issue Feb 16, 2021 · 1 comment
Open

Support for analyzer nuget #133

sailro opened this issue Feb 16, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@sailro
Copy link

sailro commented Feb 16, 2021

See the following nuget:
https://www.fuget.org/packages/Microsoft.Unity.Analyzers

This is a special nuget for a Roslyn Analyzer (so the interesting part is that an analyzers folder is used instead of the expected lib one)

So fuget is currently confused to display/diff any assembly/type info.

File hierarchy for this nuget:

.signature.p7s
Microsoft.Unity.Analyzers.nuspec
[Content_Types].xml
analyzers\dotnet\cs\Microsoft.Unity.Analyzers.dll
package\services\metadata\core-properties\f9366dce472b4a0fb34e4ed667c83570.psmdcp
tools\install.ps1
tools\uninstall.ps1
_rels\.rels

So it's probably necessary to review those code parts:
https://github.com/praeclarum/FuGetGallery/search?q=%22lib%22

Documentation:
https://docs.microsoft.com/en-us/nuget/guides/analyzers-conventions#analyzers-path-format

@praeclarum praeclarum added the enhancement New feature or request label Feb 28, 2021
@praeclarum
Copy link
Owner

Right, right, thanks. Yeah I need better support for Tool nugets too.

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
None yet
Development

No branches or pull requests

2 participants