-
Hi, when we upgraded to Dotnet8 RC we got the new duplicate image errors. We are creating two libraries where both include MAUIImage for the consuming app. One library refer thee other, so we are suspecting that this raises the issue. Due to internal policies in my company I am unable to share the code, and I am unable to reproduce it in a slim project to share here on Github. Before spending more time on this issue: Is there any way of opting out of this behavior? Chaning from Include to Update does not solve it. Is there a ‘accept-duplicates’ flag or something we can set? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Bump! |
Beta Was this translation helpful? Give feedback.
-
ResizetizerErrorOnDuplicateOutputFilename is the property you have to set to false in .csproj to disable the error! |
Beta Was this translation helpful? Give feedback.
-
Sweet, that works! Thanks! |
Beta Was this translation helpful? Give feedback.
ResizetizerErrorOnDuplicateOutputFilename is the property you have to set to false in .csproj to disable the error!