hi,
the code failed on EnableProxyTypes because of the lack of System.ServiceModel.dll
System.IO.FileNotFoundException: 'Could not load file or assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified.'
I tried to add it with nuget but I can't find it.
I ran the code in .net core 8.
I tried with .net 6 and I got the same issue, please help.