You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The guide asks us to convert the Main method to an async type that returns a Task. This causes an issue with the execution of the console application. I receive error CS5001 Program does not contain a static 'Main' method suitable for an entry point. Removing the async designation allows the program to run, but prevents the use of the ML package as indicated by the guide.
The text was updated successfully, but these errors were encountered:
The guide asks us to convert the Main method to an async type that returns a Task. This causes an issue with the execution of the console application. I receive error CS5001 Program does not contain a static 'Main' method suitable for an entry point. Removing the async designation allows the program to run, but prevents the use of the ML package as indicated by the guide.
The text was updated successfully, but these errors were encountered: