Alexander Köplinger

Results 74 comments of Alexander Köplinger

@ebekker why does it let me create an identifier that starts with a number then? The FAQ says "I get an exception when I try to create an alias that...

Please also reenable the tests that were disabled with ActiveIssue in src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/NFloatTests.cs

@simonrozsival will look at the `JIT.Directed` failure as I agree it looks unrelated to the TCP tunnel problem.

The failures in `runtime (Build Browser wasm Linux Release LibraryTests)` look related: ``` Application startup exception: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Could not load...

This is a duplicate of https://github.com/dotnet/runtime/issues/68321. It was fixed in the 6.0.6 runtime release. There is however a separate issue that causes the 6.0.400 dotnet SDK to only pull down...

@marcpopMSFT no, I'm hitting it on my macOS machine as well

@marcpopMSFT ``` $ dotnet workload update --print-rollback ==workloadRollbackDefinitionJsonOutputStart== { "microsoft.net.sdk.tvos": "15.4.447/6.0.400", "microsoft.net.sdk.android": "32.0.448/6.0.400", "microsoft.net.sdk.maui": "6.0.486/6.0.400", "microsoft.net.sdk.macos": "12.3.447/6.0.400", "microsoft.net.workload.emscripten": "6.0.4/6.0.400", "microsoft.net.sdk.maccatalyst": "15.4.447/6.0.400", "microsoft.net.sdk.ios": "15.4.447/6.0.400", "microsoft.net.workload.mono.toolchain": "6.0.5/6.0.400" } ==workloadRollbackDefinitionJsonOutputEnd== ``` ``` $...

Yeah I'm pretty sure I had 6.0.400 previews installed. @softlion you too? The folder indeed has an older version of these two manifests: If I remove them the problem is...

I expanded the Kusto query a bit and found the same failure in other PingTest tests on AppleTV: ``` SendPingAsyncWithHostAndTimeout SendPingAsyncWithHostAndTimeoutAndBuffer SendPingWithHostAndTimeoutAndBuffer SendPingWithHostAndTimeoutAndBufferAndPingOptions SendPingWithIPAddressAndTimeoutAndBufferAndPingOptions_Unix ``` The common thing seems to...

@directhex this is about normal sockets not Unix Domain Sockets. I think @tmds's investigation makes sense and this is due to new cases added in https://github.com/dotnet/runtime/pull/72000. @antonfirsov @wfurt would you...