feat(seeding): make seeder configureable #1386
Annotations
10 warnings
Build:
src/keycloak/Keycloak.Library/Models/UserStorageProvider/SynchronizationResult.cs#L42
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/keycloak/Keycloak.Library/Models/SAMLMetaData/EntityDescriptorType.cs#L132
Non-nullable property 'KeyDescriptor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/keycloak/Keycloak.Library/Models/SAMLMetaData/EntityDescriptorType.cs#L115
Non-nullable property 'ArtifactResolutionService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/keycloak/Keycloak.Library/Models/SAMLMetaData/EntityDescriptorType.cs#L119
Non-nullable property 'SingleLogoutService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/keycloak/Keycloak.Library/Models/SAMLMetaData/EntityDescriptorType.cs#L123
Non-nullable property 'ManageNameIDService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/keycloak/Keycloak.Library/Models/SAMLMetaData/EntityDescriptorType.cs#L126
Non-nullable property 'NameIDFormat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/keycloak/Keycloak.Library/Models/SAMLMetaData/EntityDescriptorType.cs#L93
Non-nullable property 'Binding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/keycloak/Keycloak.Library/Models/SAMLMetaData/EntityDescriptorType.cs#L96
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/keycloak/Keycloak.Library/Models/SAMLMetaData/EntityDescriptorType.cs#L99
Non-nullable property 'ResponseLocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/keycloak/Keycloak.Library/Models/SAMLMetaData/EntityDescriptorType.cs#L87
Non-nullable property 'X509Certificate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading