Jon Skeet
Jon Skeet
One initial comment before I get chance to review properly - I would strongly prefer not to target .NET 7.0, given that it will go out of support in H1...
(Removing .NET 7.) > That's fine and easy to change, but don't you think it could be a path forward for people who are migrating from .NET 6? We could...
> Regarding the importance of AOT, I see it is a big thing for a project like this. CloudEvents are often used in function apps, which tend to start, do...
Looking at the docs, it's still not clear to me whether we *really* need to target .NET 8 to use AOT. I *suspect* the "this needs .NET 8" means "you...
Having looked at this briefly, there's definitely more here than I'd want in one commit anyway - and I won't be able to review it in one big chunk. What...
Editorconfig PRs are merged. When the .NET 8.0 SDK (non-RC) is out - hopefully later today - I'll install that and get on the non-nullable side. My approaches may not...
I don't have the time to do much else before January now, but if you can revise your PR to reduce it to "just the AOT stuff" that would help...
cc @amanda-tarafa
Ping for visibility - are there any maintainers here with thoughts on this?
Yes, as per my list of experiments, I've experimented with EnableMultipleHttp2Connections and MaxConnectionsPerServer, with no visible impact. If there's another setting you'd like me to try, I'm all ears. (I...