Skip to content

Update README for session 2 #83

Update README for session 2

Update README for session 2 #83

Triggered via push June 21, 2023 00:28
Status Success
Total duration 2m 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

azure-dev.yml

on: push
Build and Deploy to ASWA (Frontend)
2m 23s
Build and Deploy to ASWA (Frontend)
Matrix: Build and Deploy to App Service (Backend)
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Deploy to App Service (Backend) (dotnet): issue-api/Controllers/GitHubController.cs#L43
Possible null reference argument for parameter 'headers' in 'Task<GitHubIssueCollectionResponse> IGitHubService.GetIssuesAsync(GitHubApiRequestHeaders headers, GitHubApiRequestQueries req)'.
Build and Deploy to App Service (Backend) (dotnet): issue-api/Controllers/GitHubController.cs#L43
Possible null reference argument for parameter 'req' in 'Task<GitHubIssueCollectionResponse> IGitHubService.GetIssuesAsync(GitHubApiRequestHeaders headers, GitHubApiRequestQueries req)'.
Build and Deploy to App Service (Backend) (dotnet): issue-api/Controllers/GitHubController.cs#L67
Possible null reference argument for parameter 'headers' in 'Task<GitHubIssueItemResponse> IGitHubService.GetIssueAsync(int id, GitHubApiRequestHeaders headers, GitHubApiRequestQueries req)'.
Build and Deploy to App Service (Backend) (dotnet): issue-api/Controllers/GitHubController.cs#L67
Possible null reference argument for parameter 'req' in 'Task<GitHubIssueItemResponse> IGitHubService.GetIssueAsync(int id, GitHubApiRequestHeaders headers, GitHubApiRequestQueries req)'.