Skip to content

chore: Upgrade packages #1673

chore: Upgrade packages

chore: Upgrade packages #1673

Triggered via push January 12, 2025 15:27
Status Failure
Total duration 1m 19s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/LinkDotNet.Blog.Web/Features/Home/Components/SocialAccounts.razor#L25
Private record classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
build: src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/StructuredData.razor#L49
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
build: src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor#L184
Remove the unused private method 'SetContentFromFile'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
build: src/LinkDotNet.Blog.Web/Features/Admin/Dashboard/Components/DateRangeSelector.razor#L15
Make 'filter' 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2933)
build: src/LinkDotNet.Blog.Web/Features/Admin/Dashboard/Components/DateRangeSelector.razor#L27
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
build: src/LinkDotNet.Blog.Web/Features/Admin/Dashboard/Components/DateRangeSelector.razor#L21
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
build: src/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/AddSkillDialog.razor#L24
Loop should be simplified by calling Select(level => level.Key)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
build: src/LinkDotNet.Blog.Web/Features/Home/Components/SocialAccounts.razor#L25
Private record classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
build: src/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/StructuredData.razor#L49
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
build: src/LinkDotNet.Blog.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor#L184
Remove the unused private method 'SetContentFromFile'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636