Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push December 19, 2024 19:43
Status Success
Total duration 2m 2s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Jiayi.UI/NativeMethods.txt#L11
Use the name of the enum that declares this constant: SET_WINDOW_POS_FLAGS
build: src/Jiayi.UI/NativeMethods.txt#L12
Use the name of the enum that declares this constant: WINDOW_STYLE
build: src/Jiayi.UI/Core/Window.cs#L42
This call site is reachable on all platforms. 'PInvoke.SetWindowPos(HWND, HWND, int, int, int, int, SET_WINDOW_POS_FLAGS)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Jiayi.UI/Core/Window.cs#L32
This call site is reachable on all platforms. 'PInvoke.SetWindowPos(HWND, HWND, int, int, int, int, SET_WINDOW_POS_FLAGS)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Jiayi.UI/Core/Window.cs#L39
This call site is reachable on all platforms. 'PInvoke.GetWindowRect(HWND, out RECT)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Jiayi.UI/Core/Window.cs#L29
This call site is reachable on all platforms. 'PInvoke.GetWindowRect(HWND, out RECT)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Jiayi.UI/Core/Window.cs#L60
This call site is reachable on all platforms. 'PInvoke.SetWindowText(HWND, string)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Jiayi.UI/Core/Window.cs#L54
This call site is reachable on all platforms. 'PInvoke.GetWindowText(HWND, PWSTR, int)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Jiayi.UI/Core/Window.cs#L49
This call site is reachable on all platforms. 'PInvoke.GetWindowTextLength(HWND)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: src/Jiayi.UI/Core/Window.cs#L77
This call site is reachable on all platforms. 'PInvoke.CreateWindowEx(WINDOW_EX_STYLE, PCWSTR, PCWSTR, WINDOW_STYLE, int, int, int, int, HWND, HMENU, HINSTANCE, void*)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)