Skip to content

Add notification tray icon on windows (boss key) #6364

Add notification tray icon on windows (boss key)

Add notification tray icon on windows (boss key) #6364

Triggered via pull request July 21, 2024 11:17
Status Failure
Total duration 8m 21s
Artifacts

ci.yml

on: pull_request
Code Quality
1m 37s
Code Quality
Build only (Android)
8m 10s
Build only (Android)
Build only (iOS)
51s
Build only (iOS)
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

34 errors and 28 warnings
Test (macOS, macos-latest, Debug, MultiThreaded): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (macOS, macos-latest, Debug, MultiThreaded): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (macOS, macos-latest, Debug, MultiThreaded)
Process completed with exit code 1.
Test (macOS, macos-latest, Debug, SingleThread): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (macOS, macos-latest, Debug, SingleThread): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (macOS, macos-latest, Debug, SingleThread)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, Release, MultiThreaded): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Linux, ubuntu-latest, Release, MultiThreaded): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Linux, ubuntu-latest, Release, MultiThreaded)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, Debug, SingleThread): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Linux, ubuntu-latest, Debug, SingleThread): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Linux, ubuntu-latest, Debug, SingleThread)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, Release, SingleThread): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Linux, ubuntu-latest, Release, SingleThread): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Linux, ubuntu-latest, Release, SingleThread)
Process completed with exit code 1.
Test (Linux, ubuntu-latest, Debug, MultiThreaded): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Linux, ubuntu-latest, Debug, MultiThreaded): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Linux, ubuntu-latest, Debug, MultiThreaded)
Process completed with exit code 1.
Code Quality: osu.Framework/Platform/Windows/SDL2WindowsWindow.cs#L28
Naming rule violation: These words must begin with upper case characters: smallIcon (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
Code Quality: osu.Framework/Platform/Windows/SDL2WindowsWindow.cs#L29
Naming rule violation: These words must begin with upper case characters: largeIcon (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
Code Quality: osu.Framework/Platform/Windows/SDL3WindowsWindow.cs#L32
Naming rule violation: These words must begin with upper case characters: smallIcon (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
Code Quality: osu.Framework/Platform/Windows/SDL3WindowsWindow.cs#L33
Naming rule violation: These words must begin with upper case characters: largeIcon (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
Code Quality: osu.Framework/Platform/Windows/WindowsNotificationTrayIcon.cs#L17
Naming rule violation: These words must begin with upper case characters: window (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
Code Quality: osu.Framework/Platform/Windows/WindowsNotificationTrayIcon.cs#L92
Naming rule violation: These words cannot contain upper case characters: NOTIFYICON, VERSION (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
Code Quality: osu.Framework/Platform/Windows/WindowsNotificationTrayIcon.cs#L128
Naming rule violation: These words must begin with upper case characters: cbSize (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
Code Quality: osu.Framework/Platform/Windows/WindowsNotificationTrayIcon.cs#L129
Naming rule violation: These words must begin with upper case characters: hWnd (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
Code Quality: osu.Framework/Platform/Windows/WindowsNotificationTrayIcon.cs#L131
Naming rule violation: These words must begin with upper case characters: uFlags (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
Code Quality: osu.Framework/Platform/Windows/WindowsNotificationTrayIcon.cs#L130
Naming rule violation: These words must begin with upper case characters: uID (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1006)
Test (Windows, windows-latest, Debug, MultiThreaded): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Windows, windows-latest, Debug, MultiThreaded): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Windows, windows-latest, Debug, MultiThreaded)
Process completed with exit code 1.
Test (Windows, windows-latest, Debug, SingleThread): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Windows, windows-latest, Debug, SingleThread): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (Windows, windows-latest, Debug, SingleThread)
Process completed with exit code 1.
Build only (iOS): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build only (iOS): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Test (macOS, macos-latest, Debug, MultiThreaded)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (macOS, macos-latest, Debug, MultiThreaded)
Restore cache failed: Dependencies file is not found in /Users/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (macOS, macos-latest, Debug, MultiThreaded)
No files were found with the provided path: /Users/runner/work/osu-framework/osu-framework/TestResults/TestResults-macOS-MultiThreaded-Debug.trx. No artifacts will be uploaded.
Test (macOS, macos-latest, Debug, SingleThread)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (macOS, macos-latest, Debug, SingleThread)
No files were found with the provided path: /Users/runner/work/osu-framework/osu-framework/TestResults/TestResults-macOS-SingleThread-Debug.trx. No artifacts will be uploaded.
Test (macOS, macos-latest, Debug, SingleThread)
Restore cache failed: Dependencies file is not found in /Users/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Release, MultiThreaded)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Linux, ubuntu-latest, Release, MultiThreaded)
No files were found with the provided path: /home/runner/work/osu-framework/osu-framework/TestResults/TestResults-Linux-MultiThreaded-Release.trx. No artifacts will be uploaded.
Test (Linux, ubuntu-latest, Release, MultiThreaded)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Debug, SingleThread)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Linux, ubuntu-latest, Debug, SingleThread)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Debug, SingleThread)
No files were found with the provided path: /home/runner/work/osu-framework/osu-framework/TestResults/TestResults-Linux-SingleThread-Debug.trx. No artifacts will be uploaded.
Test (Linux, ubuntu-latest, Release, SingleThread)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Linux, ubuntu-latest, Release, SingleThread)
No files were found with the provided path: /home/runner/work/osu-framework/osu-framework/TestResults/TestResults-Linux-SingleThread-Release.trx. No artifacts will be uploaded.
Test (Linux, ubuntu-latest, Release, SingleThread)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Debug, MultiThreaded)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Linux, ubuntu-latest, Debug, MultiThreaded)
Restore cache failed: Dependencies file is not found in /home/runner/work/osu-framework/osu-framework. Supported file pattern: go.sum
Test (Linux, ubuntu-latest, Debug, MultiThreaded)
No files were found with the provided path: /home/runner/work/osu-framework/osu-framework/TestResults/TestResults-Linux-MultiThreaded-Debug.trx. No artifacts will be uploaded.
Test (Windows, windows-latest, Debug, MultiThreaded)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Windows, windows-latest, Debug, MultiThreaded)
Restore cache failed: Dependencies file is not found in D:\a\osu-framework\osu-framework. Supported file pattern: go.sum
Test (Windows, windows-latest, Debug, MultiThreaded)
No files were found with the provided path: D:\a\osu-framework\osu-framework/TestResults/TestResults-Windows-MultiThreaded-Debug.trx. No artifacts will be uploaded.
Test (Windows, windows-latest, Debug, SingleThread)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (Windows, windows-latest, Debug, SingleThread)
No files were found with the provided path: D:\a\osu-framework\osu-framework/TestResults/TestResults-Windows-SingleThread-Debug.trx. No artifacts will be uploaded.
Test (Windows, windows-latest, Debug, SingleThread)
Restore cache failed: Dependencies file is not found in D:\a\osu-framework\osu-framework. Supported file pattern: go.sum
Build only (Android): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build only (Android): osu.Framework/Platform/NotificationTrayIcon.cs#L26
This call site is reachable on all platforms. 'WindowsNotificationTrayIcon' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)