Skip to content

Prefer zero terminated string array over length based arrays. #2444

Prefer zero terminated string array over length based arrays.

Prefer zero terminated string array over length based arrays. #2444

Triggered via pull request October 12, 2023 18:13
Status Failure
Total duration 9m 14s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 30 warnings
Build (Linux)
Process completed with exit code 2.
Build (MacOS): src/Libs/GLib-2.0/Public/Uri.Generated.cs#L448
'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 (MacOS): src/Libs/GLib-2.0/Public/Variant.Generated.cs#L23
Non-nullable field '_children' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (MacOS): src/Libs/GLib-2.0/Public/Source.cs#L10
Possible null reference argument for parameter 'func' in 'void Source.SetCallback(SourceHandle source, SourceFunc func, IntPtr data, DestroyNotify notify)'.
Build (MacOS): src/Libs/GLib-2.0/Public/Source.cs#L10
Possible null reference argument for parameter 'notify' in 'void Source.SetCallback(SourceHandle source, SourceFunc func, IntPtr data, DestroyNotify notify)'.
Build (MacOS): src/Libs/GLib-2.0/Public/OptionGroup.Generated.cs#L76
Possible null reference argument for parameter 'func' in 'void OptionGroup.SetTranslateFunc(OptionGroupHandle group, TranslateFunc func, IntPtr data, DestroyNotify destroyNotify)'.
Build (MacOS): src/Libs/GLib-2.0/Public/OptionGroup.Generated.cs#L76
Possible null reference argument for parameter 'destroyNotify' in 'void OptionGroup.SetTranslateFunc(OptionGroupHandle group, TranslateFunc func, IntPtr data, DestroyNotify destroyNotify)'.
Build (MacOS): src/Libs/GLib-2.0/Public/BookmarkFile.Generated.cs#L464
Possible null reference argument for parameter 'groups' in 'void BookmarkFile.SetGroups(BookmarkFileHandle bookmark, NonNullableUtf8StringHandle uri, string[] groups, nuint length)'.
Build (MacOS): src/Libs/GLib-2.0/Public/MainContext.Generated.cs#L160
Possible null reference argument for parameter 'function' in 'void MainContext.InvokeFull(MainContextHandle context, int priority, SourceFunc function, IntPtr data, DestroyNotify notify)'.
Build (Linux)
Package FSharp.Core 7.0.400 has a resource with the locale 'cs'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build (Linux)
Package FSharp.Core 7.0.400 has a resource with the locale 'de'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build (Linux)
Package FSharp.Core 7.0.400 has a resource with the locale 'es'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build (Linux)
Package FSharp.Core 7.0.400 has a resource with the locale 'fr'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build (Linux)
Package FSharp.Core 7.0.400 has a resource with the locale 'it'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build (Linux)
Package FSharp.Core 7.0.400 has a resource with the locale 'ja'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build (Linux)
Package FSharp.Core 7.0.400 has a resource with the locale 'ko'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build (Linux)
Package FSharp.Core 7.0.400 has a resource with the locale 'pl'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build (Linux)
Package FSharp.Core 7.0.400 has a resource with the locale 'pt-br'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build (Linux)
Package FSharp.Core 7.0.400 has a resource with the locale 'ru'. This locale is not recognized by .NET. Consider notifying the package author that it appears to be using an invalid locale.
Build (Windows): src/Libs/GLib-2.0/Public/Uri.Generated.cs#L448
'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 (Windows): src/Libs/GLib-2.0/Internal/TranslateFunc.NotifiedHandler.Generated.cs#L47
Converting null literal or possible null value to non-nullable type.
Build (Windows): src/Libs/GLib-2.0/Internal/TranslateFunc.ForeverHandler.Generated.cs#L34
Converting null literal or possible null value to non-nullable type.
Build (Windows): src/Libs/GLib-2.0/Internal/TranslateFunc.CallHandler.Generated.cs#L33
Converting null literal or possible null value to non-nullable type.
Build (Windows): src/Libs/GLib-2.0/Internal/TranslateFunc.AsyncHandler.Generated.cs#L34
Converting null literal or possible null value to non-nullable type.
Build (Windows): src/Libs/GLib-2.0/Public/Variant.Generated.cs#L23
Non-nullable field '_children' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build (Windows): 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)'.
Build (Windows): src/Libs/GLib-2.0/Internal/MainLoopSynchronizationContext.cs#L33
Possible null reference argument for parameter 'notify' in 'uint Functions.IdleAdd(int priority, SourceFunc function, IntPtr data, DestroyNotify notify)'.