Skip to content

add additional hangfire config #4

add additional hangfire config

add additional hangfire config #4

Triggered via push September 5, 2023 19:04
Status Success
Total duration 2m 41s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: MIFCore.Hangfire/MIFCoreRecurringJobManager.cs#L31
'RecurringJobManagerExtensions.AddOrUpdate<T>(IRecurringJobManager, string, Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use the AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, RecurringJobOptions) extension method instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/MIFCoreRecurringJobManager.cs#L46
'RecurringJobManagerExtensions.AddOrUpdate(IRecurringJobManager, string, Expression<Func<Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use the AddOrUpdate(string, Expression<Func<Task>>, string, RecurringJobOptions) extension method instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/MIFCoreRecurringJobManager.cs#L84
'RecurringJob.Trigger(string)' is obsolete: 'Please use the TriggerJob method instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/MIFCoreRecurringJobManager.cs#L94
'RecurringJob.Trigger(string)' is obsolete: 'Please use the TriggerJob method instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/JobFactory.cs#L26
'RecurringJob.AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, RecurringJobOptions) instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/JobFactory.cs#L36
'RecurringJob.Trigger(string)' is obsolete: 'Please use the TriggerJob method instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/JobFactory.cs#L47
'RecurringJob.AddOrUpdate(string, Expression<Func<Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use AddOrUpdate(string, Expression<Func<Task>>, string, RecurringJobOptions) instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/JobFactory.cs#L57
'RecurringJob.Trigger(string)' is obsolete: 'Please use the TriggerJob method instead. Will be removed in 2.0.0.'
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: MIFCore.Hangfire/HangfireServiceCollectionExtensions.cs#L15
'IRecurringJobFactory' is obsolete: 'IRecurringJobFactory is obsolete. Please use Hangfire.IRecurringJobManager.'
build: MIFCore.Hangfire/HangfireServiceCollectionExtensions.cs#L15
'RecurringJobFactory' is obsolete: 'RecurringJobFactory is obsolete. Please use MIFCore.Hangfire.MIFCoreRecurringJobManager.'
build: MIFCore.Hangfire/MIFCoreRecurringJobManager.cs#L31
'RecurringJobManagerExtensions.AddOrUpdate<T>(IRecurringJobManager, string, Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use the AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, RecurringJobOptions) extension method instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/JobFactory.cs#L26
'RecurringJob.AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use AddOrUpdate<T>(string, Expression<Func<T, Task>>, string, RecurringJobOptions) instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/JobFactory.cs#L36
'RecurringJob.Trigger(string)' is obsolete: 'Please use the TriggerJob method instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/MIFCoreRecurringJobManager.cs#L46
'RecurringJobManagerExtensions.AddOrUpdate(IRecurringJobManager, string, Expression<Func<Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use the AddOrUpdate(string, Expression<Func<Task>>, string, RecurringJobOptions) extension method instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/MIFCoreRecurringJobManager.cs#L84
'RecurringJob.Trigger(string)' is obsolete: 'Please use the TriggerJob method instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/JobFactory.cs#L47
'RecurringJob.AddOrUpdate(string, Expression<Func<Task>>, string, TimeZoneInfo, string)' is obsolete: 'Please use AddOrUpdate(string, Expression<Func<Task>>, string, RecurringJobOptions) instead. Will be removed in 2.0.0.'
build: MIFCore.Hangfire/JobFactory.cs#L57
'RecurringJob.Trigger(string)' is obsolete: 'Please use the TriggerJob method instead. Will be removed in 2.0.0.'