Skip to content

Create test.yml

Create test.yml #2

Triggered via push March 1, 2024 08:18
Status Failure
Total duration 2m 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
build: Yandex/ConsoleAppTestsBase.cs#L7
Non-nullable field '_consoleInput' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Yandex/ConsoleAppTestsBase.cs#L8
Non-nullable field '_consoleOutput' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Yandex/Lesson1/E.RadixSort/RadixSort.cs#L13
Possible null reference assignment.
build: Yandex/ConsoleHelper.cs#L13
Dereference of a possibly null reference.
build: LeetCode/Algorithm1/TwoPointers/RotateArray.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
build: Yandex/ConsoleAppTestsBase.cs#L7
Non-nullable field '_consoleInput' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Yandex/ConsoleAppTestsBase.cs#L8
Non-nullable field '_consoleOutput' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Yandex/Lesson1/E.RadixSort/RadixSort.cs#L13
Possible null reference assignment.