From the course: Creating, Debugging, and Deploying NuGet Packages in ASP.NET
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Other NuGet Debugging techniques
From the course: Creating, Debugging, and Deploying NuGet Packages in ASP.NET
Other NuGet Debugging techniques
- [Instructor] Other than the debugging options that we have talked about so far, there are additional techniques that you can use to catch bugs early or prevent them from making into any environment. One of these is automated testing. Automated testing is a crucial process in software development that helps you ensure the quality and functionality of your code before it reaches production. One of the key types of automated testing is unit testing. Unit tests focus on individual components or functions to ensure that each one behaves exactly as expected. By catching bugs at this level, you prevent small issues from growing into larger problems. Next, we have integration tests. These tests are essential for verifying that different parts of the app work well together. Integration tests help catch errors that occur when components interact, making sure that everything is cohesive and function. And finally, there are end-to-end tests. These are more comprehensive and simulate real use…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Setting up a local NuGet feed and using local packages5m 33s
-
(Locked)
Debugging NuGet packages with local projects4m 4s
-
(Locked)
Debugging NuGet packages with local NuGet versions6m 47s
-
(Locked)
Debugging NuGet packages with symbol packages6m 53s
-
(Locked)
Debugging NuGet packages with Source Link8m 54s
-
(Locked)
Choosing the right NuGet debugging method3m 59s
-
(Locked)
Other NuGet Debugging techniques4m 45s
-
-
-