Yoshifumi Kawai

Results 349 comments of Yoshifumi Kawai

Thank you. As I still don't understand the request to use C# 7 even though you are using the Source Generator, I will not accept it.

I don't see a problem since there is no reference to an additional System.Text.Json, what is your concern? https://github.com/Cysharp/Ulid/blob/master/src/Ulid/Ulid.csproj

I don't think it exists in NuGet's dependencies either. https://www.nuget.org/packages/Ulid#dependencies-body-tab Of course, the new .NET has System.Text.Json in corelib, so it is referenced by default. The Ulid.SystemTextJson project exists as...

It's probably possible, but it would require a significant amount of effort and add maintenance costs for future upkeep. Since there doesn't seem to be much demand for it, I'm...

Each collections already implement IReadOnly***.

To add a comment, it's likely that the Frame format could have satisfied the requirements, but at that time, the specifications for the LZ4 Frame format were not yet stable,...

Could you provide the reproducible code or the data itself?

Is peformance of RecyclableMemoryStream poor?