fix(offerSubscriptionDetail): responding External Service details (#75) #1320
pre-checks.yml
on: pull_request
Get changed paths
4s
Matrix: Build, check and test services
Check nuget packages
0s
Annotations
10 warnings
Build, check and test services (8.0):
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, check and test services (8.0):
src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L30
Non-nullable property 'forwardedFor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, check and test services (8.0):
src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L31
Non-nullable property 'forwardedProto' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, check and test services (8.0):
src/keycloak/Keycloak.Library/Common/ForwardedHttpHeaders.cs#L32
Non-nullable property 'forwardedHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, check and test services (8.0):
src/keycloak/Keycloak.Library/Models/AuthenticationManagement/RequiredActionProvider.cs#L33
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, check and test services (8.0):
src/keycloak/Keycloak.Library/Models/AuthenticationManagement/RequiredActionProvider.cs#L35
Non-nullable property 'Config' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, check and test services (8.0):
src/keycloak/Keycloak.Library/Models/AuthenticationManagement/RequiredActionProvider.cs#L41
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, check and test services (8.0):
src/keycloak/Keycloak.Library/Models/AuthenticationManagement/RequiredActionProvider.cs#L45
Non-nullable property 'ProviderId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, check and test services (8.0):
src/keycloak/Keycloak.Library/Models/AuthorizationScopes/AuthorizationScope.cs#L33
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build, check and test services (8.0):
src/keycloak/Keycloak.Library/Models/AuthorizationScopes/AuthorizationScope.cs#L35
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|