icsharpcode / ILSpy

.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
21.34k stars 3.34k forks source link

New Command Line Parameter `@file` #3204

Closed christophwille closed 4 months ago

christophwille commented 5 months ago

Similar to @file in https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-command-line-reference?view=vs-2022 with equally similar format in https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-response-files?view=vs-2022

In-house use case: the VS Addins could create a tempfile.rsp when passing super-long parameter lists instead of the current native interop way. Benefit: anyone can create such files.