Merge pull request #193 from HavenDV/dependabot/nuget/all-1df2026aab #33
dotnet.yml
on: push
Build, test and publish library
5m 50s
Annotations
10 errors
Build, test and publish library:
src/libs/H.NotifyIcon/Interop/InteropUtilities.cs#L10
Pointers and fixed size buffers may only be used in an unsafe context
|
Build, test and publish library:
src/libs/H.NotifyIcon/Interop/InteropUtilities.cs#L10
Operator '==' cannot be applied to operands of type 'void*' and 'IntPtr'
|
Build, test and publish library:
src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L60
Pointers and fixed size buffers may only be used in an unsafe context
|
Build, test and publish library:
src/libs/H.NotifyIcon/PopupMenus/PopupMenu.cs#L60
'void*' does not contain a definition for 'ToInt64' and no accessible extension method 'ToInt64' accepting a first argument of type 'void*' could be found (are you missing a using directive or an assembly reference?)
|
Build, test and publish library:
src/libs/H.NotifyIcon/Core/WindowUtilities.cs#L185
The call is ambiguous between the following methods or properties: 'HGDIOBJ.HGDIOBJ(void*)' and 'HGDIOBJ.HGDIOBJ(IntPtr)'
|
Build, test and publish library:
src/libs/H.NotifyIcon/Core/TrayInfo.cs#L18
Pointers and fixed size buffers may only be used in an unsafe context
|
Build, test and publish library:
src/libs/H.NotifyIcon/Core/TrayInfo.cs#L18
Operator '!=' cannot be applied to operands of type 'void*' and 'IntPtr'
|
Build, test and publish library:
src/libs/H.NotifyIcon/Core/TrayInfo.cs#L27
Pointers and fixed size buffers may only be used in an unsafe context
|
Build, test and publish library:
src/libs/H.NotifyIcon/Core/TrayInfo.cs#L27
Operator '!=' cannot be applied to operands of type 'void*' and 'IntPtr'
|
Build, test and publish library:
src/libs/H.NotifyIcon/Interop/InteropUtilities.cs#L10
Pointers and fixed size buffers may only be used in an unsafe context
|