|
2 | 2 |
|
3 | 3 | [assembly: TransitiveMetadataReferences(typeof(IDisposableAnalyzers.Test.ValidWithAllAnalyzers))] |
4 | 4 | [assembly: TransitiveMetadataReferences(typeof(Microsoft.VisualStudio.TestTools.UnitTesting.ClassCleanupAttribute))] |
| 5 | +[assembly: TransitiveMetadataReferences(typeof(System.Windows.Forms.Form))] |
| 6 | +[assembly: TransitiveMetadataReferences(typeof(System.Windows.Controls.Control))] |
| 7 | +[assembly: TransitiveMetadataReferences(typeof(System.Reactive.Linq.Observable))] |
5 | 8 | [assembly: MetadataReferences( |
6 | | - typeof(System.Linq.Enumerable), |
7 | 9 | typeof(System.Net.WebClient), |
8 | 10 | typeof(System.Data.Common.DbConnection), |
9 | | - typeof(System.Reactive.Disposables.SerialDisposable), |
10 | 11 | typeof(System.Threading.Tasks.ValueTask), |
11 | | - typeof(System.Reactive.Disposables.ICancelable), |
12 | | - typeof(System.Reactive.Linq.Observable), |
13 | 12 | typeof(System.Xml.Serialization.XmlSerializer), |
14 | | - typeof(System.Windows.Media.Brush), |
15 | | - typeof(System.Windows.Controls.Control), |
16 | | - typeof(System.Windows.Media.Matrix), |
17 | | - typeof(System.Xaml.XamlLanguage), |
18 | 13 | typeof(Moq.Mock<>), |
19 | | - typeof(Ninject.KernelConfiguration), |
20 | | - typeof(System.Windows.Forms.Form), |
21 | | - typeof(Gu.Roslyn.AnalyzerExtensions.SyntaxTokenExt), |
22 | | - typeof(Gu.Roslyn.CodeFixExtensions.Parse), |
23 | | - typeof(NUnit.Framework.Assert))] |
| 14 | + typeof(Ninject.KernelConfiguration))] |
0 commit comments