Giannis Ntovas
Giannis Ntovas
I will add tomorrow the scripts required by Linux, actually they are exactly the same but with `.sh` extension and `#!/bin/bash` at the start of the file, and also I...
@StoneT2000 one last question, there is an option to include the dotnet core framework in the application and produce a single executable, with this option the submission file will be...
@StoneT2000 Will do thanks, kind busy day at work today, so maybe tomorrow.
I looked a bit into this and to me it seems that the issue to be in `match` than in `nameof` implementation. I would like some guidance to make a...
Hey @T-Gro , Maybe you can check the linked PR?
Hello @mangod9, It is based on the assumption than on a very thread hungry app, like our case, priority will help gc to complete tasks faster, that's why on windows...
Hello, @janvorli thanks for the info, I will try it. :) @Maoni0 yes we will check it first with a dummy app in our environments, and then with changes in...
@mangod9 Hello, I have done some initial tests and it seems that in specific use cases it improves how gc works, but on containerized environments (docker, openshift) it seems that...
Can't reproduce in VS: `Community`/`Enterprise` 2022 (64-bit) - Version: `17.4.0 preview 2.1`/`latest main branch` with either `.net 6.0`/`.net 7.0 rc1` Project Type: `Console` Code: ``` [] let main args =...