You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've recently configured my project to build all intermediate and built artifacts into obj/ and bin/ outside of the main src/ folder through a Directory.Build.props file. However, it seems fsac.cache doesn't pick this up and still creates obj/fsac.cache in each of the src/project/ folders.
This would be part of a larger effort to make the projects in general aware of intermediate output paths. Most of the offending code seems to be here, where there are hard references to the bin/obj directories of the project.
Describe the bug
I've recently configured my project to build all intermediate and built artifacts into
obj/
andbin/
outside of the mainsrc/
folder through aDirectory.Build.props
file. However, it seemsfsac.cache
doesn't pick this up and still createsobj/fsac.cache
in each of thesrc/project/
folders.Expected behaviour
To find a
build/project/obj/proj-info.cache
file.Instead, a file appears in
src/project/obj/fsac.cache
Environment:
The text was updated successfully, but these errors were encountered: