Sven Boemer
Sven Boemer
Using https://aur.archlinux.org/packages/hardinfo-git/, I get: ``` #0 0x0000000000000000 in () #1 0x00007ffff7277fab in g_hash_table_lookup () at /usr/lib/libglib-2.0.so.0 #2 0x00007ffff776d4b9 in gdk_x11_atom_to_xatom_for_display () at /usr/lib/libgdk-3.so.0 #3 0x00007ffff776e19d in () at /usr/lib/libgdk-3.so.0 #4...
It looks like this was discussed in https://github.com/jbevain/cecil/issues/236, and implemented for attributes, but not fields or default parameters. [repro.tar.gz](https://github.com/jbevain/cecil/files/4767020/repro.tar.gz) ```csharp static void Method(MyEnum e = MyEnum.B) { } ``` ```csharp...
This adds support for generic attributes, added in C# 10. This is needed to fix a linker crash on runtime tests that used generic attributes: https://github.com/dotnet/linker/issues/2963
## Build Information Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=452229 Build error leg or test failing: System.Security.Cryptography.Pkcs.EnvelopedCmsTests.Tests.DecryptTestsRsaPaddingMode.DecryptEnvelopedOctetStringWithExtraData Pull request: https://github.com/dotnet/runtime/pull/94060 ## Error Message Fill the error message using [step by step known issues guidance](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md#how-to-fill-out-a-known-issue-error-section). ```json...
Run `dotnet test` on a project that has the following property set: ```xml False ``` This still uses the MSBuild terminal logger output for VSTest (which is broken in preview...
The Publish logic that computes the assemblies to postprocess misses assemblies which were picked by conflict resolution during publish. This results for example in illink not getting a chance to...
Adds a design for an attribute-based model for feature switches, to be supported in the trim/AOT analyzers and in ILLink/ILCompiler. There's significant overlap with @terrajobst's capability API analyzer draft in...
While doing this we should make an effort to keep these images minimal. Some observations about packages we install in the cbl-mariner helix images: - msquic: We obtain this from...