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/IAppConfiguration.cs
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -530,5 +530,15 @@ public interface IAppConfiguration : IMessageServiceConfiguration
530
530
/// select places where large JSON response bodies are possible.
531
531
/// </summary>
532
532
intMaxJsonLengthOverride{get;set;}
533
+
534
+
/// <summary>
535
+
/// The maximum number of owners allowed per package registration. If this limit is reached, no more owners can be added and others must be removed first.
536
+
/// </summary>
537
+
intMaxOwnerPerPackageRegistration{get;set;}
538
+
539
+
/// <summary>
540
+
/// The maximum number of owner requests allowed per package registration. If this limit is reached, no more requests can be made and other requests must be removed first.
<value>The new package owner cannot be added. The package has the maximum number of owners ({0}). An existing owner must be removed to proceed.</value>
1150
+
<comment>{0} is the maximum number of owners.</comment>
<value>The package ownership request cannot be saved. The package already has the maximum number of ownership requests ({0}). An existing ownership request must be removed to proceed.</value>
1154
+
<comment>{0} is the maximum number of owners.</comment>
<value>Make sure you clicked on the confirmation URL in the email we sent. It's also possible that the existing owner revoked the request to add you as an owner.</value>
0 commit comments