build-test-cross #29
Annotations
33 warnings
ubunto
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ubunto:
src/OneImlx.Terminal/Commands/Checkers/DataValidationValueChecker.cs#L42
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
ubunto:
src/OneImlx.Terminal/Extensions/IArgumentBuilderExtensions.cs#L50
Converting null literal or possible null value to non-nullable type.
|
ubunto:
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.
|
ubunto:
src/OneImlx.Terminal/Extensions/IOptionBuilderExtensions.cs#L50
Converting null literal or possible null value to non-nullable type.
|
ubunto:
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.
|
ubunto:
src/OneImlx.Terminal/Runtime/TerminalTcpRouter.cs#L157
Converting null literal or possible null value to non-nullable type.
|
ubunto:
src/OneImlx.Terminal/Commands/OptionDescriptors.cs#L91
Possible null reference assignment.
|
ubunto:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L67
Possible null reference argument for parameter 'args' in 'Task ITerminalConsole.WriteLineColorAsync(ConsoleColor foregroundColor, string value, params object[] args)'.
|
ubunto:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L90
Possible null reference argument for parameter 'args' in 'Task ITerminalConsole.WriteLineColorAsync(ConsoleColor foregroundColor, string value, params object[] args)'.
|
ubunto:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L115
Possible null reference return.
|
macos
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
macos:
src/OneImlx.Terminal/Commands/Checkers/DataValidationValueChecker.cs#L42
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
macos:
src/OneImlx.Terminal/Runtime/TerminalTcpRouter.cs#L157
Converting null literal or possible null value to non-nullable type.
|
macos:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L67
Possible null reference argument for parameter 'args' in 'Task ITerminalConsole.WriteLineColorAsync(ConsoleColor foregroundColor, string value, params object[] args)'.
|
macos:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L90
Possible null reference argument for parameter 'args' in 'Task ITerminalConsole.WriteLineColorAsync(ConsoleColor foregroundColor, string value, params object[] args)'.
|
macos:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L115
Possible null reference return.
|
macos:
src/OneImlx.Terminal/Runtime/TerminalTcpRouter.cs#L334
Converting null literal or possible null value to non-nullable type.
|
macos:
src/OneImlx.Terminal/Runtime/TerminalTcpRouter.cs#L340
Dereference of a possibly null reference.
|
macos:
src/OneImlx.Terminal/Runtime/TerminalSystemConsole.cs#L94
Possible null reference return.
|
macos:
src/OneImlx.Terminal/Runtime/TerminalSystemConsole.cs#L104
Possible null reference return.
|
macos:
src/OneImlx.Terminal/Licensing/LicensePrice.cs#L84
Possible null reference argument for parameter 'currency' in 'LicensePrice.LicensePrice(string currency, double monthly, double yearly, string plan)'.
|
windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
windows:
src/OneImlx.Terminal/Commands/Checkers/DataValidationValueChecker.cs#L42
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
windows:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L67
Possible null reference argument for parameter 'args' in 'Task ITerminalConsole.WriteLineColorAsync(ConsoleColor foregroundColor, string value, params object[] args)'.
|
windows:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L90
Possible null reference argument for parameter 'args' in 'Task ITerminalConsole.WriteLineColorAsync(ConsoleColor foregroundColor, string value, params object[] args)'.
|
windows:
src/OneImlx.Terminal/Runtime/TerminalTcpRouter.cs#L157
Converting null literal or possible null value to non-nullable type.
|
windows:
src/OneImlx.Terminal/Commands/Runners/LicenseInfoRunner.cs#L115
Possible null reference return.
|
windows:
src/OneImlx.Terminal/Runtime/TerminalTcpRouter.cs#L334
Converting null literal or possible null value to non-nullable type.
|
windows:
src/OneImlx.Terminal/Runtime/TerminalTcpRouter.cs#L340
Dereference of a possibly null reference.
|
windows:
src/OneImlx.Terminal/Runtime/TerminalSystemConsole.cs#L94
Possible null reference return.
|
windows:
src/OneImlx.Terminal/Runtime/TerminalSystemConsole.cs#L104
Possible null reference return.
|
windows:
src/OneImlx.Terminal/Extensions/IArgumentBuilderExtensions.cs#L50
Converting null literal or possible null value to non-nullable type.
|