CreateAndInject
CreateAndInject
Is the same issue as https://github.com/icsharpcode/ILSpy/issues/3011? 
[test.zip](https://github.com/user-attachments/files/18219538/test.zip) Search AllowableSkewLineVector, these's no `Val` definition: 
[test.zip](https://github.com/user-attachments/files/18216989/test.zip) Navigate to GetDrawings method, search `P_0` : 
[DapperExtensions.zip](https://github.com/user-attachments/files/17609695/DapperExtensions.zip) DapperAsyncExtensions.GetAsync 
This will cause IsGeneratedXXX failed ```C# record Test(int ID, string Text) { public int Field; public int Property { get; set; } } ```
Many names should be unescaped, search `Uri.UnescapeDataString` in dnSpy's source eg.
``` 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...