move reflection stuff to .Internal namespace

This commit is contained in:
half-ogre
2013-10-08 15:16:27 -07:00
parent 6f3fa81789
commit b437060b7d
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Reflection;
using Octokit.Reflection;
namespace Octokit.Internal
{
+2 -2
View File
@@ -63,7 +63,7 @@ using System.Globalization;
using System.Reflection;
using System.Runtime.Serialization;
using System.Text;
using Octokit.Reflection;
using Octokit.Internal;
// ReSharper disable LoopCanBeConvertedToQuery
// ReSharper disable RedundantExplicitArrayCreation
@@ -1539,7 +1539,7 @@ namespace Octokit
#endif
namespace Reflection
namespace Internal
{
// This class is meant to be copied into other libraries. So we want to exclude it from Code Analysis rules
// that might be in place in the target project.