CreateAndInject

Results 38 issues of CreateAndInject

Is the same issue as https://github.com/icsharpcode/ILSpy/issues/3011? ![image](https://github.com/user-attachments/assets/cb1e09b4-b4b2-4e73-aef2-481255975c55)

Bug
Decompiler

[test.zip](https://github.com/user-attachments/files/18219538/test.zip) Search AllowableSkewLineVector, these's no `Val` definition: ![image](https://github.com/user-attachments/assets/09f19174-81e2-46a2-b0a1-c18294011690)

Bug
Decompiler

[test.zip](https://github.com/user-attachments/files/18216989/test.zip) Navigate to GetDrawings method, search `P_0` : ![image](https://github.com/user-attachments/assets/2efe2bd6-2b97-4f72-b725-7ff62ae2ffad)

Bug
Decompiler

[DapperExtensions.zip](https://github.com/user-attachments/files/17609695/DapperExtensions.zip) DapperAsyncExtensions.GetAsync ![image](https://github.com/user-attachments/assets/bba3b750-a63a-4f6d-bb8d-a84ae378c1d8)

Bug
Decompiler

This will cause IsGeneratedXXX failed ```C# record Test(int ID, string Text) { public int Field; public int Property { get; set; } } ```

Bug
Decompiler

Many names should be unescaped, search `Uri.UnescapeDataString` in dnSpy's source eg.

Bug
Decompiler

``` bin/$(Configuration)/$(AssemblyName).exe ``` Are you sure it works? In my test: This is valid: ```C:\repos\ConsoleApp1\ConsoleApp1\bin\Debug\net48\ConsoleApp1.exe``` This is invalid, even if $(TargetPath) = C:\repos\ConsoleApp1\ConsoleApp1\bin\Debug\net48\ConsoleApp1.exe ```$(TargetPath)``` It doesn't support Property Reference at...