I tried DeepSeek to design a simple video conversion program in C#. I gave it some instructions and it generated code in less than a minute. Unfortunately, it was full of errors. For example, it generated code in Visual Studio 2019, even though the latest version is Visual Studio 2019. The code was based on .NET Framework 4.7.2, even though the latest version is .NET Framework 9.
Is that an error, or are you able to fix it by specifying the versions you want it to use? Since you use VS 2019 instead of 2022, maybe it assumed the older framework was appropriate?
I switched over to chatgpt last night, and I have hope it can repair the damage DS caused. If not, I'll restart it with chatgpt, and have high hopes (again) I can finish it quickly.