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
The default case for Mac&Linux builds seemed to be to try
to run mono, which these days we can say is an old tech. By
renaming this folder we can see that the new versions of .NET
(as in .NETCore, which got renamed back again to ".NET" in v5)
can build fine.
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
[](https://gitter.im/fsprojects/SQLProvider?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7
7
8
-
A general .NET/Mono SQL database type provider. Current features :
8
+
A general .NET SQL database type provider. Current features :
9
9
* LINQ queries
10
10
* Lazy schema exploration
11
11
* Automatic constraint navigation
@@ -45,9 +45,13 @@ additional samples and documentation!
45
45
46
46
## Building [](https://github.com/fsprojects/SQLProvider/actions?query=branch%3Amaster)
47
47
48
-
*Mono: Run *build.sh*
48
+
*Linux/macOS: Run *build.sh*
49
49
* Windows: Run *build.cmd*
50
50
51
+
(Note: both scripts above use the `dotnet` command underneath; if you need to build
52
+
with .NETFramework v4.x or Mono, rename the '.paket_netfx' to '.paket' first, before
53
+
restoring & building manually with paket and msbuild.)
54
+
51
55
## Known issues
52
56
53
57
- Database vendors other than SQL Server and Access use dynamic assembly loading. This
0 commit comments