mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 13:01:36 +00:00
move reflection stuff to .Internal namespace
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Reflection;
|
||||
using Octokit.Reflection;
|
||||
|
||||
namespace Octokit.Internal
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user