Update Quickstart for DOTNET to v5 and .NET 10.0 #180
Annotations
1 error, 19 warnings, and 3 notices
|
Integration Test
Process completed with exit code 1.
|
|
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
dotnet-winforms/TasksApp/Program.cs#L42
Converting null literal or possible null value to non-nullable type.
|
|
Build:
dotnet-winforms/TasksApp/MainForm.cs#L29
Argument of type 'IList<ToDoTask>' cannot be used for parameter 'tasks' of type 'IList<ToDoTask?>' in 'void MainForm.UpdateTaskListView(IList<ToDoTask?> tasks)' due to differences in the nullability of reference types.
|
|
Build:
dotnet-winforms/TasksApp/ToDoTask.cs#L18
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
dotnet-winforms/TasksApp/ToDoTask.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
dotnet-winforms/TasksApp/TasksPeer.cs#L261
Argument of type 'List<ToDoTask?>' cannot be used for parameter 'arg' of type 'IList<ToDoTask>' in 'Task Func<IList<ToDoTask>, Task>.Invoke(IList<ToDoTask> arg)' due to differences in the nullability of reference types.
|
|
Build:
dotnet-winforms/TasksApp/Program.cs#L52
Converting null literal or possible null value to non-nullable type.
|
|
Build:
dotnet-winforms/TasksApp/Program.cs#L42
Converting null literal or possible null value to non-nullable type.
|
|
Build:
dotnet-winforms/TasksApp/MainForm.cs#L29
Argument of type 'IList<ToDoTask>' cannot be used for parameter 'tasks' of type 'IList<ToDoTask?>' in 'void MainForm.UpdateTaskListView(IList<ToDoTask?> tasks)' due to differences in the nullability of reference types.
|
|
Build:
dotnet-winforms/TasksApp/ToDoTask.cs#L18
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
dotnet-winforms/TasksApp/ToDoTask.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Integration Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Integration Test:
dotnet-winforms/TasksApp/TasksPeer.cs#L261
Argument of type 'List<ToDoTask?>' cannot be used for parameter 'arg' of type 'IList<ToDoTask>' in 'Task Func<IList<ToDoTask>, Task>.Invoke(IList<ToDoTask> arg)' due to differences in the nullability of reference types.
|
|
Integration Test:
dotnet-winforms/TasksApp/ToDoTask.cs#L18
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Integration Test:
dotnet-winforms/TasksApp/ToDoTask.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Integration Test:
dotnet-winforms/TasksApp/TasksPeer.cs#L261
Argument of type 'List<ToDoTask?>' cannot be used for parameter 'arg' of type 'IList<ToDoTask>' in 'Task Func<IList<ToDoTask>, Task>.Invoke(IList<ToDoTask> arg)' due to differences in the nullability of reference types.
|
|
Integration Test:
dotnet-winforms/TasksApp/ToDoTask.cs#L18
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Integration Test:
dotnet-winforms/TasksApp/ToDoTask.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Lint
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|
|
Build
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|
|
Integration Test
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by May 12, 2026
|