Skip to content

Remove MSTest.TestFramework from Core project#3476

Merged
vadeveka merged 2 commits intomainfrom
copilot/remove-mstest-testframework
Apr 28, 2026
Merged

Remove MSTest.TestFramework from Core project#3476
vadeveka merged 2 commits intomainfrom
copilot/remove-mstest-testframework

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 28, 2026

Summary

Removes the MSTest.TestFramework package reference from the Core project (src/Core/Azure.DataApiBuilder.Core.csproj).

The Core project is not a test project and should not have any unit test dependencies. MSTest.TestFramework was never used in any Core source files — it was an unnecessary dependency that should only exist in test projects (Cli.Tests, Service.Tests).

Changes

  • Removed <PackageReference Include="MSTest.TestFramework" /> from src/Core/Azure.DataApiBuilder.Core.csproj

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an unused test-only dependency (MSTest.TestFramework) from the non-test Core project to keep runtime dependencies minimal and correctly scoped.

Changes:

  • Removed MSTest.TestFramework PackageReference from src/Core/Azure.DataApiBuilder.Core.csproj.

@vadeveka
Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 6 pipeline(s).

@vadeveka vadeveka enabled auto-merge (squash) April 28, 2026 01:20
@vadeveka vadeveka merged commit 56f8bba into main Apr 28, 2026
12 checks passed
@vadeveka vadeveka deleted the copilot/remove-mstest-testframework branch April 28, 2026 17:38
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.

5 participants