.Net Standard 中是否有任何等效于 System.ComponentModel.Composition 的库?
Is there any equivalent to System.ComponentModel.Composition library in .Net Standard?
.Net 有 System.ComponentModle.Composition.dll 的 MEF。 .Net Standard 中是否存在任何等效库?
与.net standard 2.0 you need to use this nuget package:
This namespace provides classes that constitute the core of the
Managed Extensibility Framework, or MEF.
Commonly Used Types:
System.ComponentModel.Composition.CompositionContractMismatchException
System.ComponentModel.Composition.CompositionError
System.ComponentModel.Composition.CompositionException
System.ComponentModel.Composition.ExportAttribute
System.ComponentModel.Composition.ImportAttribute
System.ComponentModel.Composition.ImportCardinalityMismatchException
System.ComponentModel.Composition.Hosting.AggregateCatalog
System.ComponentModel.Composition.Hosting.ApplicationCatalog
System.ComponentModel.Composition.Hosting.AssemblyCatalog
System.ComponentModel.Composition.Hosting.CompositionContainer
System.ComponentModel.Composition.Primitives.ComposablePartException
System.ComponentModel.Composition.Primitives.ExportDefinition
System.ComponentModel.Composition.Primitives.ImportDefinition
System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices
.Net 有 System.ComponentModle.Composition.dll 的 MEF。 .Net Standard 中是否存在任何等效库?
与.net standard 2.0 you need to use this nuget package:
This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.
Commonly Used Types:
System.ComponentModel.Composition.CompositionContractMismatchException System.ComponentModel.Composition.CompositionError System.ComponentModel.Composition.CompositionException System.ComponentModel.Composition.ExportAttribute System.ComponentModel.Composition.ImportAttribute System.ComponentModel.Composition.ImportCardinalityMismatchException System.ComponentModel.Composition.Hosting.AggregateCatalog System.ComponentModel.Composition.Hosting.ApplicationCatalog System.ComponentModel.Composition.Hosting.AssemblyCatalog System.ComponentModel.Composition.Hosting.CompositionContainer System.ComponentModel.Composition.Primitives.ComposablePartException System.ComponentModel.Composition.Primitives.ExportDefinition System.ComponentModel.Composition.Primitives.ImportDefinition System.ComponentModel.Composition.ReflectionModel.ReflectionModelServices