Skip to content

chore: add netstandard support for Hangfire library#8

Merged
mirecad merged 2 commits intomasterfrom
chore/Hangfire-add-netstandard-support
Feb 23, 2026
Merged

chore: add netstandard support for Hangfire library#8
mirecad merged 2 commits intomasterfrom
chore/Hangfire-add-netstandard-support

Conversation

@kuberto773
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings February 23, 2026 12:43
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 adds netstandard2.1 support to the Hangfire utility library to enable broader compatibility with .NET Framework and older .NET implementations. The changes include modifying the project to multi-target both netstandard2.1 and net10.0, along with converting from file-scoped to block-scoped namespaces and removing ImplicitUsings to ensure compatibility with netstandard2.1's language features.

Changes:

  • Modified project file to target both netstandard2.1 and net10.0, removing ImplicitUsings
  • Converted DisableMultipleQueuedItemsFilterAttribute from file-scoped to block-scoped namespace with explicit using statements
  • Converted AllowedExecutionTimeRangeAttribute from file-scoped to block-scoped namespace with explicit using statements

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
Madev.Utils.Infrastructure.Hangfire.csproj Added netstandard2.1 multi-targeting and removed ImplicitUsings for compatibility
DisableMultipleQueuedItemsFilterAttribute.cs Converted to block-scoped namespace and added explicit using statements for netstandard2.1 compatibility
AllowedExecutionTimeRangeAttribute.cs Converted to block-scoped namespace and added explicit using statements for netstandard2.1 compatibility

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

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.

Spelling error: "etilities" should be "utilities".

Copilot uses AI. Check for mistakes.
@mirecad mirecad merged commit e92e552 into master Feb 23, 2026
7 checks passed
@mirecad mirecad deleted the chore/Hangfire-add-netstandard-support branch February 23, 2026 14:15
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