-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix namespaces #2871
Fix namespaces #2871
Conversation
@@ -1,7 +1,7 @@ | |||
// Copyright (c) Microsoft. All rights reserved. | |||
// Licensed under the MIT license. See LICENSE file in the project root for full license information. | |||
|
|||
namespace Microsoft.Azure.Devices.Client.Transport.Mqtt | |||
namespace Microsoft.Azure.Devices.Client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The amqp public types are under the "root" namespace, so moving this there as well
@@ -3,7 +3,7 @@ | |||
|
|||
using Newtonsoft.Json; | |||
|
|||
namespace Microsoft.Azure.Devices.Client.Transport | |||
namespace Microsoft.Azure.Devices.Client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This, and below - they aren't transport specific types really.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
These public types don't require their own namespaces