Skip to content

Commit e7d166f

Browse files
committed
Added missing references to test projects
1 parent a86d4bd commit e7d166f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Animations/Builders/AnimationBuilder.Factories.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ private TValue GetToAs<TValue>()
238238
// IL_000b: unbox.any !!TValue
239239
// IL_0010: ret
240240
// =============================
241-
// The key value is that the JIT (and AOT compilers such as .NET Native) can recognize this
241+
// The key point is that the JIT (and AOT compilers such as .NET Native) can recognize this
242242
// pattern and optimize the boxing away in case the types match. This is the case whenever
243243
// the generic arguments are value types, which due to generic types in .NET being reified
244244
// results in a completely different generic instantiation of the same method, making the

UnitTests/UnitTests.NetCore/UnitTests.NetCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23+
<ProjectReference Include="..\..\Microsoft.Toolkit.Diagnostics\Microsoft.Toolkit.Diagnostics.csproj" />
2324
<ProjectReference Include="..\..\Microsoft.Toolkit.Mvvm\Microsoft.Toolkit.Mvvm.csproj" />
2425
<ProjectReference Include="..\..\Microsoft.Toolkit\Microsoft.Toolkit.csproj" />
2526
</ItemGroup>

UnitTests/UnitTests.UWP/UnitTests.UWP.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@
232232
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
233233
</ItemGroup>
234234
<ItemGroup>
235+
<ProjectReference Include="..\..\Microsoft.Toolkit.Diagnostics\Microsoft.Toolkit.Diagnostics.csproj">
236+
<Project>{76f89522-ca28-458d-801d-947ab033a758}</Project>
237+
<Name>Microsoft.Toolkit.Diagnostics</Name>
238+
</ProjectReference>
235239
<ProjectReference Include="..\..\Microsoft.Toolkit.Mvvm\Microsoft.Toolkit.Mvvm.csproj">
236240
<Project>{d82ae6e1-e612-434e-acb2-363ee48738d3}</Project>
237241
<Name>Microsoft.Toolkit.Mvvm</Name>

0 commit comments

Comments
 (0)