Skip to content

Commit

Permalink
Merge pull request #31 from AArnott/fixServiceManagerReflectionHelper…
Browse files Browse the repository at this point in the history
…sNamespace

Drop `.Extensions` from namespace for the `ServiceManagerReflectionHelpers` class
  • Loading branch information
AArnott committed Feb 8, 2023
2 parents 2c43b9b + 2995dfb commit 3335d00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Nerdbank.Streams;
using Newtonsoft.Json;

namespace Microsoft.ServiceHub.Framework.Extensions;
namespace Microsoft.ServiceHub.Framework;

/// <summary>
/// Extension methods used via reflection in Microsoft.ServiceHub.HostStub.IServiceManager inside of the DevCore repository inside of Visual Studio.
Expand Down

0 comments on commit 3335d00

Please sign in to comment.