Steve

Results 256 comments of Steve

Sure. You can see how the current output be like on a Japanese system: ![image](https://github.com/user-attachments/assets/f2e88b47-da53-44c4-b3d9-d0c3b73da557) Focusing on lines ``` をご覧ください [D:\sour ce\repos\Test\HelloWorld\HelloWorld.csproj] ``` You can see due to the width...

Here is a project file for you to reproduce: ```xml ``` To repro, build it without enabling terminal logger. ![image](https://github.com/user-attachments/assets/c2bfcdef-89fc-49ec-a21e-cf69400bf74b)

> So this bug is present only in the older console logger? Yes, the new terminal logger doesn't split texts so it doesn't have this issue. The older console logger...

Can we make `ForceNoAlign` default? The alignment here makes no sense to me, it's buggy and just making things worse.

Did you copy the produced winmd files to the directory of your executable file?

> Will need to investigate how to get a vtable generated based on the static declaration as a fallback if there is no vtable for the runtime type. Can we...

`IlcDisableReflection` is not supported and it can cause many components not working as expected.

@notanaverageman Sounds great. But the approach of watching file system lacks the ability to notify changes when code changed but hasn't been saved into disk yet, which is supported by...

Dynamically loaded assemblies will be removed if you enable trimming. Try adding ``` ``` in your project file.

I came up with a simple solution that doesn't require disabling guiApplications: 1. Delete the folder `%temp%\DiagOutputDir\RdClientAutoTrace` 2. Create a txt file under `%temp%\DiagOutputDir` and rename it to `RdClientAutoTrace`, make...