12 references to Invalid
Microsoft.NET.Sdk.StaticWebAssets.Tasks (12)
Utils\BrowserToolsKeyPair.cs (12)
60return ReadResult.Invalid("the file does not exist"); 67return ReadResult.Invalid("the document is not a JSON object"); 72return ReadResult.Invalid(headerError); 77return ReadResult.Invalid("the 'publicKey' property is missing or is not base64"); 84return ReadResult.Invalid($"the file could not be read ({ex.GetType().Name})"); 94return ReadResult.Invalid("the file does not exist"); 101return ReadResult.Invalid("the document is not a JSON object"); 106return ReadResult.Invalid(headerError); 111return ReadResult.Invalid("the 'publicKey' property is missing or is not base64"); 116return ReadResult.Invalid("the 'parameters' property is missing or is not an object"); 124return ReadResult.Invalid($"the private key component '{name}' is missing or is not base64"); 134return ReadResult.Invalid($"the file could not be read ({ex.GetType().Name})");