Skip to content

Support opaque records #2313

Support opaque records

Support opaque records #2313

Triggered via pull request August 11, 2023 15:14
Status Failure
Total duration 2m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 14 warnings
Build (ubuntu-latest): src/Libs/Gio-2.0/Internal/ActionGroupInterfaceData.Generated.cs#L20
The type or namespace name 'GetActionParameterTypeCallback' could not be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Libs/Gio-2.0/Internal/ActionGroupInterfaceData.Generated.cs#L21
The type or namespace name 'GetActionStateTypeCallback' could not be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Libs/Gio-2.0/Internal/ActionGroupInterfaceData.Generated.cs#L22
The type or namespace name 'GetActionStateHintCallback' could not be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Libs/Gio-2.0/Internal/ActionGroupInterfaceData.Generated.cs#L23
The type or namespace name 'GetActionStateCallback' could not be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Libs/Gio-2.0/Internal/ActionGroupInterfaceData.Generated.cs#L30
The type or namespace name 'QueryActionCallback' could not be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Libs/Gio-2.0/Internal/ActionInterfaceData.Generated.cs#L18
The type or namespace name 'GetParameterTypeCallback' could not be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Libs/Gio-2.0/Internal/ActionInterfaceData.Generated.cs#L19
The type or namespace name 'GetStateTypeCallback' could not be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Libs/Gio-2.0/Internal/ActionInterfaceData.Generated.cs#L20
The type or namespace name 'GetStateHintCallback' could not be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Libs/Gio-2.0/Internal/ActionInterfaceData.Generated.cs#L22
The type or namespace name 'GetStateCallback' could not be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Libs/Gio-2.0/Internal/MenuAttributeIterClassData.Generated.cs#L17
The type or namespace name 'GetNextCallback' could not be found (are you missing a using directive or an assembly reference?)
Build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Build (windows-latest)
The operation was canceled.
Build (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Build (macos-latest)
The operation was canceled.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Uri.Generated.cs#L441
'Uri.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Variant.Generated.cs#L569
'Variant.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
Build (ubuntu-latest): src/Libs/GLib-2.0/Internal/TranslateFunc.NotifiedHandler.Generated.cs#L47
Converting null literal or possible null value to non-nullable type.
Build (ubuntu-latest): src/Libs/GLib-2.0/Internal/TranslateFunc.ForeverHandler.Generated.cs#L34
Converting null literal or possible null value to non-nullable type.
Build (ubuntu-latest): src/Libs/GLib-2.0/Internal/TranslateFunc.CallHandler.Generated.cs#L33
Converting null literal or possible null value to non-nullable type.
Build (ubuntu-latest): src/Libs/GLib-2.0/Internal/TranslateFunc.AsyncHandler.Generated.cs#L34
Converting null literal or possible null value to non-nullable type.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Variant.Generated.cs#L17
Non-nullable field '_children' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Variant.Generated.cs#L515
Possible null reference argument for parameter 'handle' in 'Variant.Variant(BoxedHandle<Variant> handle)'.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/Checksum.Generated.cs#L32
Possible null reference argument for parameter 'handle' in 'Checksum.Checksum(BoxedHandle<Checksum> handle)'.
Build (ubuntu-latest): src/Libs/GLib-2.0/Public/DateTime.Generated.cs#L32
Possible null reference argument for parameter 'handle' in 'DateTime.DateTime(BoxedHandle<DateTime> handle)'.