Merge application and terminal identifier. #286
Annotations
10 warnings
setup:
src/OneImlx.Terminal/Commands/Checkers/DataValidationValueChecker.cs#L42
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
setup:
src/OneImlx.Terminal/Extensions/IArgumentBuilderExtensions.cs#L50
Converting null literal or possible null value to non-nullable type.
|
setup:
src/OneImlx.Terminal/Extensions/IArgumentBuilderExtensions.cs#L51
The type 'System.ComponentModel.DataAnnotations.ValidationAttribute?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'System.ComponentModel.DataAnnotations.ValidationAttribute?' doesn't match 'class' constraint.
|
setup:
src/OneImlx.Terminal/Extensions/IOptionBuilderExtensions.cs#L50
Converting null literal or possible null value to non-nullable type.
|
setup:
src/OneImlx.Terminal/Extensions/IOptionBuilderExtensions.cs#L51
The type 'System.ComponentModel.DataAnnotations.ValidationAttribute?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'System.ComponentModel.DataAnnotations.ValidationAttribute?' doesn't match 'class' constraint.
|
setup:
src/OneImlx.Terminal/Runtime/TerminalSystemConsole.cs#L94
Possible null reference return.
|
setup:
src/OneImlx.Terminal/Runtime/TerminalSystemConsole.cs#L104
Possible null reference return.
|
setup:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L68
Possible null reference argument for parameter 'args' in 'Task ITerminalConsole.WriteLineColorAsync(ConsoleColor foregroundColor, string value, params object[] args)'.
|
setup:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L83
Possible null reference argument for parameter 'args' in 'Task ITerminalConsole.WriteLineColorAsync(ConsoleColor foregroundColor, string value, params object[] args)'.
|
setup:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L89
Possible null reference argument for parameter 'args' in 'Task ITerminalConsole.WriteLineColorAsync(ConsoleColor foregroundColor, string value, params object[] args)'.
|