添加自动打包程序的GitHub工作流 (Add GitHub Workflows for Automated Packaging)#8
Closed
添加自动打包程序的GitHub工作流 (Add GitHub Workflows for Automated Packaging)#8
Conversation
Co-authored-by: Lingwuxin <57278566+Lingwuxin@users.noreply.github.com>
Co-authored-by: Lingwuxin <57278566+Lingwuxin@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] 添加自动打包程序的github工作流
添加自动打包程序的GitHub工作流 (Add GitHub Workflows for Automated Packaging)
Aug 12, 2025
Owner
build (x64): ScreenSoundSwitch.WinUI/ViewModels/ScreenViewModel.cs#L26Partial property 'ScreenViewModel.SelectedScreen' must have an implementation part. -- build (x64): ScreenSoundSwitch.WinUI/ViewModels/SettingViewModel.cs#L17The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. build (x64): ScreenSoundSwitch.WinUI/ViewModels/ScreenViewModel.cs#L28The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. build (x64): ScreenSoundSwitch.WinUI/ViewModels/ScreenViewModel.cs#L26The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. build (x64): ScreenSoundSwitch.WinUI/ViewModels/ProcessControlViewModel.cs#L18Partial property 'ProcessControlViewModel.ProcessModel' must have an implementation part. build (x64): ScreenSoundSwitch.WinUI/ViewModels/ProcessControlViewModel.cs#L18The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. build (x64): ScreenSoundSwitch.WinUI/ViewModels/AudioPlayerViewModel.cs#L23Partial property 'AudioPlayerViewModel.PlaybackList' must have an implementation part. build (x64): ScreenSoundSwitch.WinUI/ViewModels/AudioPlayerViewModel.cs#L23The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. build (x64): ScreenSoundSwitch.WinUI/ViewModels/AudioDeviceControlViewModel.cs#L9Partial property 'AudioDeviceControlViewModel.AudioDeviceControlModel' must have an implementation part. build (x64): ScreenSoundSwitch.WinUI/ViewModels/AudioDeviceControlViewModel.cs#L9The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. [build (x64): ScreenSoundSwitch.WinUI/ViewModels/ScreenViewModel.cs#L26](https://github.com//pull/8/files#annotation_37696677006) Partial property 'ScreenViewModel.SelectedScreen' must have an implementation part. [build (x64): ScreenSoundSwitch.WinUI/ViewModels/SettingViewModel.cs#L17](https://github.com//pull/8/files#annotation_37696677009) The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. [build (x64): ScreenSoundSwitch.WinUI/ViewModels/ScreenViewModel.cs#L28](https://github.com//pull/8/files#annotation_37696677010) The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. [build (x64): ScreenSoundSwitch.WinUI/ViewModels/ScreenViewModel.cs#L26](https://github.com//pull/8/files#annotation_37696677011) The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. [build (x64): ScreenSoundSwitch.WinUI/ViewModels/ProcessControlViewModel.cs#L18](https://github.com//pull/8/files#annotation_37696677013) Partial property 'ProcessControlViewModel.ProcessModel' must have an implementation part. [build (x64): ScreenSoundSwitch.WinUI/ViewModels/ProcessControlViewModel.cs#L18](https://github.com//pull/8/files#annotation_37696677014) The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. [build (x64): ScreenSoundSwitch.WinUI/ViewModels/AudioPlayerViewModel.cs#L23](https://github.com//pull/8/files#annotation_37696677019) Partial property 'AudioPlayerViewModel.PlaybackList' must have an implementation part. [build (x64): ScreenSoundSwitch.WinUI/ViewModels/AudioPlayerViewModel.cs#L23](https://github.com//pull/8/files#annotation_37696677022) The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. [build (x64): ScreenSoundSwitch.WinUI/ViewModels/AudioDeviceControlViewModel.cs#L9](https://github.com//pull/8/files#annotation_37696677024) Partial property 'AudioDeviceControlViewModel.AudioDeviceControlModel' must have an implementation part. [build (x64): ScreenSoundSwitch.WinUI/ViewModels/AudioDeviceControlViewModel.cs#L9](https://github.com//pull/8/files#annotation_37696677025) The modifier 'partial' is not valid for this item in C# 12.0. Please use language version '13.0' or greater. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements automated GitHub Actions workflows for building and packaging the ScreenSoundSwitch WinUI application, addressing the need for streamlined release management.
Changes Made
🚀 Auto-packaging Workflow (
build-and-package.yml)v1.0.0) and GitHub releases🔄 Continuous Integration (
ci.yml)📚 Documentation and Setup
.github/workflows/explaining usageUsage
To create a new release with automatic packaging:
This will trigger the workflow to:
The CI workflow automatically runs on all pushes and pull requests to ensure code quality.
Technical Details
Fixes #7.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.