Skip to content

⚡ Bolt: TuiColor Parsing Optimization #1179

⚡ Bolt: TuiColor Parsing Optimization

⚡ Bolt: TuiColor Parsing Optimization #1179

Triggered via pull request July 2, 2026 03:36
Status Success
Total duration 47s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/Tedd.TUI/ButtonBase.cs#L31
Unboxing a possibly null value.
build: src/Tedd.TUI/ButtonBase.cs#L22
Unboxing a possibly null value.
build: src/Tedd.TUI/Binding.cs#L171
Possible null reference argument for parameter 'parameter' in 'object IValueConverter.Convert(object value, Type targetType, object parameter, CultureInfo culture)'.
build: src/Tedd.TUI/Border.cs#L127
Non-nullable property 'StatusBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
build: src/Tedd.TUI/Border.cs#L127
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or safely handling the case where 'field' is null in the 'get' accessor.
build: src/Tedd.TUI/Border.cs#L71
Unboxing a possibly null value.
build: src/Tedd.TUI/Border.cs#L62
Unboxing a possibly null value.
build: src/Tedd.TUI/Border.cs#L49
Cannot convert null literal to non-nullable reference type.
build: src/Tedd.TUI/Border.cs#L21
Cannot convert null literal to non-nullable reference type.
build: src/Tedd.TUI/Border.cs#L10
Possible null reference return.