Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guilhermestracini/poc-dotnet-toml-handling
🔬 Proof of Concept of handling TOML format (write/read/manipulating) using some C# libraries
https://github.com/guilhermestracini/poc-dotnet-toml-handling
dotnet dotnetcore poc proof-of-concept toml
Last synced: 24 days ago
JSON representation
🔬 Proof of Concept of handling TOML format (write/read/manipulating) using some C# libraries
- Host: GitHub
- URL: https://github.com/guilhermestracini/poc-dotnet-toml-handling
- Owner: GuilhermeStracini
- License: mit
- Created: 2024-07-05T10:45:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T13:19:27.000Z (29 days ago)
- Last Synced: 2024-10-12T15:01:52.886Z (24 days ago)
- Topics: dotnet, dotnetcore, poc, proof-of-concept, toml
- Language: C#
- Homepage: https://guilhermestracini.github.io/POC-dotnet-toml-handling/
- Size: 65.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PoC .NET - Handling TOML
[![wakatime](https://wakatime.com/badge/github/GuilhermeStracini/POC-dotnet-toml-handling.svg)](https://wakatime.com/badge/github/GuilhermeStracini/POC-dotnet-toml-handling)
[![Maintainability](https://api.codeclimate.com/v1/badges/f467b4bdcd3b2e6fcf68/maintainability)](https://codeclimate.com/github/GuilhermeStracini/POC-dotnet-toml-handling/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/f467b4bdcd3b2e6fcf68/test_coverage)](https://codeclimate.com/github/GuilhermeStracini/POC-dotnet-toml-handling/test_coverage)
[![CodeFactor](https://www.codefactor.io/repository/github/GuilhermeStracini/POC-dotnet-toml-handling/badge)](https://www.codefactor.io/repository/github/GuilhermeStracini/POC-dotnet-toml-handling)
[![GitHub license](https://img.shields.io/github/license/GuilhermeStracini/POC-dotnet-toml-handling)](https://github.com/GuilhermeStracini/POC-dotnet-toml-handling)
[![GitHub last commit](https://img.shields.io/github/last-commit/GuilhermeStracini/POC-dotnet-toml-handling)](https://github.com/GuilhermeStracini/POC-dotnet-toml-handling)
[![Build](https://github.com/GuilhermeStracini/POC-dotnet-toml-handling/actions/workflows/build.yml/badge.svg)](https://github.com/GuilhermeStracini/POC-dotnet-toml-handling/actions/workflows/build.yml)
[![Linting](https://github.com/GuilhermeStracini/POC-dotnet-toml-handling/actions/workflows/linter.yml/badge.svg)](https://github.com/GuilhermeStracini/POC-dotnet-toml-handling/actions/workflows/linter.yml)🔬 Proof of Concept of handling TOML format (write/read/manipulating) using some C# libraries.
---
## Useful links
- https://toml.io/en/
- https://learnxinyminutes.com/docs/toml/---
## Libraries
- [Tommy](https://github.com/dezhidki/Tommy)
- [Tomlyn](https://github.com/xoofx/Tomlyn)## Results
### ❓ Tommy
Add results or findings related to the Tommy library here.
### ❓ Tomlyn
Add results or findings related to the Tomlyn library here.