Message to all .NET Folks, I think it's a good time to say that I made an open-source .NET library to connect to the Mastodon API
https://github.com/glacasa/Mastonet/

#dotnet

GitHub - glacasa/Mastonet: C# Library for Mastodon

C# Library for Mastodon. Contribute to glacasa/Mastonet development by creating an account on GitHub.

GitHub
@glacasa Cool. My first comment would be to add a .editorconfig file to the root folder
@glacasa My next question would be why use " <LangVersion>8.0" instead of <LangVersion>latest" in the .csproj? Is it that 8.0 is the latest version supported by all the TargetFrameworks, ie "latest" varies across compilation targets?

@anthony_steele It's because I needed the 8.0 version when I started worked on it ; I didn't think further 😁

The project doesn't really evolve because the Mastodon API support is full(~ish), and it was barely used until a few days ago.
I update .NET version and nuget packages from time to time.
I will change the LangVersion on the next update 😉

If there are lots of devs using it in the next days/mont, I will support it completely .