Changed extensions namespaces in .NET packages

This commit is contained in:
Sergio Pedri 2021-02-08 23:50:06 +01:00
Родитель 194ed82f73
Коммит 0d780dafd0
50 изменённых файлов: 26 добавлений и 52 удалений

Просмотреть файл

@ -11,7 +11,7 @@ using System.Reflection;
#endif
using System.Runtime.CompilerServices;
namespace Microsoft.Toolkit.Extensions
namespace Microsoft.Toolkit.Diagnostics
{
/// <summary>
/// Helpers for working with types.

Просмотреть файл

@ -7,7 +7,7 @@ using System.Diagnostics.Contracts;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Toolkit.Extensions
namespace Microsoft.Toolkit.Diagnostics
{
/// <summary>
/// Helpers for working with value types.

Просмотреть файл

@ -8,7 +8,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Toolkit.Extensions;
namespace Microsoft.Toolkit.Diagnostics
{

Просмотреть файл

@ -5,7 +5,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Toolkit.Extensions;
namespace Microsoft.Toolkit.Diagnostics
{

Просмотреть файл

@ -6,9 +6,6 @@ using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
#if NETSTANDARD1_4
using Microsoft.Toolkit.Extensions;
#endif
namespace Microsoft.Toolkit.Diagnostics
{

Просмотреть файл

@ -4,7 +4,6 @@
using System;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Toolkit.Extensions;
namespace Microsoft.Toolkit.Diagnostics
{

Просмотреть файл

@ -4,7 +4,6 @@
using System;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Toolkit.Extensions;
namespace Microsoft.Toolkit.Diagnostics
{

Просмотреть файл

@ -4,7 +4,6 @@
using System;
using System.Diagnostics.CodeAnalysis;
using Microsoft.Toolkit.Extensions;
namespace Microsoft.Toolkit.Diagnostics
{

Просмотреть файл

@ -5,7 +5,6 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using Microsoft.Toolkit.Extensions;
namespace Microsoft.Toolkit.Diagnostics
{

Просмотреть файл

@ -5,7 +5,6 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using Microsoft.Toolkit.Extensions;
namespace Microsoft.Toolkit.Diagnostics
{

Просмотреть файл

@ -5,7 +5,6 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.Contracts;
using Microsoft.Toolkit.Extensions;
namespace Microsoft.Toolkit.Diagnostics
{

Просмотреть файл

@ -9,7 +9,6 @@ using System.Diagnostics.Contracts;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance.Buffers.Views;
using Microsoft.Toolkit.HighPerformance.Extensions;
using Microsoft.Toolkit.HighPerformance.Helpers.Internals;
namespace Microsoft.Toolkit.HighPerformance.Buffers

Просмотреть файл

@ -7,7 +7,6 @@ using System.Buffers;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance.Buffers.Internals.Interfaces;
using Microsoft.Toolkit.HighPerformance.Extensions;
using RuntimeHelpers = Microsoft.Toolkit.HighPerformance.Helpers.Internals.RuntimeHelpers;
namespace Microsoft.Toolkit.HighPerformance.Buffers.Internals

Просмотреть файл

@ -8,7 +8,6 @@ using System;
using System.Buffers;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance.Extensions;
using Microsoft.Toolkit.HighPerformance.Helpers;
namespace Microsoft.Toolkit.HighPerformance.Buffers.Internals

Просмотреть файл

@ -7,7 +7,6 @@ using System.Buffers;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance.Buffers.Internals.Interfaces;
using Microsoft.Toolkit.HighPerformance.Extensions;
using RuntimeHelpers = Microsoft.Toolkit.HighPerformance.Helpers.Internals.RuntimeHelpers;
namespace Microsoft.Toolkit.HighPerformance.Buffers.Internals

Просмотреть файл

@ -11,7 +11,6 @@ using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
#endif
using Microsoft.Toolkit.HighPerformance.Buffers.Views;
using Microsoft.Toolkit.HighPerformance.Extensions;
namespace Microsoft.Toolkit.HighPerformance.Buffers
{

Просмотреть файл

@ -11,7 +11,6 @@ using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
#endif
using Microsoft.Toolkit.HighPerformance.Buffers.Views;
using Microsoft.Toolkit.HighPerformance.Extensions;
namespace Microsoft.Toolkit.HighPerformance.Buffers
{

Просмотреть файл

@ -7,7 +7,6 @@ using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.Contracts;
using System.Runtime.CompilerServices;
using System.Text;
using Microsoft.Toolkit.HighPerformance.Extensions;
#if !NETSTANDARD1_4
using Microsoft.Toolkit.HighPerformance.Helpers;
#endif

Просмотреть файл

@ -8,7 +8,6 @@ using System.Runtime.CompilerServices;
#if SPAN_RUNTIME_SUPPORT
using System.Runtime.InteropServices;
#endif
using Microsoft.Toolkit.HighPerformance.Extensions;
using Microsoft.Toolkit.HighPerformance.Helpers.Internals;
using Microsoft.Toolkit.HighPerformance.Memory.Internals;

Просмотреть файл

@ -8,7 +8,6 @@ using System.Runtime.CompilerServices;
#if SPAN_RUNTIME_SUPPORT
using System.Runtime.InteropServices;
#endif
using Microsoft.Toolkit.HighPerformance.Extensions;
using Microsoft.Toolkit.HighPerformance.Helpers.Internals;
#if SPAN_RUNTIME_SUPPORT
using Microsoft.Toolkit.HighPerformance.Memory.Internals;

Просмотреть файл

@ -15,7 +15,7 @@ using Microsoft.Toolkit.HighPerformance.Helpers;
using Microsoft.Toolkit.HighPerformance.Helpers.Internals;
using RuntimeHelpers = Microsoft.Toolkit.HighPerformance.Helpers.Internals.RuntimeHelpers;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="Array"/> type.

Просмотреть файл

@ -14,7 +14,7 @@ using Microsoft.Toolkit.HighPerformance.Helpers;
using Microsoft.Toolkit.HighPerformance.Helpers.Internals;
using RuntimeHelpers = Microsoft.Toolkit.HighPerformance.Helpers.Internals.RuntimeHelpers;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="Array"/> type.

Просмотреть файл

@ -13,7 +13,7 @@ using Microsoft.Toolkit.HighPerformance.Buffers.Internals;
using Microsoft.Toolkit.HighPerformance.Helpers.Internals;
using RuntimeHelpers = Microsoft.Toolkit.HighPerformance.Helpers.Internals.RuntimeHelpers;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="Array"/> type.

Просмотреть файл

@ -9,7 +9,7 @@ using Microsoft.Toolkit.HighPerformance.Buffers;
using Microsoft.Toolkit.HighPerformance.Streams;
using Microsoft.Toolkit.HighPerformance.Streams.Sources;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="ArrayPoolBufferWriter{T}"/> type.

Просмотреть файл

@ -5,7 +5,7 @@
using System;
using System.Buffers;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="ArrayPool{T}"/> type.

Просмотреть файл

@ -6,7 +6,7 @@ using System;
using System.Diagnostics.Contracts;
using System.Runtime.CompilerServices;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="bool"/> type.

Просмотреть файл

@ -8,7 +8,7 @@ using System;
using System.Runtime.CompilerServices;
using Microsoft.Toolkit.HighPerformance.Helpers;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="HashCode"/> type.

Просмотреть файл

@ -12,7 +12,7 @@ using Microsoft.Toolkit.HighPerformance.Buffers;
using Microsoft.Toolkit.HighPerformance.Streams;
using Microsoft.Toolkit.HighPerformance.Streams.Sources;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="IBufferWriter{T}"/> type.

Просмотреть файл

@ -9,7 +9,7 @@ using System.IO;
using System.Runtime.CompilerServices;
using MemoryStream = Microsoft.Toolkit.HighPerformance.Streams.MemoryStream;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="IMemoryOwner{T}"/> type.

Просмотреть файл

@ -10,7 +10,7 @@ using System.Diagnostics.Contracts;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="List{T}"/> type.

Просмотреть файл

@ -9,7 +9,7 @@ using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using MemoryStream = Microsoft.Toolkit.HighPerformance.Streams.MemoryStream;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="Memory{T}"/> type.

Просмотреть файл

@ -12,7 +12,7 @@ using Microsoft.Toolkit.HighPerformance.Buffers.Internals;
using Microsoft.Toolkit.HighPerformance.Buffers.Internals.Interfaces;
using MemoryStream = Microsoft.Toolkit.HighPerformance.Streams.MemoryStream;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="ReadOnlyMemory{T}"/> type.

Просмотреть файл

@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance.Enumerables;
using Microsoft.Toolkit.HighPerformance.Helpers.Internals;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="ReadOnlySpan{T}"/> type.

Просмотреть файл

@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance.Enumerables;
using Microsoft.Toolkit.HighPerformance.Helpers.Internals;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="Span{T}"/> type.

Просмотреть файл

@ -6,7 +6,7 @@ using System.ComponentModel;
using System.Runtime.CompilerServices;
using System.Threading;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="SpinLock"/> type.

Просмотреть файл

@ -12,7 +12,7 @@ using System.Threading;
using System.Threading.Tasks;
#endif
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="Stream"/> type.

Просмотреть файл

@ -11,7 +11,7 @@ using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance.Enumerables;
using Microsoft.Toolkit.HighPerformance.Helpers.Internals;
namespace Microsoft.Toolkit.HighPerformance.Extensions
namespace Microsoft.Toolkit.HighPerformance
{
/// <summary>
/// Helpers for working with the <see cref="string"/> type.

Просмотреть файл

@ -6,7 +6,6 @@ using System;
using System.Diagnostics.Contracts;
using System.Numerics;
using System.Runtime.CompilerServices;
using Microsoft.Toolkit.HighPerformance.Extensions;
namespace Microsoft.Toolkit.HighPerformance.Helpers.Internals
{

Просмотреть файл

@ -12,7 +12,6 @@ using System.Runtime.InteropServices;
#if SPAN_RUNTIME_SUPPORT
using Microsoft.Toolkit.HighPerformance.Buffers.Internals;
#endif
using Microsoft.Toolkit.HighPerformance.Extensions;
using Microsoft.Toolkit.HighPerformance.Helpers;
using Microsoft.Toolkit.HighPerformance.Memory.Internals;
using Microsoft.Toolkit.HighPerformance.Memory.Views;

Просмотреть файл

@ -12,7 +12,6 @@ using System.Runtime.InteropServices;
#if SPAN_RUNTIME_SUPPORT
using Microsoft.Toolkit.HighPerformance.Buffers.Internals;
#endif
using Microsoft.Toolkit.HighPerformance.Extensions;
using Microsoft.Toolkit.HighPerformance.Helpers;
using Microsoft.Toolkit.HighPerformance.Memory.Internals;
using Microsoft.Toolkit.HighPerformance.Memory.Views;

Просмотреть файл

@ -8,7 +8,6 @@ using System.Diagnostics;
using System.Diagnostics.Contracts;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance.Extensions;
#if !SPAN_RUNTIME_SUPPORT
using Microsoft.Toolkit.HighPerformance.Helpers;
#endif

Просмотреть файл

@ -8,7 +8,6 @@ using System.Diagnostics;
using System.Diagnostics.Contracts;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance.Extensions;
#if !SPAN_RUNTIME_SUPPORT
using Microsoft.Toolkit.HighPerformance.Helpers;
#endif

Просмотреть файл

@ -6,7 +6,6 @@ using System;
using System.Runtime.CompilerServices;
#if SPAN_RUNTIME_SUPPORT
using System.Runtime.InteropServices;
using Microsoft.Toolkit.HighPerformance.Extensions;
#endif
namespace Microsoft.Toolkit.HighPerformance.Streams

Просмотреть файл

@ -7,7 +7,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Microsoft.Toolkit.Extensions
namespace Microsoft.Toolkit
{
/// <summary>
/// Helpers for working with arrays.

Просмотреть файл

@ -7,7 +7,7 @@ using System.Globalization;
using System.Net;
using System.Text.RegularExpressions;
namespace Microsoft.Toolkit.Extensions
namespace Microsoft.Toolkit
{
/// <summary>
/// Helpers for working with strings and string representations.

Просмотреть файл

@ -7,7 +7,7 @@ using System.Reflection;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
namespace Microsoft.Toolkit.Extensions
namespace Microsoft.Toolkit
{
/// <summary>
/// Helpers for working with tasks.

Просмотреть файл

@ -5,7 +5,7 @@
using System;
using System.Diagnostics;
using System.Linq;
using Microsoft.Toolkit.Extensions;
using Microsoft.Toolkit;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace UnitTests.Extensions

Просмотреть файл

@ -4,7 +4,7 @@
using System;
using System.Threading.Tasks;
using Microsoft.Toolkit.Extensions;
using Microsoft.Toolkit;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace UnitTests.Extensions

Просмотреть файл

@ -4,7 +4,7 @@
using System;
using System.Collections.Generic;
using Microsoft.Toolkit.Extensions;
using Microsoft.Toolkit.Diagnostics;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace UnitTests.Extensions

Просмотреть файл

@ -2,7 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Microsoft.Toolkit.Extensions;
using Microsoft.Toolkit.Diagnostics;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace UnitTests.Extensions