msedi

Results 18 comments of msedi

I think I had some similar discussion a while ago: https://stackoverflow.com/questions/61813506/implicit-assembly-wide-using-directive/61813769#61813769

@tannergooding > The proposal here has `regular` and `checked` operators because the default compilation settings result in a global `unchecked` context. However, the proposal as is also doesn't change the...

@tannergooding: That makes sense. Thanks for commenting on this.

See also discussions here: https://github.com/dotnet/runtime/issues/82081 https://github.com/dotnet/runtime/issues/48796 Currently this blocks us from supporting linux for a single library that has varargs.

@slater1: Thanks for the feedback. I saw your answer too late.

The same here. When I embed the property in my project and simply set it to `x64` I cannot load the project anymore. If I completely remove it it shows...

@mary-georgiou-sonarsource @pavel-mikula-sonarsource Just a question, why has the Bug label be removed? I think it is a bug, right?

Honestly, I also don't agree that temporary files and directories will not be deleted after the build has finished. Also it is not deterministic when and why this happens. We...