CodeQL #1416
Annotations
1 error and 2 warnings
Initialize CodeQL
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
Build the Skylark:
src/Skylark.Clipboard/Helper/Board.cs#L80
'Clipboard.GetData(string)' is obsolete: '`Clipboard.GetData(string)` method is obsolete. Use `Clipboard.TryGetData<T>` methods instead.' (https://aka.ms/winforms-warnings/WFDEV005)
|
Build the Skylark:
src/Skylark.Clipboard/Helper/Board.cs#L80
'Clipboard.GetData(string)' is obsolete: '`Clipboard.GetData(string)` method is obsolete. Use `Clipboard.TryGetData<T>` methods instead.' (https://aka.ms/winforms-warnings/WFDEV005)
|
Loading