Skip to content

[Repo Assist] Remove FSI testing setup files (SetupTesting.fsx, Test.fsx)#1666

Merged
dsyme merged 2 commits intomainfrom
repo-assist/fix-issue-1321-remove-setup-testing-fsx-cf6ac1c2bcbede99
Feb 26, 2026
Merged

[Repo Assist] Remove FSI testing setup files (SetupTesting.fsx, Test.fsx)#1666
dsyme merged 2 commits intomainfrom
repo-assist/fix-issue-1321-remove-setup-testing-fsx-cf6ac1c2bcbede99

Conversation

@github-actions
Copy link
Contributor

🤖 This is an automated pull request from Repo Assist, an AI assistant for this repository.

Removes the FSI testing path files that are no longer actively used for development or testing.

Closes #1321

Changes

  • Deleted src/SetupTesting.fsx — script that generated __setup__*.fsx files for use in FSI
  • Deleted src/Test.fsx — FSI test script that used SetupTesting.fsx to load the design-time project interactively
  • Removed (None Include="../Test.fsx" /) from src/FSharp.Data.DesignTime/FSharp.Data.DesignTime.fsproj
  • Updated CONTRIBUTING.md Debugging section to remove the reference to renaming Test.fsx to Test.fs

No library features are affected — only the FSI-based testing and development workflow is removed.

Test Status

No build or test changes are expected since:

  • SetupTesting.fsx was never compiled (it was a standalone script)
  • Test.fsx was included as (None) (not compiled) in the design-time project
  • All existing unit tests remain unchanged

Generated by Repo Assist

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@69c1ee19e39e6aaba35519aafefb5cbf314de323

The library is no longer actively developed using FSI for testing/development.
Removes src/SetupTesting.fsx, src/Test.fsx, and updates the fsproj and
CONTRIBUTING.md accordingly.

Closes #1321

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dsyme dsyme marked this pull request as ready for review February 26, 2026 13:57
@dsyme dsyme merged commit cf7947f into main Feb 26, 2026
2 checks passed
@dsyme dsyme deleted the repo-assist/fix-issue-1321-remove-setup-testing-fsx-cf6ac1c2bcbede99 branch February 26, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document how to use the SetupTesting.fsx script

1 participant