Alexander Schill
Alexander Schill
@IXLLEGACYIXL Ah got it makes sense to me. We can keep them as is then and just redirect to the Span APIs. I think with dotnet 8 colelction expressions will...
What do you think if I build these changes onto the dotnet 8 branch instead? That way we can introduce them when the newer APIs are avaliable for all projects...
So this is a quick summary of all the files containing methods with arrays. Listing all methods would be too much so the files have to do for now :)...
OK so I went ahead and created some benchmarks here are the results: As you may see Spans are in average ~20-50% faster except of some outliers (LoopCopy) which you...
For me it does not the file is not recreated and the setting don't apply. I added a server name and password. The password is now there but I don't...
@thijsvanloef Same deal unfortunately I don't see my server in the server list and can not login if I set a server password using the IP
This actually worked, however it is still weird why it is not showing up in the server list. This is my compose file: ``` services: palworld: image: thijsvanloef/palworld-server-docker restart: unless-stopped...
Thx for the help at least it is secure now :) also awesome response times :) have a nice one.
Not sure if we want to rename all parameters as well or only change the private fields. The second option in rider is just a button click. It can do...
.editorconfig is the way to go I think as it is supported without any extensions in VS, VS Code as well as Rider. I personally use one for every project...