You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Optionally specify a map of assembly names from source model to referenced assemblies.
459
459
/// </param>
460
-
new: config: TypeProviderConfig * namespaceName:string * types: ProvidedTypeDefinition list * ?sourceAssemblies: Assembly list * ?assemblyReplacementMap:(string * string) list -> TypeProviderForNamespaces
460
+
///
461
+
/// <param name="addDefaultProbingLocation">
462
+
/// Optionally specify that the location of the type provider design-time component should be used to resolve failing assembly resolutions.
463
+
/// This flag or an equivalent call to RegisterProbingFolder is generally needed for any type provider design-time components loaded into .NET Core tooling.
464
+
/// </param>
465
+
new: config: TypeProviderConfig * namespaceName:string * types: ProvidedTypeDefinition list * ?sourceAssemblies: Assembly list * ?assemblyReplacementMap:(string * string) list * ?addDefaultProbingLocation: bool -> TypeProviderForNamespaces
461
466
462
467
/// <summary>Initializes a type provider.</summary>
/// Optionally specify a map of assembly names from source model to referenced assemblies.
471
476
/// </param>
472
-
new: config: TypeProviderConfig * ?sourceAssemblies: Assembly list * ?assemblyReplacementMap:(string * string) list -> TypeProviderForNamespaces
477
+
///
478
+
/// <param name="addDefaultProbingLocation">
479
+
/// Optionally specify that the location of the type provider design-time component should be used to resolve failing assembly resolutions.
480
+
/// This flag or an equivalent call to RegisterProbingFolder is generally needed for any type provider design-time components loaded into .NET Core tooling.
481
+
/// </param>
482
+
new: config: TypeProviderConfig * ?sourceAssemblies: Assembly list * ?assemblyReplacementMap:(string * string) list * ?addDefaultProbingLocation: bool -> TypeProviderForNamespaces
473
483
474
484
/// Invoked by the type provider to add a namespace of provided types in the specification of the type provider.
475
485
memberAddNamespace:namespaceName:string * types: ProvidedTypeDefinition list -> unit
0 commit comments