Options builder support (#672) #128
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
90 warnings
build-and-test (7.0.x, ubuntu-latest):
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.
|
build-and-test (7.0.x, ubuntu-latest):
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.
|
build-and-test (7.0.x, ubuntu-latest):
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.
|
build-and-test (7.0.x, ubuntu-latest):
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.
|
build-and-test (7.0.x, ubuntu-latest):
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.
|
build-and-test (7.0.x, ubuntu-latest):
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.
|
build-and-test (7.0.x, ubuntu-latest):
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.
|
build-and-test (7.0.x, ubuntu-latest):
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.
|
build-and-test (7.0.x, ubuntu-latest):
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L269
The type 'TTenantInfo?' cannot be used as type parameter 'TDep4' in the generic type or method 'PostConfigureOptions<TOptions, TDep1, TDep2, TDep3, TDep4>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
build-and-test (7.0.x, ubuntu-latest):
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L299
The type 'TTenantInfo?' cannot be used as type parameter 'TDep5' in the generic type or method 'PostConfigureOptions<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
build-and-test (8.0.x, macos-latest):
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.
|
build-and-test (8.0.x, macos-latest):
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.
|
build-and-test (8.0.x, macos-latest):
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.
|
build-and-test (8.0.x, macos-latest):
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.
|
build-and-test (8.0.x, macos-latest):
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.
|
build-and-test (8.0.x, macos-latest):
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.
|
build-and-test (8.0.x, macos-latest):
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.
|
build-and-test (8.0.x, macos-latest):
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.
|
build-and-test (8.0.x, macos-latest):
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L269
The type 'TTenantInfo?' cannot be used as type parameter 'TDep4' in the generic type or method 'PostConfigureOptions<TOptions, TDep1, TDep2, TDep3, TDep4>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
build-and-test (8.0.x, macos-latest):
src/Finbuckle.MultiTenant/DependencyInjection/OptionsBuilderExtensions.cs#L299
The type 'TTenantInfo?' cannot be used as type parameter 'TDep5' in the generic type or method 'PostConfigureOptions<TOptions, TDep1, TDep2, TDep3, TDep4, TDep5>'. Nullability of type argument 'TTenantInfo?' doesn't match 'class' constraint.
|
build-and-test (6.0.x, macos-latest):
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.
|
build-and-test (6.0.x, macos-latest):
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.
|
build-and-test (6.0.x, macos-latest):
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.
|
build-and-test (6.0.x, macos-latest):
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.
|
build-and-test (6.0.x, macos-latest):
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.
|
build-and-test (6.0.x, macos-latest):
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.
|
build-and-test (6.0.x, macos-latest):
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.
|
build-and-test (6.0.x, macos-latest):
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.
|
build-and-test (6.0.x, macos-latest):
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.
|
build-and-test (6.0.x, macos-latest):
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.
|
build-and-test (8.0.x, ubuntu-latest):
src/Finbuckle.MultiTenant.AspNetCore/Extensions/FinbuckleMultiTenantBuilderExtensions.cs#L100
'FinbuckleMultiTenantBuilder<TTenantInfo>.WithPerTenantOptions<TOptions>(Action<TOptions, TTenantInfo>)' is obsolete
|
build-and-test (8.0.x, ubuntu-latest):
src/Finbuckle.MultiTenant.AspNetCore/Extensions/FinbuckleMultiTenantBuilderExtensions.cs#L113
'FinbuckleMultiTenantBuilder<TTenantInfo>.WithPerTenantOptions<TOptions>(Action<TOptions, TTenantInfo>)' is obsolete
|
build-and-test (8.0.x, ubuntu-latest):
src/Finbuckle.MultiTenant.AspNetCore/Extensions/FinbuckleMultiTenantBuilderExtensions.cs#L125
'FinbuckleMultiTenantBuilder<TTenantInfo>.WithPerTenantOptions<TOptions>(Action<TOptions, TTenantInfo>)' is obsolete
|
build-and-test (8.0.x, ubuntu-latest):
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.
|
build-and-test (8.0.x, ubuntu-latest):
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.
|
build-and-test (8.0.x, ubuntu-latest):
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.
|
build-and-test (8.0.x, ubuntu-latest):
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.
|
build-and-test (8.0.x, ubuntu-latest):
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.
|
build-and-test (8.0.x, ubuntu-latest):
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.
|
build-and-test (8.0.x, ubuntu-latest):
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.
|
build-and-test (6.0.x, ubuntu-latest):
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.
|
build-and-test (6.0.x, ubuntu-latest):
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.
|
build-and-test (6.0.x, ubuntu-latest):
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.
|
build-and-test (6.0.x, ubuntu-latest):
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.
|
build-and-test (6.0.x, ubuntu-latest):
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.
|
build-and-test (6.0.x, ubuntu-latest):
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.
|
build-and-test (6.0.x, ubuntu-latest):
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.
|
build-and-test (6.0.x, ubuntu-latest):
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.
|
build-and-test (6.0.x, ubuntu-latest):
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.
|
build-and-test (6.0.x, ubuntu-latest):
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.
|
build-and-test (7.0.x, macos-latest):
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.
|
build-and-test (7.0.x, macos-latest):
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.
|
build-and-test (7.0.x, macos-latest):
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.
|
build-and-test (7.0.x, macos-latest):
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.
|
build-and-test (7.0.x, macos-latest):
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.
|
build-and-test (7.0.x, macos-latest):
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.
|
build-and-test (7.0.x, macos-latest):
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.
|
build-and-test (7.0.x, macos-latest):
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.
|
build-and-test (7.0.x, macos-latest):
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.
|
build-and-test (7.0.x, macos-latest):
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.
|
build-and-test (6.0.x, windows-latest):
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.
|
build-and-test (6.0.x, windows-latest):
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.
|
build-and-test (6.0.x, windows-latest):
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.
|
build-and-test (6.0.x, windows-latest):
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.
|
build-and-test (6.0.x, windows-latest):
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.
|
build-and-test (6.0.x, windows-latest):
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.
|
build-and-test (6.0.x, windows-latest):
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.
|
build-and-test (6.0.x, windows-latest):
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.
|
build-and-test (6.0.x, windows-latest):
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.
|
build-and-test (6.0.x, windows-latest):
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.
|
build-and-test (7.0.x, windows-latest):
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.
|
build-and-test (7.0.x, windows-latest):
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.
|
build-and-test (7.0.x, windows-latest):
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.
|
build-and-test (7.0.x, windows-latest):
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.
|
build-and-test (7.0.x, windows-latest):
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.
|
build-and-test (7.0.x, windows-latest):
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.
|
build-and-test (7.0.x, windows-latest):
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.
|
build-and-test (7.0.x, windows-latest):
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.
|
build-and-test (7.0.x, windows-latest):
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.
|
build-and-test (7.0.x, windows-latest):
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.
|
build-and-test (8.0.x, windows-latest):
src/Finbuckle.MultiTenant.AspNetCore/Extensions/FinbuckleMultiTenantBuilderExtensions.cs#L100
'FinbuckleMultiTenantBuilder<TTenantInfo>.WithPerTenantOptions<TOptions>(Action<TOptions, TTenantInfo>)' is obsolete
|
build-and-test (8.0.x, windows-latest):
src/Finbuckle.MultiTenant.AspNetCore/Extensions/FinbuckleMultiTenantBuilderExtensions.cs#L113
'FinbuckleMultiTenantBuilder<TTenantInfo>.WithPerTenantOptions<TOptions>(Action<TOptions, TTenantInfo>)' is obsolete
|
build-and-test (8.0.x, windows-latest):
src/Finbuckle.MultiTenant.AspNetCore/Extensions/FinbuckleMultiTenantBuilderExtensions.cs#L125
'FinbuckleMultiTenantBuilder<TTenantInfo>.WithPerTenantOptions<TOptions>(Action<TOptions, TTenantInfo>)' is obsolete
|
build-and-test (8.0.x, windows-latest):
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.
|
build-and-test (8.0.x, windows-latest):
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.
|
build-and-test (8.0.x, windows-latest):
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.
|
build-and-test (8.0.x, windows-latest):
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.
|
build-and-test (8.0.x, windows-latest):
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.
|
build-and-test (8.0.x, windows-latest):
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.
|
build-and-test (8.0.x, windows-latest):
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.
|