dotnet / dotNext

Next generation API for .NET
https://dotnet.github.io/dotNext/
MIT License
1.56k stars 119 forks source link

Update to .NET 8 and AOT compatibility #194

Closed guillaume-chervet closed 8 months ago

guillaume-chervet commented 8 months ago

Hello, thank you very much for your awesome library. I am playing with cluster raft with asp.net core via http part and it is pretty impressive.

Did you plan to update to .NET 8 ?

I have not tried cluster part with AOT yet but i plan to use AOT to have the smaller memory foot print as possible.

We are use Redis as database but i would like to remove it to build a really plug and play asset: https://github.com/AxaFrance/SlimFaas

We are using very few redis feature.