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
subject=$"[{CoreConfiguration.GalleryOwner.DisplayName}] Symbol package published - {symbolPackage.Id}{symbolPackage.Version}";
89
+
}
90
+
91
+
stringbody=$@"The symbol package [{symbolPackage.Id}{symbolPackage.Version}]({packageUrl}) was recently published on {CoreConfiguration.GalleryOwner.DisplayName} by {symbolPackage.Package.User.Username}. If this was not intended, please [contact support]({packageSupportUrl}).
92
+
{warningMessagesPlaceholder}
93
+
94
+
-----------------------------------------------
95
+
<em style=""font-size: 0.8em;"">
96
+
To stop receiving emails as an owner of this package, sign in to the {CoreConfiguration.GalleryOwner.DisplayName} and
97
+
[change your email notification settings]({emailSettingsUrl}).
varsubject=$"[{CoreConfiguration.GalleryOwner.DisplayName}] Symbol package validation failed - {symbolPackage.Id}{symbolPackage.Version}";
190
+
varbodyBuilder=newStringBuilder();
191
+
bodyBuilder.Append($@"The symbol package [{symbolPackage.Id}{symbolPackage.Version}]({packageUrl}) failed validation because of the following reason(s):
return$"The package was signed, but the signing certificate {(certIssue!=null?$"(SHA-1 thumbprint {certIssue.Sha1Thumbprint})":"")} is not associated with your account. You must register this certificate to publish signed packages. [Read more...](https://aka.ms/nuget-signed-ref)";
stringsubject="[{0}] Symbol package validation taking longer than expected - {1} {2}";
306
+
stringbody="It is taking longer than expected for your symbol package [{1} {2}]({3}) to get published.\n\n"+
307
+
"We are looking into it and there is no action on you at this time. We’ll send you an email notification when your symbol package has been published.\n\n"+
0 commit comments