Conversation
…t file Co-authored-by: evilz <2937862+evilz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix build and CI to ensure successful releases
Fix build failure: downgrade Microsoft.Graph to available version and remove duplicate test file
Feb 5, 2026
evilz
approved these changes
Feb 5, 2026
There was a problem hiding this comment.
Pull request overview
This PR fixes build failures caused by a non-existent package version and duplicate test class definitions. The changes restore the ability to build and test the project successfully.
Changes:
- Downgraded Microsoft.Graph from 6.0.0 to 5.101.0 (the latest available version)
- Removed duplicate test file that conflicted with existing comprehensive test files
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/Todo.Core/Todo.Core.csproj | Corrected Microsoft.Graph package version from non-existent 6.0.0 to available 5.101.0 |
| src/Todo.CLI.Tests/Commands/CommandTests.cs | Removed duplicate test class definitions that conflicted with existing comprehensive test files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Build was broken due to Microsoft.Graph 6.0.0 not existing and duplicate test class definitions causing compilation errors.
Changes
Downgrade Microsoft.Graph from 6.0.0 to 5.101.0 in
Todo.Core.csprojdotnet restoreRemove
src/Todo.CLI.Tests/Commands/CommandTests.csAddCommandTests,ListCommandTests,CompleteCommandTests, andRemoveCommandTestsBuild now succeeds with all 43 tests passing. Package publishing verified for linux-x64, win-x64, and osx-x64 targets.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
login.microsoftonline.com/tmp/publish-test/linux-x64/todo /tmp/publish-test/linux-x64/todo --help(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.