Skip to content

macOS and Ubuntu X11 IBus support added #65

macOS and Ubuntu X11 IBus support added

macOS and Ubuntu X11 IBus support added #65

Triggered via push April 13, 2026 18:34
Status Success
Total duration 4m 15s
Artifacts

ci.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
build-and-test (ubuntu-latest, UnoEdit.slnx)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test (ubuntu-latest, UnoEdit.slnx): src/UnoEdit.Sample/App.xaml.cs#L32
Converting null literal or possible null value to non-nullable type.
build-and-test (ubuntu-latest, UnoEdit.slnx): src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L41
Cannot convert null literal to non-nullable reference type.
build-and-test (ubuntu-latest, UnoEdit.slnx): src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L25
Cannot convert null literal to non-nullable reference type.
build-and-test (ubuntu-latest, UnoEdit.slnx): src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L17
Non-nullable event 'HighlightingInvalidated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build-and-test (ubuntu-latest, UnoEdit.slnx): src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L17
Non-nullable field '_highlighter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (ubuntu-latest, UnoEdit.slnx): src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L22
Nullability of reference types in type of parameter 'document' of 'void XshdHighlightedLineSource.SetDocument(TextDocument document)' doesn't match implicitly implemented member 'void IHighlightedLineSource.SetDocument(TextDocument? document)' (possibly because of nullability attributes).
build-and-test (ubuntu-latest, UnoEdit.slnx): src/UnoEdit/Snippets/InsertionContext.cs#L202
The event 'InsertionContext.ReplaceableSegmentElement.TextChanged' is never used
build-and-test (ubuntu-latest, UnoEdit.slnx): src/UnoEdit/Snippets/SnippetTypes.cs#L295
The event 'ReplaceableActiveElement.TextChanged' is never used
runtime-tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
runtime-tests: src/UnoEdit.Sample/App.xaml.cs#L32
Converting null literal or possible null value to non-nullable type.
runtime-tests: src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L41
Cannot convert null literal to non-nullable reference type.
runtime-tests: src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L35
Possible null reference return.
runtime-tests: src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L25
Cannot convert null literal to non-nullable reference type.
runtime-tests: src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L17
Non-nullable event 'HighlightingInvalidated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
runtime-tests: src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L17
Non-nullable field '_highlighter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
runtime-tests: src/UnoEdit.Sample/SampleCompletionData.cs#L16
Possible null reference return.
runtime-tests: src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L22
Nullability of reference types in type of parameter 'document' of 'void XshdHighlightedLineSource.SetDocument(TextDocument document)' doesn't match implicitly implemented member 'void IHighlightedLineSource.SetDocument(TextDocument? document)' (possibly because of nullability attributes).
runtime-tests: src/UnoEdit/Snippets/SnippetTypes.cs#L295
The event 'ReplaceableActiveElement.TextChanged' is never used
runtime-tests: src/UnoEdit/Snippets/InsertionContext.cs#L202
The event 'InsertionContext.ReplaceableSegmentElement.TextChanged' is never used
build-and-test (macos-latest, UnoEdit.slnx)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test (macos-latest, UnoEdit.slnx): src/UnoEdit.Sample/App.xaml.cs#L32
Converting null literal or possible null value to non-nullable type.
build-and-test (macos-latest, UnoEdit.slnx): src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L41
Cannot convert null literal to non-nullable reference type.
build-and-test (macos-latest, UnoEdit.slnx): src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L25
Cannot convert null literal to non-nullable reference type.
build-and-test (macos-latest, UnoEdit.slnx): src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L17
Non-nullable event 'HighlightingInvalidated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build-and-test (macos-latest, UnoEdit.slnx): src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L17
Non-nullable field '_highlighter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test (macos-latest, UnoEdit.slnx): src/UnoEdit.Sample/XshdHighlightedLineSource.cs#L22
Nullability of reference types in type of parameter 'document' of 'void XshdHighlightedLineSource.SetDocument(TextDocument document)' doesn't match implicitly implemented member 'void IHighlightedLineSource.SetDocument(TextDocument? document)' (possibly because of nullability attributes).
build-and-test (macos-latest, UnoEdit.slnx): src/UnoEdit/Snippets/SnippetTypes.cs#L295
The event 'ReplaceableActiveElement.TextChanged' is never used
build-and-test (macos-latest, UnoEdit.slnx): src/UnoEdit/Snippets/InsertionContext.cs#L202
The event 'InsertionContext.ReplaceableSegmentElement.TextChanged' is never used
build-and-test (windows-latest, UnoEdit.Windows.slnx)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test (windows-latest, UnoEdit.Windows.slnx): src/UnoEdit.WinUI/Controls/TextEditor.xaml.cs#L295
The event 'TextEditor.PreviewMouseHoverStopped' is never used
build-and-test (windows-latest, UnoEdit.Windows.slnx): src/UnoEdit/Snippets/InsertionContext.cs#L202
The event 'InsertionContext.ReplaceableSegmentElement.TextChanged' is never used
build-and-test (windows-latest, UnoEdit.Windows.slnx): avalonedit/ICSharpCode.AvalonEdit/Rendering/VisualLine.cs#L47
Field 'VisualLine.hasInlineObjects' is never assigned to, and will always have its default value false
build-and-test (windows-latest, UnoEdit.Windows.slnx): src/UnoEdit.WinUI/Controls/TextEditor.xaml.cs#L295
The event 'TextEditor.PreviewMouseHoverStopped' is never used
build-and-test (windows-latest, UnoEdit.Windows.slnx): src/UnoEdit.WinUI/Controls/TextEditor.xaml.cs#L294
The event 'TextEditor.PreviewMouseHover' is never used
build-and-test (windows-latest, UnoEdit.Windows.slnx): src/UnoEdit/Snippets/SnippetTypes.cs#L295
The event 'ReplaceableActiveElement.TextChanged' is never used
build-and-test (windows-latest, UnoEdit.Windows.slnx): src/UnoEdit.WinUI/Controls/TextEditor.xaml.cs#L293
The event 'TextEditor.MouseHoverStopped' is never used
build-and-test (windows-latest, UnoEdit.Windows.slnx): src/UnoEdit/Snippets/InsertionContext.cs#L202
The event 'InsertionContext.ReplaceableSegmentElement.TextChanged' is never used
build-and-test (windows-latest, UnoEdit.Windows.slnx): src/UnoEdit/Snippets/SnippetTypes.cs#L295
The event 'ReplaceableActiveElement.TextChanged' is never used