Patrick Meinecke

Results 430 comments of Patrick Meinecke

CI doesn't seem to be starting correctly... closing and reopening

It looks like even if we wanted to, there isn't anything we could do in PowerShell itself to fix this. It would need to come from SentielOne (almost definitely) or...

> I wouldn't say that entirely. `7.5.0-preview.3` and previous versions still work, so there has been a change since then that conflicts with S1. Technically, a person could dig through...

Converting to a discussion since there doesn't seem to be a suggested action item.

One quick note, for the scriptblocks there is a parameter on `Export-FormatData`: `-IncludeScriptBlock`. Don't know the history or reason behind it, but that's needed for the scriptblocks

Some background on the prefix in dotnet/runtime#10112. I may still implement or just leave it to `_emit` (#25).

For now I'm going to leave this to `_emit`, e.g. ```powershell il { [int]([object]) } { ldarg.0 _emit(0xFE, 0x19, 0x01) unbox { [int] } ldobj { [int] } ret }...

Added some basic tests, but a lot more are needed. This at least gives a foundation.

Turns out it's any generic instantiation. There doesn't appear to be anything wrong with the signature that I'm encoding, so I am leaning towards it being a bug with `DynamicILInfo`....

> Hey @SeeminglyScience and @andyleejordan I can probably go thru and clean up conflicts to get this up to date Ty for the offer but I just went through and...