HangfireIO / HangfireIO/Hangfire
Update `Hangfire.Dashboard.Authorization` to target dotnet core
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
Installing it on .NET 7, I get:
> /home/.../src/Api/Api.csproj : warning NU1701: Package 'Hangfire.Dashboard.Authorization 3.0.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net7.0'. This package may not be fully compatible with your project.
/home/.../src/Api/Api.csproj : warning NU1701: Package 'Owin 1.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net7.0'. This package may not be fully compatible with your project.
Contributor guide
Research direction
Start with the reported src/Api/Api.csproj restore output and the Hangfire.Dashboard.Authorization 3.0.1 and Owin 1.0.0 dependencies. Check how the package is targeted and whether its dependencies support .NET 7. Done means the package can be installed for the reported project without the NU1701 compatibility warnings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- authorization
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100