Closed stakx closed 6 years ago
Fixed in dc4cb2add96d01c91041fc90f82d73ae2e91b4b1. This was caused by the types in the TypeNameFormatter
namespace being declared public
, which isn't the right thing to do for a source code-only distribution.
Now there is a <TypeNameFormatterInternal>
MSBuild property which controls whether the library's types will be declared internal
or public
. For the source code-only NuGet package, this property defaults to "True"
(= internal types), but it can be set explicitly in downstream projects.