File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Microsoft.Toolkit.Uwp.UI.Animations/Builders Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments