VS 2022 - Configure Web Service Reference - Reuse types in referenced assemblies not working
Update reference on WCF generates duplicated classes (with WCF namespaces instead namespaces from referenced project), even "Reuse types in all referenced assemblies" is checked. Reference.cs file should be generated with classes and namespaces from referenced projects. This is only happening in VS 2022, while in VS 2019 update reference works as expected (on same solution).
Do you have any ideas/solutions to fix this issue?
Just taking a wild guess, but perhaps setting this property in your project file would help?
https://docs.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#disabletransitiveprojectreferences
@gewarren, nope, it didn't help.. :/ new types are still generating
@CashPJ Can you create an issue through "Report a problem" in Visual Studio? https://developercommunity.visualstudio.com/VisualStudio/report
@gewarren I have some issues while sending report (some connection error). Collected files are in attachment. Is it ok like this? collected data.zip