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
The dot is added to the URL:
And, when clicked, navigates to a non-existing URL.
As a side fix, `aspnet/https-trust-dev-cert.` should be added to `https://aka.ms/`.
Copy file name to clipboardExpand all lines: src/Servers/Kestrel/Core/src/Internal/LoggerExtensions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,6 @@ internal static partial class LoggerExtensions
38
38
[LoggerMessage(7,LogLevel.Error,"The certificate key file at '{CertificateKeyFilePath}' can not be found, contains malformed data or does not contain a PEM encoded key in PKCS8 format.",EventName="MissingOrInvalidCertificateKeyFile")]
[LoggerMessage(8,LogLevel.Warning,"The ASP.NET Core developer certificate is not trusted. For information about trusting the ASP.NET Core developer certificate, see https://aka.ms/aspnet/https-trust-dev-cert.",EventName="DeveloperCertificateNotTrusted")]
41
+
[LoggerMessage(8,LogLevel.Warning,"The ASP.NET Core developer certificate is not trusted. For information about trusting the ASP.NET Core developer certificate, see https://aka.ms/aspnet/https-trust-dev-cert",EventName="DeveloperCertificateNotTrusted")]
0 commit comments