According to the documentation:
If you provide Ildasm.exe with a PEfilename argument that contains embedded resources, the tool produces multiple output files: a text file that contains IL code and, for each embedded managed resource, a .resources file produced using the resource's name from metadata.
Running the command "ildasm inputfile.dll -out=outputfile.il" on Windows outputs .il file and resource files as expected. Running the same on WSL Ubuntu22.04 outputs only .il file.
Is this behavior expected/documented?
According to the documentation:
Running the command "ildasm inputfile.dll -out=outputfile.il" on Windows outputs .il file and resource files as expected. Running the same on WSL Ubuntu22.04 outputs only .il file.
Is this behavior expected/documented?