File tree Expand file tree Collapse file tree
IDisposableAnalyzers.NetCoreTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using Gu . Roslyn . Asserts ;
1+ using Gu . Roslyn . Asserts ;
22
3- [ assembly: MetadataReference ( typeof ( object ) , new [ ] { "global" , "mscorlib" } ) ]
4- [ assembly: MetadataReference ( typeof ( System . Diagnostics . Debug ) , new [ ] { "global" , "System" } ) ]
5- [ assembly: TransitiveMetadataReferences ( typeof ( Microsoft . CodeAnalysis . CSharp . CSharpCompilation ) ) ]
6- [ assembly: TransitiveMetadataReferences ( typeof ( Microsoft . AspNetCore . Builder . IApplicationBuilder ) ) ]
7- [ assembly: TransitiveMetadataReferences ( typeof ( Microsoft . AspNetCore . Hosting . IApplicationLifetime ) ) ]
8- [ assembly: TransitiveMetadataReferences ( typeof ( Microsoft . Extensions . Logging . ILoggerFactory ) ) ]
93[ assembly: TransitiveMetadataReferences ( typeof ( Microsoft . Extensions . Logging . ApplicationInsightsLoggerFactoryExtensions ) ) ]
10- [ assembly: MetadataReferences (
11- typeof ( System . Linq . Enumerable ) ,
12- typeof ( System . Net . WebClient ) ,
13- typeof ( System . Data . Common . DbConnection ) ,
14- typeof ( System . Threading . Tasks . ValueTask ) ,
15- typeof ( System . Xml . Serialization . XmlSerializer ) ,
16- typeof ( Gu . Roslyn . AnalyzerExtensions . SyntaxTokenExt ) ,
17- typeof ( Gu . Roslyn . CodeFixExtensions . Parse ) ,
18- typeof ( NUnit . Framework . Assert ) ) ]
You can’t perform that action at this time.
0 commit comments