File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1010 " fernandoescolar.vscode-solution-explorer" ,
1111 " ms-dotnettools.csharp" ,
1212 " ionide.ionide-paket" ,
13- " eridem.vscode-nupkg"
13+ " eridem.vscode-nupkg" ,
14+ " ms-azure-devops.azure-pipelines"
1415 ],
1516 // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1617 "unwantedRecommendations" : [
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ public void Setup()
1010 }
1111
1212 [ Test ]
13- public void Test1 ( )
13+ public void TestIfMethodReturnAString ( )
1414 {
1515 var obj = new MyComponent ( ) ;
16- Assert . AreEqual ( obj . Method ( ) , "This is a method" ) ;
16+ Assert . AreEqual ( "This is a method" , obj . Method ( ) ) ;
1717 }
1818 }
1919}
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
44 <clear />
5- <add key =" opitblast" value =" https://pkgs.dev.azure.com/opitblast/_packaging/opitblast/nuget/v3/index.json" />
65 <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6+ <add key =" opitblast" value =" https://pkgs.dev.azure.com/opitblast/_packaging/opitblast/nuget/v3/index.json" />
77 </packageSources >
88</configuration >
Original file line number Diff line number Diff line change 1- RESTRICTION: || (== net40 ) (== netcoreapp3.1 )
1+ RESTRICTION: || (== netcoreapp3.1 ) (== netstandard2.0 )
22NUGET
33 remote: https://api.nuget.org/v3/index.json
4- Microsoft.NETCore.Platforms (3.1.1) - restriction: || (&& (== net40) (>= net45)) (&& (== net40) (>= net46)) (&& (== net40) (>= net461)) (&& (== net40) (>= netcoreapp2.0)) (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.1)) (&& (== net40) (>= netstandard1.2)) (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.4)) (&& (== net40) (>= netstandard1.5)) (&& (== net40) (>= netstandard1.6)) (&& (== net40) (>= netstandard2.0)) (&& (== net40) (>= portable-net45+win8)) (&& (== net40) (>= portable-net45+win8+wp8+wpa81)) (&& (== net40) (>= portable-net45+win8+wpa81)) (&& (== net40) (>= uap10.0)) (&& (== net40) (>= uap10.1)) (&& (== net40) (>= win8)) (&& (== net40) (>= wp8)) (&& (== net40) (>= wpa81)) (== netcoreapp3.1)
4+ Microsoft.NETCore.Platforms (3.1.1)
55 NETStandard.Library (2.0.3)
6- Microsoft.NETCore.Platforms (>= 1.1) - restriction: || (&& (== net40) (>= net45)) (&& (== net40) (>= net46)) (&& (== net40) (>= net461)) (&& (== net40) (>= netcoreapp2.0)) (&& (== net40) (>= netstandard1.0)) (&& (== net40) (>= netstandard1.1)) (&& (== net40) (>= netstandard1.2)) (&& (== net40) (>= netstandard1.3)) (&& (== net40) (>= netstandard1.4)) (&& (== net40) (>= netstandard1.5)) (&& (== net40) (>= netstandard1.6)) (&& (== net40) (>= netstandard2.0)) (&& (== net40) (>= portable-net45+win8)) (&& (== net40) (>= portable-net45+win8+wp8+wpa81)) (&& (== net40) (>= portable-net45+win8+wpa81)) (&& (== net40) (>= uap10.0)) (&& (== net40) (>= uap10.1)) (&& (== net40) (>= win8)) (&& (== net40) (>= wp8)) (&& (== net40) (>= wpa81)) (== netcoreapp3.1)
6+ Microsoft.NETCore.Platforms (>= 1.1)
77
88GROUP Test
99NUGET
9999 System.ComponentModel.TypeConverter (>= 4.3) - restriction: && (< net35) (>= netstandard1.4) (< netstandard2.0)
100100 System.Reflection.TypeExtensions (>= 4.4) - restriction: && (< net35) (>= netstandard1.4) (< netstandard2.0)
101101 NUnit.ConsoleRunner (3.11.1)
102- NUnit3TestAdapter (3.16.1 )
102+ NUnit3TestAdapter (3.17 )
103103 Microsoft.DotNet.InternalAbstractions (>= 1.0) - restriction: >= netcoreapp2.1
104104 System.ComponentModel.EventBasedAsync (>= 4.3) - restriction: >= netcoreapp2.1
105105 System.ComponentModel.TypeConverter (>= 4.3) - restriction: >= netcoreapp2.1
You can’t perform that action at this time.
0 commit comments