Skip to content

Chore/upgrade hangfire lib#5

Merged
mirecad merged 2 commits intomasterfrom
chore/upgrade-hangfire-lib
Feb 23, 2026
Merged

Chore/upgrade hangfire lib#5
mirecad merged 2 commits intomasterfrom
chore/upgrade-hangfire-lib

Conversation

@kuberto773
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings February 23, 2026 12:18
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the Hangfire library dependency and changes the target framework for the Madev.Utils.Infrastructure.Hangfire project. The changes aim to update to a newer version of Hangfire.Core and migrate from .NET 9.0 to .NET 10.0.

Changes:

  • Updated Hangfire.Core package from version 1.8.22 to 1.8.23
  • Changed target framework from net9.0 to net10.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This project is being upgraded to net10.0 while other projects in the solution remain on net9.0 (ApplicationInsights.AspNetCore, ApplicationInsights.WorkerService) or net8.0/netstandard2.1 (Http, Mailing packages). This creates an inconsistent target framework strategy across the solution. Consider either upgrading all projects together or document the rationale for having different target frameworks across the solution. Reference: src/Madev.Utils.Infrastructure.ApplicationInsights.AspNetCore/Madev.Utils.Infrastructure.ApplicationInsights.AspNetCore.csproj:4, src/Madev.Utils.Infrastructure.ApplicationInsights.WorkerService/Madev.Utils.Infrastructure.ApplicationInsights.WorkerService.csproj:4

Suggested change
<TargetFramework>net10.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>

Copilot uses AI. Check for mistakes.

<Authors>Miroslav Adamec</Authors>
<Company>Madev</Company>
<Description>Hangfire background job scheduler etilities and extensions</Description>
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo in the Description element: "etilities" should be "utilities".

Copilot uses AI. Check for mistakes.
@mirecad mirecad merged commit 06460ef into master Feb 23, 2026
11 checks passed
@mirecad mirecad deleted the chore/upgrade-hangfire-lib branch February 23, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants