Add async implementations to the HtmlFormatter. #660
Annotations
5 warnings
run tests:
dotnet/Cucumber.HtmlFormatterTest/MessagesToHtmlWriterTest.cs#L206
'MessagesToHtmlWriter.MessagesToHtmlWriter(Stream, Action<StreamWriter, Envelope>)' is obsolete: 'Cucumber.HtmlFormatter moving to async only operations. Please use the MessagesToHtmlWriter(Stream, Func<StreamWriter, Envelope, Task>) constructor'
|
run tests:
dotnet/Cucumber.HtmlFormatterTest/MessagesToHtmlWriterTest.cs#L127
'MessagesToHtmlWriter.MessagesToHtmlWriter(Stream, Action<StreamWriter, Envelope>)' is obsolete: 'Cucumber.HtmlFormatter moving to async only operations. Please use the MessagesToHtmlWriter(Stream, Func<StreamWriter, Envelope, Task>) constructor'
|
run tests:
dotnet/Cucumber.HtmlFormatterTest/MessagesToHtmlWriterTest.cs#L90
'MessagesToHtmlWriter.MessagesToHtmlWriter(Stream, Action<StreamWriter, Envelope>)' is obsolete: 'Cucumber.HtmlFormatter moving to async only operations. Please use the MessagesToHtmlWriter(Stream, Func<StreamWriter, Envelope, Task>) constructor'
|
run tests:
dotnet/Cucumber.HtmlFormatterTest/MessagesToHtmlWriterTest.cs#L69
'MessagesToHtmlWriter.MessagesToHtmlWriter(Stream, Action<StreamWriter, Envelope>)' is obsolete: 'Cucumber.HtmlFormatter moving to async only operations. Please use the MessagesToHtmlWriter(Stream, Func<StreamWriter, Envelope, Task>) constructor'
|
run tests:
dotnet/Cucumber.HtmlFormatter/JsonInHtmlWriter.cs#L37
'JsonInHtmlWriter.WriteAsync(char[])' hides inherited member 'TextWriter.WriteAsync(char[])'. Use the new keyword if hiding was intended.
|
Loading