Jon Roberts
Jon Roberts
Most of the improvements would be performance related. @JamesNK Immediately, these code blocks will become active: https://github.com/JamesNK/Newtonsoft.Json/search?q=HAVE_REFLECTION_EMIT&unscoped_q=HAVE_REFLECTION_EMIT I also assume that there are potential performance improvements from adopting the updated...
Regarding the warning messages and failing build. I'll merge master, update null handling, and try building with sdk version `3.0.100-preview9-014004`. I couldn't find a dotnet core sdk download for `3.0.100-preview9-013927`,...
Looks like we'll also need to enhance the types/flow for Error handler for our use-case. I'm going to add that, too.
@JamesNK I've added the remaining tests and samples. This is fully compatible with the old error handling except the messages have been enhanced to add the Object type name in...
Is this caused by https://github.com/dotnet/fsharp/issues/11610 ?
Would/should this be extensible to cover Adyncseq and Taskseq ?
I think it should be fairly straightforward to change it to only output when set. I should have a chance to peek at this tomorrow morning.
I'm also curious if this will be addressed.
I think this should be revisited now that [sveltkit has hit GA.](https://svelte.dev/blog/announcing-sveltekit-1.0) I think now we would just need some bindings for sveltkit apis similar to [this set for NextJS.](https://github.com/dudleycarr/Fable.NextJS)...
My next step is to try building this exclusively on Visual Studio for Mac. But it's a side project and I might not get to that for a few days.