Options builder support (#672) #128
Annotations
10 warnings
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L26
The type 'TTenantInfo?' cannot be used as type parameter 'TDep' in the generic type or method 'ConfigureNamedOptions<TOptions, TDep>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L49
The type 'TTenantInfo?' cannot be used as type parameter 'TDep2' in the generic type or method 'ConfigureNamedOptions<TOptions, TDep1, TDep2>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L74
The type 'TTenantInfo?' cannot be used as type parameter 'TDep3' in the generic type or method 'ConfigureNamedOptions<TOptions, TDep1, TDep2, TDep3>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
src/Finbuckle.MultiTenant/DependencyInjection/ServiceCollectionExtensions.cs#L146
The type 'TTenantInfo?' cannot be used as type parameter 'TDep' in the generic type or method 'ConfigureNamedOptions<TOptions, TDep>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L102
The type 'TTenantInfo?' cannot be used as type parameter 'TDep4' in the generic type or method 'ConfigureNamedOptions<TOptions, TDep1, TDep2, TDep3, TDep4>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
src/Finbuckle.MultiTenant/DependencyInjection/ServiceCollectionExtensions.cs#L210
The type 'TTenantInfo?' cannot be used as type parameter 'TDep' in the generic type or method 'PostConfigureOptions<TOptions, TDep>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L132
The type 'TTenantInfo?' cannot be used as type parameter 'TDep5' in the generic type or method 'ConfigureNamedOptions<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L193
The type 'TTenantInfo?' cannot be used as type parameter 'TDep' in the generic type or method 'PostConfigureOptions<TOptions, TDep>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L216
The type 'TTenantInfo?' cannot be used as type parameter 'TDep2' in the generic type or method 'PostConfigureOptions<TOptions, TDep1, TDep2>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L241
The type 'TTenantInfo?' cannot be used as type parameter 'TDep3' in the generic type or method 'PostConfigureOptions<TOptions, TDep1, TDep2, TDep3>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
The logs for this run have expired and are no longer available.
Loading