Skip to content

Updating dora summary object (#462) #926

Updating dora summary object (#462)

Updating dora summary object (#462) #926

Triggered via push June 14, 2023 23:06
Status Success
Total duration 11m 55s
Artifacts 4

workflow.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

38 warnings
test
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: microsoft/variable-substitution@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
test: src/RepoGovernance.Core/Models/AzureStorageTableModel.cs#L17
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/AzureStorageTableModel.cs#L17
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'MeanTimeToRestoreBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-java@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/AzureStorageTableModel.cs#L17
Non-nullable property 'PartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/AzureStorageTableModel.cs#L17
Non-nullable property 'RowKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Project' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Repo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'DeploymentFrequencyBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'LeadTimeForChangesBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run SonarCloud analysis: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'MeanTimeToRestoreBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.Web/Services/SummaryItemsServiceApiClient.cs#L14
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build: src/RepoGovernance.Web/Services/BaseServiceApiClient.cs#L9
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/RepoGovernance.Web/Models/SummaryItemsIndex.cs#L8
Non-nullable property 'SummaryItems' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Web/Models/SummaryItemsIndex.cs#L9
Non-nullable property 'SummaryRepoLanguages' must contain a non-null value when exiting constructor. Consider declaring the property 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.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider 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 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 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 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 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 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 declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'MeanTimeToRestoreBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'MeanTimeToRestoreBadgeWithMetricURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/RepoGovernance.Core/Models/DORASummaryItem.cs#L6
Non-nullable property 'ChangeFailureRateBadgeURL' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
drop Expired
2.05 MB
function Expired
6.16 MB
service Expired
8.23 MB
web Expired
14.9 MB