IgnoresAccessChecksToGenerator icon indicating copy to clipboard operation
IgnoresAccessChecksToGenerator copied to clipboard

Use `IntermediateOutputPath` instead of blindly guessing that it's `obj/`

Open nike4613 opened this issue 3 years ago • 0 comments

Quite a lot of projects do not use the default intermediate output directory, instead moving it entirely out-of-band. This causes problems with this package, as it assumes that the intermediate output directory is the default, and MSBuild tries to load files generated by this as part of the project.

nike4613 avatar Mar 06 '22 05:03 nike4613