Enable nullable reference types in Oakton project #105
Annotations
12 warnings
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/
|
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/
|
src/Oakton/Argument.cs#L24
Possible null reference argument for parameter 'type' in 'Func<string, object?>? Conversions.FindConverter(Type type)'.
|
src/Oakton/Argument.cs#L60
Possible null reference argument for parameter 'type' in 'TypeInfo IntrospectionExtensions.GetTypeInfo(Type type)'.
|
src/Oakton/Help/UsageGraph.cs#L24
Possible null reference argument for parameter 'type' in 'TypeInfo IntrospectionExtensions.GetTypeInfo(Type type)'.
|
src/Oakton/Descriptions/DescribeCommand.cs#L164
Dereference of a possibly null reference.
|
src/Oakton/Descriptions/DescribeCommand.cs#L179
Dereference of a possibly null reference.
|
src/Oakton/Descriptions/DescribeCommand.cs#L180
Dereference of a possibly null reference.
|
src/Oakton/Descriptions/DescribeCommand.cs#L180
Possible null reference argument for parameter 'columns' in 'Table TableExtensions.AddRow(Table table, params string[] columns)'.
|
src/Oakton/Descriptions/DescribeCommand.cs#L141
Dereference of a possibly null reference.
|
src/Oakton/Commands/RunCommand.cs#L35
Dereference of a possibly null reference.
|
src/Oakton/CommandFactory.cs#L134
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading