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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ A curated list of awesome F# frameworks, libraries, software and resources.
32
32
-[Creating type providers](#creating-type-providers)
33
33
-[Visualization](#visualization)
34
34
-[Web frameworks](#web-frameworks)
35
-
-[.Net Core Templates](#net-core-templates)
35
+
-[.NET Core Templates](#net-core-templates)
36
36
-[Resources](#resources)
37
37
-[Blogs](#blogs)
38
38
-[Books](#books)
@@ -132,7 +132,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
132
132
-[F# Playground](https://github.com/Seng-Jik/FSharpPlayground) - Minimal playground for F#.
133
133
-[JetBrains Rider](https://www.jetbrains.com/rider) - Cross-platform .NET IDE with F# support (Proprietary, free for non-commercial use).
134
134
-[MonoDevelop](http://www.monodevelop.com/) - Cross-platform IDE mostly aimed at Mono/.NET developers.
135
-
-[Visual Studio](https://www.visualstudio.com/) - IDE from Microsoft with first class F# support(Windows only) (Proprietary).
135
+
-[Visual Studio](https://www.visualstudio.com/) - IDE from Microsoft with first class F# support(Windows only, Proprietary).
136
136
137
137
### Editor plugins
138
138
@@ -196,7 +196,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
196
196
## Logging
197
197
198
198
-[FsLibLog](https://github.com/TheAngryByrd/FsLibLog) - FsLibLog is a single file you can copy paste or add through Paket GitHub dependencies to provide your F# library with a logging abstraction.
199
-
-[Logary](https://github.com/logary/logary/) - Logary is a high performance, multi-target logging, metric, tracing and health-check library for mono and .Net.
199
+
-[Logary](https://github.com/logary/logary/) - Logary is a high performance, multi-target logging, metric, tracing and health-check library for mono and .NET.
200
200
201
201
## Package Management
202
202
@@ -231,7 +231,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
231
231
232
232
## Testing
233
233
<!--lint disable double-link -->
234
-
-[altcover](https://github.com/SteveGilham/altcover) - Cross-platform coverage gathering and processing tool set for .net/.net core and Mono.
234
+
-[altcover](https://github.com/SteveGilham/altcover) - Cross-platform coverage gathering and processing tool set for .NET/.NET core and Mono.
235
235
-[canopy](https://github.com/lefthandedgoat/canopy) - F# web automation and testing framework.
236
236
-[Expecto](https://github.com/haf/expecto) - Smooth testing framework for F# with tests-as-values and parallelism by default.
237
237
-[Faqt](https://github.com/cmeeren/Faqt) - Fantastic fluent assertions for your F# tests and domain code.
@@ -303,7 +303,7 @@ Looking to have a more enjoyable experience when consuming a popular .NET librar
303
303
-[WebSharper](https://github.com/intellifactory/websharper) - F#-based web programming platform including a compiler from F# code to JavaScript.
304
304
<!--lint enable double-link -->
305
305
306
-
## .Net Core Templates
306
+
## .NET Core Templates
307
307
<!--lint disable awesome-list-item-->
308
308
-[ASP.NET Core WebAPI F# Template](https://github.com/MNie/FSharpNetCoreWebApiTemplate) - `dotnet new -i WebAPI.FSharp.Template::*`
309
309
-[Expecto Template](https://github.com/MNie/Expecto.Template) - `dotnet new -i Expecto.Template::*`
0 commit comments