Introduce generalized `FileUsedEventArgs`
Open
Area: Debuggability
backlog
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
### Context
We have and will have several scenarios whereadditional files are steping into the process of the build - response file, generated code files, .editorconfig files and possibly others. We should be able to handle all of those cases with single structured event (defining file path, optional contnet and file usage reason).
### Details
Once doing this - it would be beneficial to transfer the existing `ResponseFileUsedEventArgs` to the same model. We'd still need to keep the datamodel - but we can stop using it and mark it deprecated (to be able to get rid of it in the longer teerm)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.