SSW Foursquare

Do you use ChatGPT to solve code errors?

Last updated by Tiago Araújo [SSW] over 1 year ago.See history

Sometimes, a developer runs into a complex error and they start googling all over the internet to fix the issue. In strange or unlucky cases this can result in hours of searching.

ChatGPT helps smooth this process. Simply paste the error into ChatGPT and it will give you instant feedback about the problem.

For example, let's say you try to run ef migrations using the command:

dotnet ef database-update

If this command gives you an error like:

No project was found. Change the current working directory or use the --project option.

Then you could ask ChatGPT and it would give you the solution!

ChatGPTFixesEFCoreError
Figure: ChatGPT helps you with an EF Core error message

Try it yourself, copy and paste this into ChatGPT

What is this error in EF Core?
No project was found. Change the current working directory or use the --project option.
We open source. Powered by GitHub