Ability to run script from command line with different output formats #341
Annotations
10 errors and 11 warnings
src/Tests/Core/NetPad.Presentation.Tests/Html/HtmlSerializerSerializeTests.cs#L22
'Element' does not contain a definition for 'ClassList' and no accessible extension method 'ClassList' accepting a first argument of type 'Element' could be found (are you missing a using directive or an assembly reference?)
|
src/Tests/Core/NetPad.Presentation.Tests/Html/HtmlSerializerSerializeTests.cs#L32
'Element' does not contain a definition for 'ClassList' and no accessible extension method 'ClassList' accepting a first argument of type 'Element' could be found (are you missing a using directive or an assembly reference?)
|
src/Tests/Core/NetPad.Presentation.Tests/Html/HtmlSerializerSerializeTests.cs#L40
'Element' does not contain a definition for 'ClassList' and no accessible extension method 'ClassList' accepting a first argument of type 'Element' could be found (are you missing a using directive or an assembly reference?)
|
src/Tests/Core/NetPad.Presentation.Tests/Html/HtmlSerializerSerializeTests.cs#L50
'Element' does not contain a definition for 'ClassList' and no accessible extension method 'ClassList' accepting a first argument of type 'Element' could be found (are you missing a using directive or an assembly reference?)
|
src/Tests/Core/NetPad.Presentation.Tests/Html/HtmlSerializerSerializeTests.cs#L58
'Element' does not contain a definition for 'ClassList' and no accessible extension method 'ClassList' accepting a first argument of type 'Element' could be found (are you missing a using directive or an assembly reference?)
|
src/Tests/Core/NetPad.Presentation.Tests/Html/HtmlSerializerSerializeTests.cs#L59
'Element' does not contain a definition for 'ClassList' and no accessible extension method 'ClassList' accepting a first argument of type 'Element' could be found (are you missing a using directive or an assembly reference?)
|
src/Tests/Core/NetPad.Presentation.Tests/Html/HtmlSerializerSerializeTests.cs#L69
'Element' does not contain a definition for 'ClassList' and no accessible extension method 'ClassList' accepting a first argument of type 'Element' could be found (are you missing a using directive or an assembly reference?)
|
src/Tests/Core/NetPad.Presentation.Tests/Html/HtmlSerializerSerializeTests.cs#L79
'Element' does not contain a definition for 'ClassList' and no accessible extension method 'ClassList' accepting a first argument of type 'Element' could be found (are you missing a using directive or an assembly reference?)
|
src/Tests/Core/NetPad.Runtimes.Tests/ScriptRuntime.Console.Tests.cs#L62
'DefaultInMemoryScriptRuntimeFactory' does not contain a definition for 'CreateScriptRuntimeAsync' and no accessible extension method 'CreateScriptRuntimeAsync' accepting a first argument of type 'DefaultInMemoryScriptRuntimeFactory' could be found (are you missing a using directive or an assembly reference?)
|
src/Tests/Core/NetPad.Runtimes.Tests/ScriptRuntimeTests.cs#L117
'DefaultInMemoryScriptRuntimeFactory' does not contain a definition for 'CreateScriptRuntimeAsync' and no accessible extension method 'CreateScriptRuntimeAsync' accepting a first argument of type 'DefaultInMemoryScriptRuntimeFactory' could be found (are you missing a using directive or an assembly reference?)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/External/O2Html/Utilities.cs#L23
Possible null reference argument for parameter 'source' in 'string InternalExtensions.ReplaceIfExists(string source, string strToReplace, string replaceWith)'.
|
src/External/O2Html/Converters/TwoDimensionalArrayHtmlConverter.cs#L23
Nullability of reference types in value of type '(Node? shortCircuitValue, int?)' doesn't match target type '(Node node, int? collectionLength)'.
|
src/External/O2Html/Converters/ObjectHtmlConverter.cs#L22
Possible null reference return.
|
src/External/O2Html/Converters/DataTableHtmlConverter.cs#L23
Possible null reference return.
|
src/External/O2Html/Converters/DataSetHtmlConverter.cs#L23
Possible null reference return.
|
src/External/O2Html/Converters/CollectionHtmlConverter.cs#L61
Nullability of reference types in value of type '(Node? shortCircuitValue, int?)' doesn't match target type '(Node node, int? collectionLength)'.
|
src/External/O2Html/Converters/MemoryHtmlConverter.cs#L36
Converting null literal or possible null value to non-nullable type.
|
src/External/O2Html/Converters/MemoryHtmlConverter.cs#L37
Dereference of a possibly null reference.
|
src/Core/NetPad.Domain/Utilities/Try.cs#L34
Possible null reference assignment.
|
src/Core/NetPad.Domain/Utilities/Try.cs#L46
Possible null reference assignment.
|
The logs for this run have expired and are no longer available.
Loading