Skip to content

Live TMP

Live TMP #507

Triggered via push May 30, 2024 13:39
Status Failure
Total duration 7m 45s
Artifacts

build.yml

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

Annotations

3 errors and 40 warnings
.NET App (ubuntu-20.04)
Process completed with exit code 1.
.NET App (macos-11)
Process completed with exit code 1.
.NET App (windows-2022)
Process completed with exit code 1.
.NET App (ubuntu-20.04)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.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/HtmlSerializer.cs#L100
Possible null reference return.
.NET App (ubuntu-20.04): src/External/O2Html/Converters/MemoryHtmlConverter.cs#L32
Converting null literal or possible null value to non-nullable type.
.NET App (ubuntu-20.04): src/External/O2Html/Converters/MemoryHtmlConverter.cs#L33
Dereference of a possibly null reference.
.NET App (ubuntu-20.04): src/External/O2Html/Converters/DotNetTypeWithStringRepresentationHtmlConverter.cs#L15
Possible null reference argument for parameter 'text' in 'TextNode TextNode.EscapedText(string text)'.
.NET App (ubuntu-20.04): 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 (ubuntu-20.04): 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 (ubuntu-20.04): 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.
SPA App (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
SPA App (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
.NET App (macos-11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.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/HtmlSerializer.cs#L100
Possible null reference return.
.NET App (macos-11): src/External/O2Html/Converters/MemoryHtmlConverter.cs#L32
Converting null literal or possible null value to non-nullable type.
.NET App (macos-11): src/External/O2Html/Converters/MemoryHtmlConverter.cs#L33
Dereference of a possibly null reference.
.NET App (macos-11): src/External/O2Html/Converters/DotNetTypeWithStringRepresentationHtmlConverter.cs#L15
Possible null reference argument for parameter 'text' in 'TextNode TextNode.EscapedText(string text)'.
.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 (macos-11): src/Core/NetPad.Domain/Configuration/Settings.cs#L10
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
.NET App (windows-2022)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
.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/HtmlSerializer.cs#L100
Possible null reference return.
.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
.NET App (windows-2022): src/External/O2Html/Converters/MemoryHtmlConverter.cs#L32
Converting null literal or possible null value to non-nullable type.
.NET App (windows-2022): src/External/O2Html/Converters/MemoryHtmlConverter.cs#L33
Dereference of a possibly null reference.
.NET App (windows-2022): src/External/O2Html/Converters/DotNetTypeWithStringRepresentationHtmlConverter.cs#L15
Possible null reference argument for parameter 'text' in 'TextNode TextNode.EscapedText(string text)'.