Class MinimalDotNetCoreDependenciesService
- Namespace
- Alternet.Common.DotNet.DefaultAssemblies
- Assembly
- Alternet.Common.v10.dll
A utility class to support a minimal scope of the .NET Core dependencies.
public class MinimalDotNetCoreDependenciesService
- Inheritance
-
MinimalDotNetCoreDependenciesService
Properties
- SystemDesignReferences
Gets or sets the collection of design references names.
- SystemReferences
Gets or sets the collection of system reference names.
- WinFormsReferences
Gets or sets the collection of WinForms reference names.
- WpfReferences
Gets or sets the collection of WPF reference names.
Methods
- GetReferences(Framework, bool)
Retrieves a list of references related to the specified framework.
- GetReferences(TechnologyEnvironment, bool, bool, TargetFramework?, bool, bool)
Retrieves a list of references for the specific environment and framework.
- GetReferences(string[], TechnologyEnvironment, bool, bool, bool)
Retrieves a list of references for the specific environment and framework.