Skip to content

Commit cf7947f

Browse files
[Repo Assist] Remove FSI testing setup files (SetupTesting.fsx, Test.fsx) (#1666)
* Remove FSI testing setup files (SetupTesting.fsx, Test.fsx) 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> * ci: trigger CI checks --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 88b4ceb commit cf7947f

4 files changed

Lines changed: 3 additions & 187 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ between _runtime_ and _design-time_ components, so you'll find at least two file
8787

8888
### Debugging
8989

90-
To debug the type generation, the best way is to change `FSharp.Data.DesignTime` project to a Console application,
91-
rename `Test.fsx` to `Test.fs` and hit the Run command in the IDE, setting the breakpoints where you need them.
92-
This will invoke all the type providers manually without locking the files in Visual Studio / Xamarin Studio.
93-
You'll also see in the console output the complete dump of the generated types and expressions.
90+
To debug the type generation, the best way is to change `FSharp.Data.DesignTime` project to a Console application and hit the Run command in the IDE, setting the breakpoints where you need them.
91+
This will invoke all the type providers manually without locking the files in Visual Studio / Xamarin Studio.
92+
You'll also see in the console output the complete dump of the generated types and expressions.
9493
This is also the process used for the signature tests.
9594

9695
## Documentation

src/FSharp.Data.DesignTime/FSharp.Data.DesignTime.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<Compile Include="Html/HtmlGenerator.fs" />
3434
<Compile Include="Html/HtmlProvider.fs" />
3535
<Compile Include="../AssemblyInfo.DesignTime.fs" />
36-
<None Include="../Test.fsx" />
3736
<None Include="paket.references" />
3837
</ItemGroup>
3938
<ItemGroup>

src/SetupTesting.fsx

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/Test.fsx

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)