Skip to content

Commit 434704d

Browse files
authored
Fixing typo in UnitTestApp.rd.xml (#423)
1 parent 2679fe7 commit 434704d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Templates/CSharp/UWP/ProjectTemplates/CSharp/Windows UAP/Properties/UnitTestApp.rd.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
developers. However, you can modify these parameters to modify the behavior of the .NET Native
44
optimizer.
55
6-
Runtime Directives are documented at http://go.microsoft.com/fwlink/?LinkID=391919
6+
Runtime Directives are documented at https://go.microsoft.com/fwlink/?LinkID=391919
77
88
To fully enable reflection for App1.MyClass and all of its public/private members
99
<Type Name="App1.MyClass" Dynamic="Required All"/>
@@ -12,7 +12,7 @@
1212
<TypeInstantiation Name="App1.AppClass" Arguments="System.Int32" Activate="Required Public" />
1313
1414
Using the Namespace directive to apply reflection policy to all the types in a particular namespace
15-
<Namespace Name="DataClasses.ViewModels" Seralize="All" />
15+
<Namespace Name="DataClasses.ViewModels" Serialize="All" />
1616
-->
1717

1818
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">

Templates/VisualBasic/UWP/ProjectTemplates/VisualBasic/Windows UAP/Properties/UnitTestApp.rd.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<TypeInstantiation Name="App1.AppClass" Arguments="System.Int32" Activate="Required Public" />
1313
1414
Using the Namespace directive to apply reflection policy to all the types in a particular namespace
15-
<Namespace Name="DataClasses.ViewModels" Seralize="All" />
15+
<Namespace Name="DataClasses.ViewModels" Serialize="All" />
1616
-->
1717

1818
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">

0 commit comments

Comments
 (0)