Add external identity login #4339
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, actions/setup-dotnet@v3, actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and analyze:
OutOfSchool/OutOfSchool.Common/Models/ExternalAuth/EnvelopedUserInfoResponse.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and analyze:
OutOfSchool/OutOfSchool.Common/Communication/CommunicationService.cs#L62
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build and analyze:
OutOfSchool/OutOfSchool.ElasticsearchData/IElasticsearchProvider.cs#L99
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
|
Build and analyze:
OutOfSchool/OutOfSchool.DataAccess/Repository/Base/Api/IEntityAddOnlyRepository.cs#L100
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
|
Build and analyze:
OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and analyze:
OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and analyze:
OutOfSchool/OutOfSchool.DataAccess/Repository/Api/IProviderAdminRepository.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and analyze:
OutOfSchool/OutOfSchool.DataAccess/Models/User.cs#L47
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build and analyze:
OutOfSchool/OutOfSchool.DataAccess/Models/Workshop.cs#L128
'Workshop.IsBlocked' hides inherited member 'BusinessEntity.IsBlocked'. Use the new keyword if hiding was intended.
|
Build and analyze:
OutOfSchool/OutOfSchool.DataAccess/Repository/ProviderAdminRepository.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading