You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Controls/src/Core/DependencyFetchTarget.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
namespaceMicrosoft.Maui.Controls
2
2
{
3
-
/// <summary>Enumeration specifying whether <see cref="M:Microsoft.Maui.Controls.DependencyService.Get`{T}(Microsoft.Maui.Controls.DependencyFetchTarget)"/> should return a reference to a global or new instance.</summary>
3
+
/// <summary>Enumeration specifying whether <see cref="DependencyService.Get{T}(DependencyFetchTarget)"/> should return a reference to a global or new instance.</summary>
Copy file name to clipboardExpand all lines: src/Controls/src/Core/DependencyService.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
namespaceMicrosoft.Maui.Controls
10
10
{
11
-
/// <summary>Static class that provides the <see cref="M:Microsoft.Maui.Controls.DependencyService.Get`{T}(Microsoft.Maui.Controls.DependencyFetchTarget)"/> factory method for retrieving platform-specific implementations of the specified type T.</summary>
11
+
/// <summary>Static class that provides the <see cref="DependencyService.Get{T}(DependencyFetchTarget)"/> factory method for retrieving platform-specific implementations of the specified type T.</summary>
0 commit comments