"It looks as if you're reorganizing your records."
"Yeah...."
"What is this? Um, chronological?"
"No."
"Not alphabetical."
"Nope."
"What?"
"Autobiographical."
"No *@#$ing way."
- C#
- .NET 5
- MSTest
- NuGet
- ASP.NET Core
Input & organize your music.
- Restore and build the project:
- Navigate to the MusicOrganizer.Solution/MusicOrganizer folder in the command line or terminal
-- Run the command
dotnet restore
to restore the project dependencies -- Run the commanddotnet build
to build and compile the project - Navigate to the MusicOrganizer.Solution/MusicOrganizer.Tests folder in the command line or terminal
-- Run the command
dotnet restore
to restore the test project dependencies -- Run the commanddotnet build
to build and compile the test project
- Navigate to the MusicOrganizer.Solution/MusicOrganizer folder in the command line or terminal
-- Run the command
- Testing:
- You must restore and build the project first, as outlined previously in these instructions.
- In the terminal (navigated to the MusicOrganizer.Solution/MusicOrganizer.Tests folder) run the command
dotnet test
- Run Console App:
- Navigate to the MusicOrganizer.Solution/MusicOrganizer folder in the terminal
- Run the command
dotnet run
- The application will run in the console
- None yet
GPL Copyright (c) 2021, Melissa Schatz-Miller
Melissa Schatz-Miller melissa.scmi@gmail.com
Please feel free to reach out to me with suggested changes/improvements, or if you have any questions.