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
The "Duplicate BondCodegen items were included" error message says that the EnableDefaultCompileItems property can be set to false to stop automatic inclusion. However, the automatic inclusion behavior is conditioned on the EnableDefaultItems property, not EnableDefaultCompileItems.
The error message should mention EnableDefaultItems instead.
The text was updated successfully, but these errors were encountered:
The "Duplicate BondCodegen items were included" error message says that
the `$(EnableDefaultCompileItems)` property can be set to false to stop
automatic inclusion. The automatic inclusion behavior is conditioned on
the `$(EnableDefaultItems)` property, not
`$(EnableDefaultCompileItems)`.
Revise the error message to mention `$(EnableDefaultItems)`.
microsoft#1110
chwarr
added a commit
to chwarr/bond
that referenced
this issue
Feb 24, 2022
The "Duplicate BondCodegen items were included" error message says that
the `$(EnableDefaultCompileItems)` property can be set to false to stop
automatic inclusion. The automatic inclusion behavior is conditioned on
the `$(EnableDefaultItems)` property, not
`$(EnableDefaultCompileItems)`.
Revise the error message to mention `$(EnableDefaultItems)`.
Fixesmicrosoft#1110
The "Duplicate BondCodegen items were included" error message says that
the `$(EnableDefaultCompileItems)` property can be set to false to stop
automatic inclusion. The automatic inclusion behavior is conditioned on
the `$(EnableDefaultItems)` property, not
`$(EnableDefaultCompileItems)`.
Revise the error message to mention `$(EnableDefaultItems)`.
Fixes#1110
The "Duplicate BondCodegen items were included" error message says that the
EnableDefaultCompileItems
property can be set to false to stop automatic inclusion. However, the automatic inclusion behavior is conditioned on theEnableDefaultItems
property, notEnableDefaultCompileItems
.The error message should mention
EnableDefaultItems
instead.The text was updated successfully, but these errors were encountered: