Consider using only a single namespace for all classes. As it currently is, the Trustee class is located in the System.Messaging namespace, while MessageQueue exists in Experimental.System.Messaging.
This can result in conflicts when using both the experimental nuget and the original library in the same project.
Consider using only a single namespace for all classes. As it currently is, the
Trusteeclass is located in the System.Messaging namespace, while MessageQueue exists in Experimental.System.Messaging.This can result in conflicts when using both the experimental nuget and the original library in the same project.