This kit can be installed using NuGet prismic package. For the latest stable build run the following shell command in your project folder:
dotnet package add prismicio.netstandard
(Feel free to detail the proper steps for beginners by submitting a pull request.)
You can find out how to get started with prismic.io on our prismic.io developer's portal.
Also on our prismic.io developer's portal, on top of our full documentation, you will:
- get a thorough introduction of how to use prismic.io kits, including this one.
Until October 2019, the prismic kit was only catered to .NET Framework. The new package has some breaking changes, primarily around API instantiation. Look at the sample project to see how to get an Api
.
Although every effort has been made to make the kit familiar new kit follows a more idiomatic C# coding style. When migrating a large code base to the new library, this gist might get your project building a little quicker.
https://gist.github.com/benembery/f83800262f9713d01324273d2a7f1a12
Contribution is open to all developer levels, read our "Contribute to the official kits" documentation to learn more.
This kit gets installed like any .NET library.
(Feel free to detail the proper steps for beginners by submitting a pull request.)
Please write tests for any bugfix or new feature.
If you find existing code that is not optimally tested and wish to make it better, we really appreciate it; but you should document it on its own branch and its own pull request.
Please document any bugfix or new feature.
If you find existing code that is not optimally documented and wish to make it better, we really appreciate it; but you should document it on its own branch and its own pull request.
We hope you'll get involved! Read our Contributors' Guide for details.
This software is licensed under Apache 2.0 license
Copyright 2013-2021 Prismic contact@prismic.io (https://prismic.io)