Skip to content

Bump samsmithnz/DotNetTestResults from 0.1.11 to 0.1.12 in the actions group #1349

Bump samsmithnz/DotNetTestResults from 0.1.11 to 0.1.12 in the actions group

Bump samsmithnz/DotNetTestResults from 0.1.11 to 0.1.12 in the actions group #1349

Triggered via pull request January 14, 2025 11:51
Status Failure
Total duration 3m 1s
Artifacts 4

workflow.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 30 warnings
test
Process completed with exit code 1.
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.
build: src/RepoGovernance.Function/ProcessItemFromQueueFunction.cs#L23
The variable 'project' is assigned but its value is never used
build: src/RepoGovernance.Service/Controllers/SummaryItemsController.cs#L96
Possible null reference argument for parameter 'connectionString' in 'Task<SummaryItem?> SummaryItemsDA.GetSummaryItem(string connectionString, string user, string owner, string repo)'.
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/Views/Home/Index.cshtml#L133
Dereference of a possibly null reference.
build: src/RepoGovernance.Web/Views/Home/Index.cshtml#L109
Dereference of a possibly null reference.
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/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/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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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
drop
11 MB
function
11.3 MB
service
12.9 MB
web
29.1 MB