Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ between _runtime_ and _design-time_ components, so you'll find at least two file

### Debugging

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

## Documentation
Expand Down
1 change: 0 additions & 1 deletion src/FSharp.Data.DesignTime/FSharp.Data.DesignTime.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<Compile Include="Html/HtmlGenerator.fs" />
<Compile Include="Html/HtmlProvider.fs" />
<Compile Include="../AssemblyInfo.DesignTime.fs" />
<None Include="../Test.fsx" />
<None Include="paket.references" />
</ItemGroup>
<ItemGroup>
Expand Down
53 changes: 0 additions & 53 deletions src/SetupTesting.fsx

This file was deleted.

129 changes: 0 additions & 129 deletions src/Test.fsx

This file was deleted.

Loading