Skip to content

Trinper/git-hello-world-cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello, world!

This is a beginner level task for practicing AutoCode tasks management. Translations: Russian.

Get the Project

Complete the Task

  1. Open a Solution Explorer.
    • Click on the menu item - View\Solution Explorer.
    • Or use the default keyboard shortcut - Ctrl+W, S.
  2. Find "HelloWorld" and "HelloWorld.Tests" projects in the Solution Explorer view.
  3. Open the "HelloWorld" project and find SimpleHelloWorld.cs file in the project. Open the file in the editor window.
  4. Open the "HelloWorld.Tests" project and find SimpleHelloWorldTests.cs file in the project. Open the file in editor window.
  5. Build the solution.
    • Click on menu item - Build\Build Solution.
    • Or use default keyboard shortcut - Ctrl+Shift+B.
  6. Open the Error List view, and make sure there are no compiler issues (warnings or errors).
    • Click on menu item - View\Error List.
    • Or use default shortcut - Ctrl+W, E.
  7. Open Test Explorer. All tests in the test list are have blue icon with white exclamation mark. That tell us the unit tests were not run.
    • Click on the menu item - View\Test Explorer.
    • Or use the default keyboard shortcut - Ctrl+E, T.
  8. Right click on "HelloWorld.Tests" list item and click on "Run" menu item. All list items should be marked "green".
    • Or use the default shortcut - Ctrl+R, T.
  9. Unfold the list in Test Explorer (if necessary), right click on "ReturnHelloWorld" unit test, and click on "Run" menu item. The selected list item should stay "green".
    • Or use the default shortcut - Ctrl+R, T.
  10. Run all unit tests.
    • Click on the menu item - Test\Run All Tests.
    • Or use the defaul keyboard shortcut - Ctrl+R, A.

Save Your Work

The solution code has no code tasks to complete. You can go to AutoCode portal, open the task page, and click on the "Check task" button.

Again, there is no need to do any code changes in this task.

See also

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages