Josh Close

Results 279 comments of Josh Close

They're still interpreted which means slower than reflection. The quick dirty solution will make it insanely slow for you. I will need to reimplement that entire library using reflection only...

The generators are only netstandard2.0 because they just run while compiling with Roslyn. The generator code is in another assembly and can take on any dependencies it wants, separate from...

I'm not sure if there is anything I can do about this. It sounds like a VS or NuGet bug.

I'm going to keep this open so I can look into in the future. I plan on using GitHub Actions to build and deploy in the future.

I am going to introduce a new parser written from scratch to utilize SIMD operations for a major performance gain, based on [nietras'](https://github.com/nietras/Sep) findings. This parser will be using Spans...

> any time frame in mind? I'm going to get through all the pull requests, then some major bugs, then I'll start actual work on it. I've done some prototyping...

Dynamic is very slow. I can probably do some work on it to speed it up.

Peeking could be a problem due to the buffer. There is currently no peeking in the parser. I think there is an issue when the first char of the delimiter...

I believe you should be able to use a newer version of the dependency. The version referenced is the smallest version that will work. https://learn.microsoft.com/en-us/nuget/concepts/package-versioning?tabs=semver20sort#version-ranges

Depending on your project type, you might need to specify a bindingRedirect.