Skip to content

Options builder support (#672) #128

Options builder support (#672)

Options builder support (#672) #128

Triggered via pull request December 22, 2023 22:41
Status Success
Total duration 3m 22s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

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.