Eased requirements for custom type resolvers #13
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/JKToolKit.Spectre.AutoCompletion/Completion/Internals/CommandCompletionContext.cs#L82
Non-nullable property 'OriginalCommand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/JKToolKit.Spectre.AutoCompletion/Completion/Internals/CommandCompletionContext.cs#L108
Possible null reference argument for parameter 'originalCommand' in 'OriginalCommandInfo.OriginalCommandInfo(string originalCommand, int? position)'.
|
Build:
src/JKToolKit.Spectre.AutoCompletion/Completion/Internals/CommandCompletionContext.cs#L206
The variable 'SpecialVersion1' is assigned but its value is never used
|
Build:
src/JKToolKit.Spectre.AutoCompletion/Completion/Internals/CommandCompletionContext.cs#L207
The variable 'SpecialVersion2' is assigned but its value is never used
|
Build:
src/JKToolKit.Spectre.AutoCompletion/Completion/Internals/CommandCompletionContext.cs#L82
Non-nullable property 'OriginalCommand' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/JKToolKit.Spectre.AutoCompletion/Completion/Internals/CommandCompletionContext.cs#L108
Possible null reference argument for parameter 'originalCommand' in 'OriginalCommandInfo.OriginalCommandInfo(string originalCommand, int? position)'.
|
Build:
src/JKToolKit.Spectre.AutoCompletion/Completion/Internals/CommandCompletionContext.cs#L206
The variable 'SpecialVersion1' is assigned but its value is never used
|
Build:
src/JKToolKit.Spectre.AutoCompletion/Completion/Internals/CommandCompletionContext.cs#L207
The variable 'SpecialVersion2' is assigned but its value is never used
|
Build:
src/JKToolKit.Spectre.AutoCompletion.Tests/Data/Commands/GreeterCommand.cs#L13
Nullability of type of parameter 'context' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/JKToolKit.Spectre.AutoCompletion.Tests/Data/Commands/GreeterCommand.cs#L13
Nullability of type of parameter 'settings' doesn't match overridden member (possibly because of nullability attributes).
|
Loading