Skip to main content

What is Next?

Curious about what's coming next? you can use the Preview builds (aka 'nightly' builds) that are distributed using https://feedz.io/ for now.

Feedz

To pull preview versions into your project, use the following NuGet.config file:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="consuldotnet-preview" value="https://f.feedz.io/consuldotnet/preview/nuget/index.json" />
</packageSources>
</configuration>

Didn't find what you were looking for? Please request a feature or report a bug.