Skip to content

Support opaque records #2311

Support opaque records

Support opaque records #2311

Triggered via pull request August 10, 2023 20:02
Status Failure
Total duration 1m 56s
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

13 errors and 12 warnings
Build (ubuntu-latest): src/Libs/GObject-2.0/Public/Functions.Generated.cs#L671
'Functions' does not contain a definition for 'ParamSpecVariant'
Build (ubuntu-latest): src/Libs/GObject-2.0/Public/Functions.Generated.cs#L671
'Functions' does not contain a definition for 'ParamSpecVariant'
Build (ubuntu-latest): src/Tests/Libs/GLib-2.0.Tests/Records/VariantTest.cs#L15
'Variant' does not contain a definition for 'GetInt' and no accessible extension method 'GetInt' accepting a first argument of type 'Variant' could be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Tests/Libs/GLib-2.0.Tests/Records/VariantTest.cs#L15
'Variant' does not contain a definition for 'GetInt' and no accessible extension method 'GetInt' accepting a first argument of type 'Variant' could be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Libs/GObject-2.0/Public/Functions.Generated.cs#L671
'Functions' does not contain a definition for 'ParamSpecVariant'
Build (ubuntu-latest): src/Libs/GObject-2.0/Public/Functions.Generated.cs#L671
'Functions' does not contain a definition for 'ParamSpecVariant'
Build (ubuntu-latest): src/Tests/Libs/GLib-2.0.Tests/Records/VariantTest.cs#L15
'Variant' does not contain a definition for 'GetInt' and no accessible extension method 'GetInt' accepting a first argument of type 'Variant' could be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest): src/Tests/Libs/GLib-2.0.Tests/Records/VariantTest.cs#L15
'Variant' does not contain a definition for 'GetInt' and no accessible extension method 'GetInt' accepting a first argument of type 'Variant' could be found (are you missing a using directive or an assembly reference?)
Build (ubuntu-latest)
Process completed with exit code 1.
Build (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Build (macos-latest)
The operation was canceled.
Build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Build (windows-latest)
The operation was canceled.
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/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#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/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/Internal/MainLoopSynchronizationContext.cs#L33
Possible null reference argument for parameter 'function' in 'uint Functions.IdleAdd(int priority, SourceFunc function, IntPtr data, DestroyNotify notify)'.