Ability to run script from command line with different output formats #342
Annotations
9 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?)
|
|
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/OmniSharp.NET/Events/OmniSharpEvent.cs#L5
Non-nullable property 'LogLevel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/External/OmniSharp.NET/Events/OmniSharpEvent.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/External/OmniSharp.NET/Events/OmniSharpEvent.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/External/OmniSharp.NET/Utilities/ProcessHandler.cs#L86
The variable 'ex' is declared but never used
|
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/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/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/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.
|
The logs for this run have expired and are no longer available.
Loading