Excel-DNA / Excel-DNA/ExcelDna
Investigate Edit-and-Continue vs. PIA Embed-Interop-Types
Open
documentation
enhancement
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 292
- Avg merge
- 20d 12h
- Merged PRs (30d)
- 1
Description
I think edit-and-continue does not work for methods that use an embed-interop-types COM class.
That means if we disable embed-interop-types we have a much better edit-and-continue experience.
We should check and document this if true. (also https://github.com/dotnet/roslyn/wiki/EnC-Supported-Edits)
We might try to figure out if we can disable the options for debug builds only. That might be a suitable default if not too disruptive.
Contributor guide
Assessment
This issue has not been assessed yet.