Yoshifumi Kawai
Yoshifumi Kawai
> Would it be ok to refactor this PR into a new NetworkOrderUuidFormatter that (de)serializes to a big endian 16 byte uuid seems good.
v3.0.0 move to NuGet and Source Generator.
Since it's based on AST analysis, I think it would be difficult to process macros.
Thank you. The frame check hooked into `CompositionTarget.Rendering` might have more impact than I expected. Usually there's no frame processing, so it only involves incrementing a long value and doing...
While Rendering events are normally not registered, they are automatically and permanently registered by the FrameProvider, causing continuous event firing attempts. The firing of WPF rendering events is somewhat costly....
Thank you. I have confirmed that there is a missing validation for invalid values in the processing of strings. I will fix it. Very interesting and effective use of SharpFuzz....
Thanks, I'll check now.
I added `ReadBytePrimitiveInt32` and got this result: ```csharp [Benchmark(OperationsPerInvoke = BufferLength)] [BenchmarkCategory("2.0")] public void ReadBytePrimitiveInt32() { int offset = 0; for (int i = 0; i < this.buffer.Length; i++) {...
C# 7 is too old and I don't feel I can guarantee full support all the time. Is there any reason why you must go with C# 7?
Where is mentioned about C# 7? .NET 7 and C# 7 is completely different...