|
1 | 1 | # Kiota URI Form Encoded Serialization Library for dotnet
|
2 | 2 |
|
3 |
| -[](https://github.com/microsoft/kiota-serialization-form-dotnet/actions/workflows/build-and_test.yml) [](https://www.nuget.org/packages/Microsoft.Kiota.Serialization.Form/) |
4 |
| - |
5 |
| -The Form Serialization Library for dotnet is the dotnet `application/x-www-form-urlencoded` serialization library implementation. |
6 |
| - |
7 |
| -A [Kiota](https://github.com/microsoft/kiota) generated project will need a reference to a form serialization package to handle `application/x-www-form-urlencoded` payloads from a supporting API endpoint. |
8 |
| - |
9 |
| -Read more about Kiota [here](https://github.com/microsoft/kiota/blob/main/README.md). |
10 |
| - |
11 |
| -## Using the Kiota Json Serialization Library |
12 |
| - |
13 |
| -```shell |
14 |
| -dotnet add package Microsoft.Kiota.Serialization.Form --prerelease |
15 |
| -``` |
16 |
| - |
17 |
| -## Debugging |
18 |
| - |
19 |
| -If you are using Visual Studio Code as your IDE, the **launch.json** file already contains the configuration to build and test the library. Otherwise, you can open the **Microsoft.Kiota.Serialization.Form.sln** with Visual Studio. |
20 |
| - |
21 |
| -## Contributing |
22 |
| - |
23 |
| -This project welcomes contributions and suggestions. Most contributions require you to agree to a |
24 |
| -Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
25 |
| -the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. |
26 |
| - |
27 |
| -When you submit a pull request, a CLA bot will automatically determine whether you need to provide |
28 |
| -a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions |
29 |
| -provided by the bot. You will only need to do this once across all repos using our CLA. |
30 |
| - |
31 |
| -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
32 |
| -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or |
33 |
| -contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
34 |
| - |
35 |
| -## Trademarks |
36 |
| - |
37 |
| -This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft |
38 |
| -trademarks or logos is subject to and must follow |
39 |
| -[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). |
40 |
| -Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. |
41 |
| -Any use of third-party trademarks or logos are subject to those third-party's policies. |
| 3 | +This repository has been archived and source migrated. You can contribute and file issues in the [Kiota Dotnet](https://github.com/microsoft/kiota-dotnet) repository. |
0 commit comments