Skip to content

Bump axios and start-server-and-test in /src/Apps/NetPad.Apps.App/App #352

Bump axios and start-server-and-test in /src/Apps/NetPad.Apps.App/App

Bump axios and start-server-and-test in /src/Apps/NetPad.Apps.App/App #352

Status Success
Total duration 6m 11s
Artifacts

build.yml

on: pull_request
Matrix: .NET App
Matrix: SPA App
Fit to window
Zoom out
Zoom in

Annotations

35 warnings
.NET App (ubuntu-20.04)
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/
.NET App (ubuntu-20.04): src/External/O2Html/Utilities.cs#L23
Possible null reference argument for parameter 'source' in 'string InternalExtensions.ReplaceIfExists(string source, string strToReplace, string replaceWith)'.
.NET App (ubuntu-20.04): 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)'.
.NET App (ubuntu-20.04): 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)'.
.NET App (ubuntu-20.04): src/External/O2Html/Converters/MemoryHtmlConverter.cs#L36
Converting null literal or possible null value to non-nullable type.
.NET App (ubuntu-20.04): src/External/O2Html/Converters/MemoryHtmlConverter.cs#L37
Dereference of a possibly null reference.
.NET App (ubuntu-20.04): src/Core/NetPad.Domain/Utilities/Try.cs#L34
Possible null reference assignment.
.NET App (ubuntu-20.04): src/Core/NetPad.Domain/Utilities/Try.cs#L46
Possible null reference assignment.
SPA App (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
SPA App (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
.NET App (macos-11)
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/
.NET App (macos-11): src/External/O2Html/Converters/MemoryHtmlConverter.cs#L36
Converting null literal or possible null value to non-nullable type.
.NET App (macos-11): src/External/O2Html/Converters/MemoryHtmlConverter.cs#L37
Dereference of a possibly null reference.
.NET App (macos-11): src/External/O2Html/Utilities.cs#L23
Possible null reference argument for parameter 'source' in 'string InternalExtensions.ReplaceIfExists(string source, string strToReplace, string replaceWith)'.
.NET App (macos-11): 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)'.
.NET App (macos-11): 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)'.
.NET App (macos-11): src/Core/NetPad.Domain/Utilities/Try.cs#L34
Possible null reference assignment.
.NET App (macos-11): src/Core/NetPad.Domain/Utilities/Try.cs#L46
Possible null reference assignment.
.NET App (windows-2022)
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/
.NET App (windows-2022): src/External/O2Html/Utilities.cs#L23
Possible null reference argument for parameter 'source' in 'string InternalExtensions.ReplaceIfExists(string source, string strToReplace, string replaceWith)'.
.NET App (windows-2022): 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)'.
.NET App (windows-2022): 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)'.
.NET App (windows-2022): 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.
.NET App (windows-2022): 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.
.NET App (windows-2022): 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.
.NET App (windows-2022): src/External/OmniSharp.NET/Utilities/ProcessHandler.cs#L86
The variable 'ex' is declared but never used