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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ GitHub Actions |
| FsToolkit.ErrorHandling.AsyncSeq | [![NuGet](https://buildstats.info/nuget/FsToolkit.ErrorHandling.AsyncSeq)](https://www.nuget.org/packages/FsToolkit.ErrorHandling.AsyncSeq) | [![NuGet](https://buildstats.info/nuget/FsToolkit.ErrorHandling.AsyncSeq?includePreReleases=true)](https://www.nuget.org/packages/FsToolkit.ErrorHandling.AsyncSeq/absoluteLatest)
| FsToolkit.ErrorHandling.IcedTasks | [![NuGet](https://buildstats.info/nuget/FsToolkit.ErrorHandling.IcedTasks)](https://www.nuget.org/packages/FsToolkit.ErrorHandling.IcedTasks) | [![NuGet](https://buildstats.info/nuget/FsToolkit.ErrorHandling.IcedTasks?includePreReleases=true)](https://www.nuget.org/packages/FsToolkit.ErrorHandling.IcedTasks/absoluteLatest)



## Developing locally

### Devcontainer
This repository has a devcontainer setup for VSCode. For more infomation see:
This repository has a devcontainer setup for VSCode. For more information see:
- [VSCode](https://code.visualstudio.com/docs/devcontainers/containers)

### Local Setup
Expand Down Expand Up @@ -79,7 +77,7 @@ Without specifying a build target, the default target is `DotnetPack`, which wil
- `RunTests` - Will run tests for `dotnet`, `fable-javascript` and `fable-python` projects
- `FormatCode` - Will run `fantomas` to format the codebase

This is not an exhausting list. Additional targets can be found in the `./build/build.fs` file.
This is not an exhaustive list. Additional targets can be found in the `./build/build.fs` file.


A motivating example
Expand Down
Loading
Loading