Support class based safe handles #2834
Annotations
10 errors and 10 warnings
src/Libs/GLib-2.0/Public/HashTable.Generated.cs#L24
The modifier 'static' is not valid for this item in C# 10.0. Please use language version '11.0' or greater.
|
src/Libs/GLib-2.0/Public/HashTable.Generated.cs#L24
'HashTable.Create(IntPtr, bool)' in explicit interface declaration is not found among members of the interface that can be implemented
|
src/Libs/GLib-2.0/Public/Hmac.Generated.cs#L24
The modifier 'static' is not valid for this item in C# 10.0. Please use language version '11.0' or greater.
|
src/Libs/GLib-2.0/Public/Hmac.Generated.cs#L24
'Hmac.Create(IntPtr, bool)' in explicit interface declaration is not found among members of the interface that can be implemented
|
src/Libs/GLib-2.0/Public/IOChannel.Generated.cs#L27
The modifier 'static' is not valid for this item in C# 10.0. Please use language version '11.0' or greater.
|
src/Libs/GLib-2.0/Public/IOChannel.Generated.cs#L27
'IOChannel.Create(IntPtr, bool)' in explicit interface declaration is not found among members of the interface that can be implemented
|
src/Libs/GLib-2.0/Public/KeyFile.Generated.cs#L24
The modifier 'static' is not valid for this item in C# 10.0. Please use language version '11.0' or greater.
|
src/Libs/GLib-2.0/Public/KeyFile.Generated.cs#L24
'KeyFile.Create(IntPtr, bool)' in explicit interface declaration is not found among members of the interface that can be implemented
|
src/Libs/GLib-2.0/Public/MainContext.Generated.cs#L24
The modifier 'static' is not valid for this item in C# 10.0. Please use language version '11.0' or greater.
|
src/Libs/GLib-2.0/Public/MainContext.Generated.cs#L24
'MainContext.Create(IntPtr, bool)' in explicit interface declaration is not found among members of the interface that can be implemented
|
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.
|
src/Libs/GLib-2.0/Public/Variant.Generated.cs#L599
'Variant.GetType()' hides inherited member 'object.GetType()'. Use the new keyword if hiding was intended.
|
src/Libs/GLib-2.0/Public/Functions.Generated.cs#L819
Possible null reference argument for parameter 'function' in 'uint Functions.ChildWatchAdd(int priority, Pid pid, ChildWatchFunc function, nint data, DestroyNotify notify)'.
|
src/Libs/GLib-2.0/Public/Functions.Generated.cs#L819
Possible null reference argument for parameter 'notify' in 'uint Functions.ChildWatchAdd(int priority, Pid pid, ChildWatchFunc function, nint data, DestroyNotify notify)'.
|
src/Libs/GLib-2.0/Public/Functions.Generated.cs#L1017
Possible null reference argument for parameter 'managed' in 'DuplicateFuncCallHandler.DuplicateFuncCallHandler(DuplicateFunc managed)'.
|
src/Libs/GLib-2.0/Public/ThreadPool.Generated.cs#L73
Possible null reference argument for parameter 'func' in 'ThreadPoolOwnedHandle ThreadPool.NewFull(Func func, nint userData, DestroyNotify itemFreeFunc, int maxThreads, bool exclusive, out ErrorOwnedHandle error)'.
|
src/Libs/GLib-2.0/Public/ThreadPool.Generated.cs#L73
Possible null reference argument for parameter 'itemFreeFunc' in 'ThreadPoolOwnedHandle ThreadPool.NewFull(Func func, nint userData, DestroyNotify itemFreeFunc, int maxThreads, bool exclusive, out ErrorOwnedHandle error)'.
|
src/Libs/GLib-2.0/Internal/TranslateFunc.NotifiedHandler.Generated.cs#L47
Converting null literal or possible null value to non-nullable type.
|
src/Libs/GLib-2.0/Internal/TranslateFunc.ForeverHandler.Generated.cs#L34
Converting null literal or possible null value to non-nullable type.
|
src/Libs/GLib-2.0/Internal/TranslateFunc.CallHandler.Generated.cs#L33
Converting null literal or possible null value to non-nullable type.
|
This job failed
Loading