Implemented interface member:
method
Error
Microsoft.Extensions.Tools.Internal.IReporter.Error(System.String)
12 references to Error
dotnet-dev-certs (12)
Program.cs (12)
139
reporter.
Error
(InvalidUsageErrorMessage);
150
reporter.
Error
(InvalidUsageErrorMessage);
159
reporter.
Error
(InvalidUsageErrorMessage);
168
reporter.
Error
(InvalidUsageErrorMessage);
174
reporter.
Error
(InvalidUsageErrorMessage);
180
reporter.
Error
(InvalidUsageErrorMessage);
238
reporter.
Error
($"The certificate file '{import.Value()}' does not exist.");
241
reporter.
Error
($"The provided certificate file '{import.Value()}' is not a valid PFX file or the password is incorrect.");
244
reporter.
Error
($"The certificate at '{import.Value()}' is not a valid ASP.NET Core HTTPS development certificate.");
247
reporter.
Error
($"There are one or more ASP.NET Core HTTPS development certificates present in the environment. Remove them before importing the given certificate.");
250
reporter.
Error
("There was an error saving the HTTPS developer certificate to the current user personal certificate store.");
258
reporter.
Error
($"An unexpected error occurred: {exception}");