C
C#11mo ago
floribe2000

❔ C# Analyzer with nuget dependency

I'm trying to pack a simple Analyzer as NuGet package. My problem is including a utility library that provides some useful extensions used across multiple projects. This library is available as nuget package. Is there any simple way to include that library in my analyzer package, ideally without putting the dll into the analyzer package but as some kind of package reference, similar to how nuget dependencies on normal libraries work? If not, what is the recommended approach here?
1 Reply
Accord
Accord11mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.