Skip to content

Dotnet update

Dotnet update #2

Triggered via pull request January 8, 2024 10:24
Status Success
Total duration 2m 25s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 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
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: KenticoInspector.Core/Helpers/DirectoryHelper.cs#L16
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
build: KenticoInspector.Core/Tokens/TokenExpressionResolver.cs#L89
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build: KenticoInspector.Core/Constants/ActionTags.cs#L3
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
build: KenticoInspector.Core/Helpers/VersionHelper.cs#L27
Use a StringBuilder instead. (https://rules.sonarsource.com/csharp/RSPEC-1643)
build: KenticoInspector.Core.Tests/SimpleTokenExpressionTests.cs#L71
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: KenticoInspector.Core.Tests/SimpleTokenExpressionTests.cs#L72
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: KenticoInspector.Core.Tests/SimpleTokenExpressionTests.cs#L73
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: KenticoInspector.Core.Tests/SimpleTokenExpressionTests.cs#L74
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: KenticoInspector.Core.Tests/SimpleTokenExpressionTests.cs#L548
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)