Lilith River

Results 256 comments of Lilith River

Same. This is currently my primary blocker for supporting windows.

Yeah, I have a branch where I'm reimplementing the git codec and the compression logic. Are you using the library, server, or tool?

https://gif.ski/ ^ I will probably end up using a very similar approach to gifski - I license from Kornel already. Are you looking for a command that will just process...

I don't sign my assemblies and they're used widely in massive enterprises. Signing changes assembly version compatibility rules (on .NET framework) and adds startup latency. Microsoft says "Strong naming has...

Do not rely on strong names for security. They provide a unique identity only. -> https://learn.microsoft.com/en-us/dotnet/standard/assembly/strong-named?source=recommendations

`Tomlyn.Signed` exists as a nuget package already, and is part of the automatic release system: https://www.nuget.org/packages/Tomlyn.Signed @golden-aries Have you tried that package?

I would say that the first step would be adding a .NET 8 target across the projects and to CI, then adding some failing tests that explore exactly what is...

I opened a separate issue for .NET 8: https://github.com/xoofx/Tomlyn/issues/82