blankensteiner commented on a change in pull request #48: URL: https://github.com/apache/pulsar-dotpulsar/pull/48#discussion_r498663668
########## File path: src/DotPulsar/PulsarClient.cs ########## @@ -12,15 +12,22 @@ * limitations under the License. */ +using System.Runtime.CompilerServices; + +[assembly: InternalsVisibleTo("DotPulsar.Tests")] Review comment: Make the classes public, but move them to the "Internal" namespace. That way you can access them from the test project. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org