You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +50,7 @@ dotnet run -- Build # run a single target
50
50
51
51
All F# source in `src/`, `tests/`, and `build/` is formatted with Fantomas.
52
52
53
-
```
53
+
```bash
54
54
# Format in-place
55
55
dotnet fantomas src tests build
56
56
@@ -66,7 +66,7 @@ Formatting configuration is in [.fantomasrc](.fantomasrc); editor settings in [.
66
66
67
67
Tests require a live SQL Server with AdventureWorks2012. The connection string is read from `tests/SqlClient.Tests/app.config` (key `AdventureWorks`) or the environment variable `GITHUB_ACTION_SQL_SERVER_CONNECTION_STRING`.
68
68
69
-
```
69
+
```bash
70
70
dotnet test tests/SqlClient.Tests/SqlClient.Tests.fsproj -f net9.0
71
71
dotnet test tests/SqlClient.DesignTime.Tests/SqlClient.DesignTime.Tests.fsproj -f net9.0
Contributions to this repository are welcome, you can engage with users and contributors [on Gitter https://gitter.im/fsprojects/FSharp.Data.SqlClient](https://gitter.im/fsprojects/FSharp.Data.SqlClient) chat room.
3
+
Contributions to this repository are welcome, you can engage with users and contributors [on Gitter https://gitter.im/fsprojects/FSharp.Data.SqlClient](https://gitter.im/fsprojects/FSharp.Data.SqlClient) chat room.
4
4
5
-
## Code and documentation contributions:
5
+
## Code and documentation contributions
6
6
7
7
There is very low bar for submitting a PR for review and discussion, changes to code that will get merged will generally requires a bit of back and forth beyond simplest fixes.
8
8
@@ -12,4 +12,3 @@ The best way is to pull the repository and build it, then you can use those FAKE
12
12
13
13
***GenerateDocs** : Will run FSharp.Formatting over the ./docs/contents folder.
14
14
***ServeDocs** : Will run IIS Express to serve the docs, and then show the home URL with your default browser.
0 commit comments