File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
5- <AssemblyName >Microsoft.VisualStudio.TestPlatform.Extension.JUnit.Xml.TestLogger </AssemblyName >
6- <RootNamespace >Microsoft.VisualStudio.TestPlatform.Extension.JUnit.Xml.TestLogger </RootNamespace >
5+ <AssemblyName >Microsoft.VisualStudio.TestPlatform.Extension.JUnit.Xml.TestAdapter </AssemblyName >
6+ <RootNamespace >Microsoft.VisualStudio.TestPlatform.Extension.JUnit.Xml.TestAdapter </RootNamespace >
77 <PackageId >JUnitTestLogger</PackageId >
88 <Authors >Syncromatics Engineering</Authors >
99 <Company >Syncromatics</Company >
Original file line number Diff line number Diff line change 1-
2- using System ;
1+ using System ;
32using System . Collections . Generic ;
43using System . Collections . ObjectModel ;
54using System . Globalization ;
65using System . IO ;
76using System . Linq ;
8- using System . Text ;
97using System . Text . RegularExpressions ;
108using System . Xml . Linq ;
119using Microsoft . VisualStudio . TestPlatform . ObjectModel ;
1210using Microsoft . VisualStudio . TestPlatform . ObjectModel . Client ;
1311using Microsoft . VisualStudio . TestPlatform . ObjectModel . Logging ;
1412
15- namespace Microsoft . VisualStudio . TestPlatform . Extension . JUnit . Xml . TestLogger
13+ namespace Microsoft . VisualStudio . TestPlatform . Extension . JUnit . Xml . TestAdapter
1614{
1715 [ FriendlyName ( FriendlyName ) ]
1816 [ ExtensionUri ( ExtensionUri ) ]
You can’t perform that action at this time.
0 commit comments