Skip to content

Commit 2c8ef8e

Browse files
Move Deferred Files to Microsoft.Toolkit
1 parent 189e91a commit 2c8ef8e

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
lines changed

Microsoft.Toolkit.Uwp/Deferred/TypedEventHandlerExtensions.cs renamed to Microsoft.Toolkit.Uwp/Extensions/TypedEventHandlerExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using System.Linq;
77
using System.Threading;
88
using System.Threading.Tasks;
9+
using Microsoft.Toolkit.Deferred;
910
using Windows.Foundation;
1011

1112
namespace Microsoft.Toolkit.Uwp.Deferred

Microsoft.Toolkit.Uwp/Deferred/DeferredCancelEventArgs.cs renamed to Microsoft.Toolkit/Deferred/DeferredCancelEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
namespace Microsoft.Toolkit.Uwp.Deferred
5+
namespace Microsoft.Toolkit.Deferred
66
{
77
/// <summary>
88
/// <see cref="DeferredEventArgs"/> which can also be canceled.

Microsoft.Toolkit.Uwp/Deferred/DeferredEventArgs.cs renamed to Microsoft.Toolkit/Deferred/DeferredEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
using System;
66

7-
namespace Microsoft.Toolkit.Uwp.Deferred
7+
namespace Microsoft.Toolkit.Deferred
88
{
99
/// <summary>
1010
/// <see cref="EventArgs"/> which can retrieve a <see cref="EventDeferral"/> in order to process data asynchronously before an <see cref="EventHandler"/> completes and returns to the calling control.

Microsoft.Toolkit.Uwp/Deferred/EventDeferral.cs renamed to Microsoft.Toolkit/Deferred/EventDeferral.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Threading;
77
using System.Threading.Tasks;
88

9-
namespace Microsoft.Toolkit.Uwp.Deferred
9+
namespace Microsoft.Toolkit.Deferred
1010
{
1111
/// <summary>
1212
/// Deferral handle provided by a <see cref="DeferredEventArgs"/>.

ThirdPartyNotices.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Do Not Translate or Localize
55

66
This project incorporates components from the projects listed below. The original copyright notices and the licenses under which the .NET Foundation received such components are set forth below. The .NET Foundation reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
77

8-
1. PedroLamas/DeferredEvents version 1.0.4 (https://github.com/PedroLamas/DeferredEvents), included in Microsoft.Toolkit.Uwp/Deferred.
8+
1. PedroLamas/DeferredEvents version 1.0.4 (https://github.com/PedroLamas/DeferredEvents), included in Microsoft.Toolkit/Deferred.
99
2. MichaeIDietrich/UwpNotificationNetCoreTest commit 5c1a4a3 (https://github.com/MichaeIDietrich/UwpNotificationNetCoreTest), used in DesktopNotificationManagerCompat.cs to support .NET Core 3.0.
1010
3. lbugnion/mvvmlight commit 4cbf77c (https://github.com/lbugnion/mvvmlight), from which some APIs from the `Microsoft.Toolkit.Mvvm` package take inspiration from.
1111
4. PrivateObject/PrivateType (https://github.com/microsoft/testfx/tree/664ac7c2ac9dbfbee9d2a0ef560cfd72449dfe34/src/TestFramework/Extension.Desktop), included in UnitTests.

0 commit comments

Comments
 (0)