Skip to content

[Draft] Temp fix for service ca cert #173

[Draft] Temp fix for service ca cert

[Draft] Temp fix for service ca cert #173

Triggered via pull request July 3, 2023 08:07
Status Success
Total duration 4m 26s
Artifacts

pr-validation.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build: Kudu.Services/DebugExtension/DebugExtensionMiddleware.cs#L57
The variable 'logLevel' is assigned but its value is never used
build: Kudu.Services.Web/Startup.cs#L344
'IApplicationLifetime' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.Extensions.Hosting.IHostApplicationLifetime.'
build: Kudu.Services.Web/Startup.cs#L188
Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'.
build: Kudu.Services.Web/obj/Debug/netcoreapp3.1/Razor/Pages/Index.cshtml.g.cs#L203
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
build: Kudu.Services.Web/obj/Debug/netcoreapp3.1/Razor/Pages/NewUI/Index.cshtml.g.cs#L466
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
build: Kudu.Tests/Core/Function/KedaFunctionTriggersProviderTests.cs#L206
Public method 'PopulateMetadataDictionary_KedaV1_CorrectlyPopulatesRabbitMQMetadata' on test class 'KedaFunctionTriggersProviderTests' should be marked as a Fact.
build: Kudu.Tests/Core/Function/KedaFunctionTriggersProviderTests.cs#L270
Do not use Assert.Equal() to check for collection size.
build
A PackageReference to Microsoft.AspNetCore.App is not necessary when targeting .NET Core 3.0 or higher. If Microsoft.NET.Sdk.Web is used, the shared framework will be referenced automatically. Otherwise, the PackageReference should be replaced with a FrameworkReference.
build: Kudu.Services/DebugExtension/DebugExtensionMiddleware.cs#L57
The variable 'logLevel' is assigned but its value is never used