Skip to content

feature: added IL Trimmer annotation for types used in command line #18

feature: added IL Trimmer annotation for types used in command line

feature: added IL Trimmer annotation for types used in command line #18

Triggered via push April 6, 2024 06:52
Status Success
Total duration 1m 27s
Artifacts

dotnet_build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: src/deniszykov.CommandLine/Formatting/DefaultConsole.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void DefaultConsole.Console_CancelKeyPress(object sender, ConsoleCancelEventArgs cancelEventArgs)' doesn't match the target delegate 'ConsoleCancelEventHandler' (possibly because of nullability attributes).