Aleksey Kliger (λgeek)
Aleksey Kliger (λgeek)
See https://github.com/dotnet/roslyn/issues/52563 (and https://github.com/dotnet/roslyn/pull/54856). CoreCLR has this in .net6 as it's in line with what they can already support (but the capability itself is added in https://github.com/dotnet/runtime/pull/56599). For Mono the...
Parse it the same way that the C code does: ``` [,][,] ``` - uri should be a websocket uri - listen is not supported as it doesn't make sense...
For example: https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-73468-merge-2da65b674641464283/normal-System.Runtime.Tests/1/console.98515402.log?helixlogtype=result ``` =========================================================================================================== /datadisks/disk1/work/9C690826/w/A024090B/e /datadisks/disk1/work/9C690826/w/A024090B/e /datadisks/disk1/work/9C690826/w/A024090B/e MSBuild version 17.3.0-preview-22306-01+1c045cf58 for .NET /datadisks/disk1/work/9C690826/p/dotnet-cli/sdk/7.0.100-preview.5.22307.18/MSBuild.dll -maxcpucount -verbosity:m /bl:/datadisks/disk1/work/9C690826/w/A024090B/uploads/xharness-output/AOTBuild.binlog /p:RunAOTCompilation=true publish/ProxyProjectForAOTOnHelix.proj ** Building a proxy for the original test project, to AOT...
After #120 is accepted, language-c will parse `_Static_assert` successfully. In that PR, I just put in pattern match cases that just call `error`. Probably the most important issue is that...
After https://github.com/dotnet/runtime/pull/51185 (merged in https://github.com/dotnet/runtime/commit/75065a231a96cdd7b47f245dd4084a6a6539cc8d), the runtime will call the debugger transport callbacks in GC Safe mode. Under hybrid and coop suspend this will allow embedders to avoid having to...
The Repl doesn't remember definitions: ``` Repl> (define myid (lambda (x) x)) myid Repl> (myid 1) Error Unbound Variable: myid ``` This works: ``` Repl> (begin (define myid (lambda (x)...
Take a look at https://libraries.io/hackage/aeson/sourcerank it shows > 1.0.0 or greater? 0 While the package version on https://libraries.io/hackage/aeson is 1.2.3.0
### Error Blob ```json { "ErrorMessage": "Assertion: should not be reached at /__w/1/s/src/mono/mono/metadata/marshal-shared.c:471", "BuildRetry": false, "ErrorPattern": "", "ExcludeConsoleLog": true } ``` ### Reproduction Steps _No response_ ### Known issue validation...
Not sure when it started happening, but I built 670ced2367fbdd3865442357e079e3ac2fc27412 this morning and this is what the window looks like now: I'm building with the 8.0.200 SDK, but still targeting...
- [ ] This issue is blocking - [ ] This issue is causing unreasonable pain When using `ProjectReference.targets` to support `NativeProjectReference` items, the `CopyNativeProjectBinaries` target is quite opinionated about...