add pull request crawler time trigger #34
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build-ubuntu-latest:
src/dotnet/GitHubCrawler/GitHubCrawler.Model/RepositorySummary.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-ubuntu-latest:
src/dotnet/GitHubCrawler/GitHubCrawler.Model/RepositorySummary.cs#L7
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-ubuntu-latest:
src/dotnet/GitHubCrawler/GitHubCrawler.Model/RepositorySummary.cs#L12
Non-nullable property 'Contributors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-ubuntu-latest:
src/dotnet/GitHubCrawler/GitHubCrawler.Model/QueueConfig.cs#L6
Non-nullable property 'ConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-ubuntu-latest:
src/dotnet/GitHubCrawler/GitHubCrawler.Model/PullRequestSummary.cs#L7
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-ubuntu-latest:
src/dotnet/GitHubCrawler/GitHubCrawler.Model/ProcessRepositoryRequest.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-ubuntu-latest:
src/dotnet/GitHubCrawler/GitHubCrawler.Model/ProcessRepositoryRequest.cs#L7
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-ubuntu-latest:
src/dotnet/GitHubCrawler/GitHubCrawler.Model/ProcessRepositoryPageRequest.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-ubuntu-latest:
src/dotnet/GitHubCrawler/GitHubCrawler.Model/ProcessRepositoryPageRequest.cs#L7
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-ubuntu-latest:
src/dotnet/GitHubCrawler/GitHubCrawler.Model/ProcessGitHubUserRequest.cs#L6
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|