Skip to content

Remove .NET Core Desktop workflow from non-.NET repository#4

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/fix-essential-bug-in-code
Draft

Remove .NET Core Desktop workflow from non-.NET repository#4
Copilot wants to merge 2 commits intomainfrom
copilot/fix-essential-bug-in-code

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 17, 2026

The .NET Core Desktop workflow was failing because the repository contains no .NET solution or project files, causing dotnet test to error with "MSB1003: Specify a project or solution file."

Changes

  • Removed .github/workflows/dotnet-desktop.yml - workflow configured for WPF/Windows Forms applications but repository contains no .NET projects

The workflow contained only placeholder configuration values (Solution_Name: your-solution-name, etc.) and cannot function without actual project files.

Original prompt

Reference: https://github.com/frozen9993-droid/228/actions/runs/21092638909/job/60666000781#step:4:1


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: frozen9993-droid <254296743+frozen9993-droid@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix essential bug in code execution Remove .NET Core Desktop workflow from non-.NET repository Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants