Skip to content
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

remove apiconfig and appconfig namespaces for public [1006] #1015

Merged
merged 2 commits into from
Mar 26, 2019

Conversation

MarkZuber
Copy link
Contributor

Copy link
Collaborator

@jennyf19 jennyf19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fixing this.

@@ -37,7 +37,6 @@
using System.Threading;
using Microsoft.Identity.Client.ApiConfig;
Copy link
Contributor

@henrik-me henrik-me Mar 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this ? Is there a way to remove the AppConfig namespace completely?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppConfig namespace is completely gone. ApiConfig has two child namespaces which I'd prefer to keep.

@@ -29,7 +29,7 @@
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Identity.Client;
using Microsoft.Identity.Client.ApiConfig;
using Microsoft.Identity.Client.ApiConfig.Executors;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ApiConfig [](start = 32, length = 9)

Do we still need this namespace?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this Executors is internal code where we do the execution and i kept those namespaces around. the change here is i moved the interfaces down a folder so we can have appconfig and apiconfig root directories all be in microsoft.identity.client (since they're public)

Copy link
Contributor

@henrik-me henrik-me left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@MarkZuber MarkZuber merged commit 2f97726 into dev3x Mar 26, 2019
@MarkZuber MarkZuber deleted the markzuber/confignamespaces branch March 26, 2019 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants