Skip to content

Bump the service group with 6 updates #1915

Bump the service group with 6 updates

Bump the service group with 6 updates #1915

Triggered via pull request January 21, 2026 11:05
Status Failure
Total duration 48m 28s
Artifacts 4

workflow.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 32 warnings
test
Process completed with exit code 1.
build: src/RepoGovernance.Function/ProcessItemFromQueueFunction.cs#L23
The variable 'project' is assigned but its value is never used
build: src/RepoGovernance.Service/Program.cs#L17
'ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(IServiceCollection, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsightsTelemetry() overload which accepts Action<ApplicationInsightsServiceOptions> and set ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
build: src/RepoGovernance.Service/Controllers/SummaryItemsController.cs#L162
Possible null reference argument for parameter 'connectionString' in 'Task<SummaryItem?> SummaryItemsDA.GetSummaryItem(string connectionString, string user, string owner, string repo, string? gitHubId, string? gitHubSecret)'.
build: src/RepoGovernance.Web/Views/Home/Index.cshtml#L138
Dereference of a possibly null reference.
build: src/RepoGovernance.Web/Views/Home/Index.cshtml#L110
Dereference of a possibly null reference.
build: src/RepoGovernance.Web/Controllers/HomeController.cs#L112
Converting null literal or possible null value to non-nullable type.
build: src/RepoGovernance.Web/Models/SummaryItemsIndex.cs#L9
Non-nullable property 'SummaryRepoLanguages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Web/Models/SummaryItemsIndex.cs#L8
Non-nullable property 'SummaryItems' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Web/Views/Home/Details.cshtml#L17
Dereference of a possibly null reference.
build: src/RepoGovernance.Web/Services/BaseServiceApiClient.cs#L9
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/RepoGovernance.Web/Program.cs#L7
'ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(IServiceCollection, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsightsTelemetry() overload which accepts Action<ApplicationInsightsServiceOptions> and set ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
build: src/RepoGovernance.Web/Services/SummaryItemsServiceApiClient.cs#L15
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'MeanTimeToRestoreBadgeURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Core/Models/AzureStorageTableModel.cs#L17
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/RepoGovernance.Core/Models/AzureStorageTableModel.cs#L17
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/RepoGovernance.Core/Models/NuGetPackages/Package.cs#L9
Non-nullable property 'deprecationReasons' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/RepoGovernance.Core/Models/NuGetPackages/Package.cs#L8
Non-nullable property 'latestVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/RepoGovernance.Core/Models/NuGetPackages/Package.cs#L7
Non-nullable property 'resolvedVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/RepoGovernance.Core/Models/NuGetPackages/Package.cs#L6
Non-nullable property 'requestedVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/RepoGovernance.Core/Models/NuGetPackages/Package.cs#L5
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/RepoGovernance.Core/Models/NuGetPackages/Project.cs#L6
Non-nullable property 'frameworks' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/RepoGovernance.Core/Models/NuGetPackages/Project.cs#L5
Non-nullable property 'path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/RepoGovernance.Core/Models/NuGetPackages/Root.cs#L5
Non-nullable property 'Projects' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/RepoGovernance.Core/Models/NuGetPackages/Vulnerability.cs#L6
Non-nullable property 'advisoryurl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
test: src/RepoGovernance.Core/Models/NuGetPackages/Vulnerability.cs#L5
Non-nullable property 'severity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Artifacts

Produced during runtime
Name Size Digest
drop Expired
11.5 MB
sha256:98a6ef36fcc1917f8416886fad6791af538d5834f659c592375932d94072f1f3
function Expired
11.9 MB
sha256:f3d2aa6c6ca1dbc609be1180b515027787c6b1fe2aada1ea533449b1c4f71d9a
service Expired
13.5 MB
sha256:5c09eb79964ec0baa99c91909e60b67a5d0801c1128d21050cbca8ac7fc7f0ab
web Expired
29.9 MB
sha256:b2a328f9b964e0c0b1f322c959d1c977df26e8a77f29aae4564d90929c1b6bd6