Add GitHub Actions & Upgrade to .NET 8 #9
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.Reports/ContentTreeConsistencyAnalysis/Models/VersionHistoryMismatchResult.cs#L80
Use a StringBuilder instead. (https://rules.sonarsource.com/csharp/RSPEC-1643)
|
build:
KenticoInspector.Reports/ContentTreeConsistencyAnalysis/Models/CmsClassItem.cs#L56
Remove the unnecessary Boolean literal(s). (https://rules.sonarsource.com/csharp/RSPEC-1125)
|
build:
KenticoInspector.Reports/PageTypeFieldAnalysis/Models/Data/CmsPageTypeField.cs#L16
Remove this 'base' call to 'object.Equals', which is directly based on the object reference. (https://rules.sonarsource.com/csharp/RSPEC-3249)
|
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)
|