14 references to NewLine
Microsoft.TemplateEngine.Cli.UnitTests (14)
ParserTests\InstantiateTests.NoMatchHandling.cs (14)
30new string[] { "value", "framework", "--framework", "netcoreapp3.0", $"'netcoreapp3.0' is not a valid value for --framework. The possible values are:{NewLine} net5.0 {NewLine} netcoreapp2.1{NewLine} netcoreapp3.1" } 44new string[] { "value", "framework", "--framework", "net", $"'net' is not a valid value for --framework. The possible values are:{NewLine} net5.0 {NewLine} netcoreapp2.1{NewLine} netcoreapp3.1" } 59new string[] { "value", "framework", "--framework", "net", $"'net' is not a valid value for --framework. The possible values are:{NewLine} net5.0 {NewLine} netcoreapp2.1{NewLine} netcoreapp3.1" } 73new string?[] { "value", "framework", "--framework", "net", $"'net' is not a valid value for --framework. The possible values are:{NewLine} net5.0 {NewLine} netcoreapp2.1{NewLine} netcoreapp3.1" }, 76new string?[] { "value", "OtherChoice", "--OtherChoice", "fake", $"'fake' is not a valid value for --OtherChoice. The possible values are:{NewLine} val1{NewLine} val2" }