ascpixi
✅ Evaluating arbitrary XML in MSBuild?
my use case is for my custom build system to support IDEs that rely on MSBuild (and MSBuild only, like Visual Studio or Rider). i don't wanna delve into too much details, but basically, my script returns something like the following:
after an
<Exec>
, ideally i'd want to just evaluate this in-memory rather than having to write it to a temporary file13 replies
❔ Does the import-by-ordinal functionality of DllImport work under NAOT + DirectPInvoke?
well, it does use ordinals when the
.lib
file tells it to, so i'm not sure if it makes sense to make an issue for such an edge case (even tho DllImport specifies it can import ordinals)12 replies