Skip to content

Add external identity login #4339

Add external identity login

Add external identity login #4339

Triggered via pull request November 18, 2024 15:33
Status Success
Total duration 5m 22s
Artifacts

dotnetcore.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
test (macOS-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (macOS-latest): 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.
test (macOS-latest): OutOfSchool/OutOfSchool.ElasticsearchData/IElasticsearchProvider.cs#L99
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
test (macOS-latest): OutOfSchool/OutOfSchool.DataAccess/Repository/Base/Api/IEntityAddOnlyRepository.cs#L100
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
test (macOS-latest): OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (macOS-latest): OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (macOS-latest): OutOfSchool/OutOfSchool.DataAccess/Models/User.cs#L47
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (macOS-latest): OutOfSchool/OutOfSchool.DataAccess/Models/Workshop.cs#L128
'Workshop.IsBlocked' hides inherited member 'BusinessEntity.IsBlocked'. Use the new keyword if hiding was intended.
test (macOS-latest): 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.
test (macOS-latest): OutOfSchool/OutOfSchool.DataAccess/Repository/ProviderAdminRepository.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (macOS-latest): OutOfSchool/OutOfSchool.DataAccess/Common/Exceptions/FileStorageException.cs#L33
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
test (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (ubuntu-latest): 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.
test (ubuntu-latest): OutOfSchool/OutOfSchool.ElasticsearchData/IElasticsearchProvider.cs#L99
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
test (ubuntu-latest): OutOfSchool/OutOfSchool.DataAccess/Repository/Base/Api/IEntityAddOnlyRepository.cs#L100
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
test (ubuntu-latest): OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (ubuntu-latest): OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (ubuntu-latest): OutOfSchool/OutOfSchool.DataAccess/Repository/ProviderAdminRepository.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (ubuntu-latest): 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.
test (ubuntu-latest): OutOfSchool/OutOfSchool.DataAccess/Models/User.cs#L47
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (ubuntu-latest): OutOfSchool/OutOfSchool.DataAccess/Models/Workshop.cs#L128
'Workshop.IsBlocked' hides inherited member 'BusinessEntity.IsBlocked'. Use the new keyword if hiding was intended.
test (ubuntu-latest): OutOfSchool/OutOfSchool.DataAccess/Common/Exceptions/FileStorageException.cs#L33
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
test (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test (windows-latest): 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.
test (windows-latest): OutOfSchool/OutOfSchool.DataAccess/Repository/Base/Api/IEntityAddOnlyRepository.cs#L100
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
test (windows-latest): 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.
test (windows-latest): OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (windows-latest): OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (windows-latest): OutOfSchool/OutOfSchool.DataAccess/Models/User.cs#L47
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (windows-latest): OutOfSchool/OutOfSchool.DataAccess/Repository/ProviderAdminRepository.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test (windows-latest): OutOfSchool/OutOfSchool.DataAccess/Models/Workshop.cs#L128
'Workshop.IsBlocked' hides inherited member 'BusinessEntity.IsBlocked'. Use the new keyword if hiding was intended.
test (windows-latest): OutOfSchool/OutOfSchool.DataAccess/Common/Exceptions/FileStorageException.cs#L33
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
SonarCloud
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/
SonarCloud: 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.
SonarCloud: OutOfSchool/OutOfSchool.Common/Communication/CommunicationService.cs#L62
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
SonarCloud: OutOfSchool/OutOfSchool.ElasticsearchData/IElasticsearchProvider.cs#L99
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
SonarCloud: OutOfSchool/OutOfSchool.DataAccess/Repository/Base/Api/IEntityAddOnlyRepository.cs#L100
XML comment has badly formed XML -- 'Expected an end tag for element 'returns'.'
SonarCloud: OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
SonarCloud: OutOfSchool/OutOfSchool.DataAccess/Models/Individual.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
SonarCloud: 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.
SonarCloud: OutOfSchool/OutOfSchool.DataAccess/Models/User.cs#L47
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
SonarCloud: OutOfSchool/OutOfSchool.DataAccess/Models/Workshop.cs#L128
'Workshop.IsBlocked' hides inherited member 'BusinessEntity.IsBlocked'. Use the new keyword if hiding was intended.
SonarCloud: OutOfSchool/OutOfSchool.DataAccess/Repository/ProviderAdminRepository.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.