Skip to content

Commit 331f7dd

Browse files
committed
Comment cref updates in test app
1 parent f4207ea commit 331f7dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

UnitTests/UnitTests.UWP/Helpers/JsonObjectSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace UnitTests.Helpers
1111
{
1212
/// <summary>
1313
/// This is a Serializer which should mimic the previous functionality of 6.1.1 release of the Toolkit with Newtonsoft.Json.
14-
/// Based on <see cref="Microsoft.Toolkit.Helpers.Uwp.IObjectSerializer"/>.
14+
/// Based on <see cref="Microsoft.Toolkit.Uwp.Helpers.IObjectSerializer"/>.
1515
/// </summary>
1616
[Obsolete]
1717
internal class JsonObjectSerializer : IObjectSerializer

UnitTests/UnitTests.UWP/Helpers/SystemTextJsonSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace UnitTests.Helpers
1010
{
1111
/// <summary>
1212
/// Example class of writing a new <see cref="IObjectSerializer"/> that uses System.Text.Json.
13-
/// Based on <see cref="Microsoft.Toolkit.Helpers.Uwp.IObjectSerializer"/>.
13+
/// Based on <see cref="Microsoft.Toolkit.Uwp.Helpers.IObjectSerializer"/>.
1414
/// </summary>
1515
[Obsolete]
1616
internal class SystemTextJsonSerializer : IObjectSerializer

UnitTests/UnitTests.UWP/Helpers/Test_ApplicationDataStorageHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void Test_StorageHelper_LegacyDateTestFailure()
6969

7070
/// <summary>
7171
/// The <see cref="Microsoft.Toolkit.Helpers.SystemSerializer"/> doesn't support complex types, since it just passes through directly.
72-
/// We'll get the argument exception from the <see cref="ApplicationDataContainer"/> API.
72+
/// We'll get the argument exception from the <see cref="Windows.Storage.ApplicationDataContainer"/> API.
7373
/// </summary>
7474
[TestCategory("Helpers")]
7575
[TestMethod]

0 commit comments

Comments
 (0)