File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,11 @@ You can open it in Visual Studio by using taglib-sharp.sln
120
120
1 . Ensure NuGet packages have been restored
121
121
1 . See: < https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore >
122
122
2 . In Visual Studio, go to menu: Tools > Extensions and Updates > Online
123
+ (In Visual Studio 2019, use Extensions > Manage Extensions)
123
124
3 . Search: Nunit 3 Test Adapter
124
125
4 . Download and install it
125
126
5 . Open from menu: Test > Windows > Test Explorer
127
+ (In Visual Studio 2019, use Test > Test Explorer)
126
128
6 . You can run your tests from this panel (* not* using the "Start" button)
127
129
7 . You can debug your tests from this panel:
128
130
1 . Double click on a test. Set some breakpoints in the test in the editor panel.
@@ -136,7 +138,6 @@ You can open it in Visual Studio by using taglib-sharp.sln
136
138
3 . Set some breakpoints and hit the "Start" button
137
139
138
140
139
-
140
141
## They also use TagLib#
141
142
Non exhaustive list of projects that use TagLib#:
142
143
* [ Lidarr] ( https://lidarr.audio/ )
Original file line number Diff line number Diff line change 1
1
version : 2.2.0.{build}
2
- image : Visual Studio 2017
2
+ image : Visual Studio 2019
3
3
4
4
build_script :
5
5
- cmd : >-
You can’t perform that action at this time.
0 commit comments