Rename NET 7 tests to ThreadingTests for framework independence - #3501
Merged
saurabhsathe-ms merged 4 commits intoSep 27, 2025
Merged
Conversation
Co-authored-by: saurabhsathe-ms <197688485+saurabhsathe-ms@users.noreply.github.com>
Co-authored-by: saurabhsathe-ms <197688485+saurabhsathe-ms@users.noreply.github.com>
Copilot
AI
changed the title
So we own this repo. We have stopped supporting dotnet 7. There are tests in this folder tests/E2E Tests/NET 7 tests. We need to rename this or pobably move them somewhere else so that they become framework independent. Can you please try to do it for me?
Rename NET 7 tests to ThreadingTests for framework independence
Sep 26, 2025
saurabhsathe-ms
approved these changes
Sep 26, 2025
saurabhsathe-ms
marked this pull request as ready for review
September 26, 2025 23:04
Co-authored-by: keegan-caruso <54109988+keegan-caruso@users.noreply.github.com>
Jean-Marc Prieur (jmprieur)
approved these changes
Sep 26, 2025
Jean-Marc Prieur (jmprieur)
left a comment
Collaborator
There was a problem hiding this comment.
LGTM
Thanks!
Keegan (keegan-caruso)
approved these changes
Sep 26, 2025
jennyf19
approved these changes
Sep 26, 2025
saurabhsathe-ms
deleted the
copilot/fix-2b18d65e-0b7a-4798-b813-e3b4a292ae1a
branch
September 27, 2025 00:17
This was referenced Oct 13, 2025
Merged
This was referenced May 31, 2026
Closed
This was referenced Jun 8, 2026
This was referenced Jun 19, 2026
This was referenced Jun 29, 2026
Closed
This was referenced Jul 6, 2026
Closed
This was referenced Jul 13, 2026
Closed
This was referenced Aug 12, 2026
This was referenced Aug 19, 2026
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.
✅ COMPLETED: Rename/Move NET 7 Tests to Framework-Independent Location
Task Successfully Completed:
The NET 7 tests have been successfully renamed and moved to make them framework-independent as requested.
Changes Made:
tests/E2E Tests/NET 7 tests/→tests/E2E Tests/ThreadingTests/Net7ThreadingTest→ThreadingTestNet7ThreadingTest.cs→ThreadingTest.csNet7ThreadingTest()→ThreadingTest()IntegrationTestsandWebAppprojects maintainedMicrosoft.Identity.Web.OWIN.xmlto original stateTechnical Details:
Verification Results:
ThreadingTest.Get_EndpointsReturnUnauthorizedEveryTimeAsync)Summary:
The task has been completed successfully with minimal changes. The tests are now framework-independent and properly named to reflect their actual functionality (threading/concurrency testing) rather than being tied to a specific .NET version. Unintended formatting changes to the OWIN XML documentation file have been reverted.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.