A C# compiler plugin that makes all indexing operations in an assembly start at a given index (by default, 1).
Anywhere in your file,
[assembly: IndexesStartAtOne]
Then, you can use it however you want (see Tests).
Install-Package IndexesStartAtOne
Some men just want to watch the world burn. I'm one of them.