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/NuGetGallery.Services/Configuration/IFeatureFlagService.cs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -290,6 +290,11 @@ public interface IFeatureFlagService
290
290
/// <summary>
291
291
/// Whether or not display target framework badges and table on nuget.org
292
292
/// </summary>
293
-
boolIsDisplayTargetFrameworkEnabled();
293
+
boolIsDisplayTargetFrameworkEnabled(Useruser);
294
+
295
+
/// <summary>
296
+
/// Whether or not to compute backend operations for target framework. This flag is overridden by <see cref="IsDisplayTargetFrameworkEnabled"/> if that flag is true.
0 commit comments