NuGet package shouldn't have a public class Class1
#24
Labels
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification.
Looking into the dll in the NuGet package, it has a public class
Class1
(the only API in the package).Ideally, we shouldn't have to have a dll at all. @jeromelaban I expect this was done to workaround some error, what was the error?
At the very least, the dll shouldn't have any public APIs.
The text was updated successfully, but these errors were encountered: