Skip to content

Enable nullable reference types in Oakton project #105

Enable nullable reference types in Oakton project

Enable nullable reference types in Oakton project #105

Triggered via pull request November 9, 2024 22:20
Status Success
Total duration 1m 1s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v3, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Oakton/Argument.cs#L24
Possible null reference argument for parameter 'type' in 'Func<string, object?>? Conversions.FindConverter(Type type)'.
build: src/Oakton/Argument.cs#L60
Possible null reference argument for parameter 'type' in 'TypeInfo IntrospectionExtensions.GetTypeInfo(Type type)'.
build: src/Oakton/Help/UsageGraph.cs#L24
Possible null reference argument for parameter 'type' in 'TypeInfo IntrospectionExtensions.GetTypeInfo(Type type)'.
build: src/Oakton/Descriptions/DescribeCommand.cs#L164
Dereference of a possibly null reference.
build: src/Oakton/Descriptions/DescribeCommand.cs#L179
Dereference of a possibly null reference.
build: src/Oakton/Descriptions/DescribeCommand.cs#L180
Dereference of a possibly null reference.
build: src/Oakton/Descriptions/DescribeCommand.cs#L180
Possible null reference argument for parameter 'columns' in 'Table TableExtensions.AddRow(Table table, params string[] columns)'.
build: src/Oakton/Descriptions/DescribeCommand.cs#L141
Dereference of a possibly null reference.
build: src/Oakton/Commands/RunCommand.cs#L35
Dereference of a possibly null reference.
build: src/Oakton/CommandFactory.cs#L134
Dereference of a possibly null reference.