-
I would expect symbols to be *worse*, but not *broken* in this configuration.
~~It looks like change is caused by passing `-O` to clang when linking the binaries. Without `-O`, debugging symbols ar…
-
Hi, Rubberducky,
I've tried to build Game.dll of a fork called Extra Slot Amy with Borland toolchain, and I get linker error. Do you know any workaround for it? Maybe adjusting some CMake flags can…
-
## Description
There is a difference in how `System.Linq.Expressions.dll` is built for iOS-like and other desktop/mobile platforms, which is observable here:
- https://github.com/dotnet/runtime/bl…
-
Dare I say it, but probably the merge has broken the publishing I think, last package:
![image](https://user-images.githubusercontent.com/2720041/216720128-b4b8144e-0710-45a1-bbc3-899ff82069ce.png)…
-
https://github.com/dotnet/runtime/pull/84148 changed the linker that we use in runtime builds (including when running NativeAOT on our binaries like ILCompiler and crossgen2) to `lld`. This was motiva…
-
On macOS terminal starts always bash shell even zsh is set to default. See attached video
https://user-images.githubusercontent.com/905199/208710053-302881c1-e875-4740-a23c-808634f878f2.mov
-
I've been trying to to deploy cvmfs-csi on Kubernetes cluster but listing the cvmfs folder shows nothing.
I followed the instructions for deploying here: [https://github.com/cvmfs-contrib/cvmfs-csi…
-
Minimal repro:
```csharp
[StructLayout(LayoutKind.Sequential)]
public struct MyStruct {
[MarshalAs(UnmanagedType.LPArray)]
public byte[] bytes;
}
[DllImport("*")]
public static extern vo…
-
To repro - just build tests with chk runtime config (like `build.cmd clr+libs+libs.tests -rc Checked -lc Release /p:TestNativeAot=true`)
A more direct repro is to just compile one test: `"C:\naot02…
-
### Description
Now that #84895 has been fixed, I was able to start dogfooding System.Text.Json 8.0.0 builds in the Microsoft Store, to gather some numbers so we can more easily track the binary si…