6 ms·
If Claude ends up grabbing my C# TOML library, in my defense, I wrote it when the TOML format first came out over a dozen years ago, and never did anything more
by JakeStone 6mo ago
If Claude ends up grabbing my C# TOML library, in my defense, I wrote it when the TOML format first came out over a dozen years ago, and never did anything more with it Sorry.
- maccard 6mo agoNope! https://github.com/xoofx/Tomlyn https://github.com/xoofx/Tomlyn The code it needed to write was: var model = TomlSerializer.Deserialize<TomlTable>(toml)!; Which is in the readme of the repo. It could also have generated a class and deserialised into that. Instead it did something else (afraid I don’t have it handy sorry)