Skip to content

Merge application and terminal identifier. #286

Merge application and terminal identifier.

Merge application and terminal identifier. #286

Triggered via push March 24, 2024 02:04
Status Success
Total duration 2m 16s
Artifacts
Fit to window
Zoom out
Zoom in

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)'.