Skip to content

Merge pull request #19 from maitlandmarshall/feature/api-etl #6

Merge pull request #19 from maitlandmarshall/feature/api-etl

Merge pull request #19 from maitlandmarshall/feature/api-etl #6

Triggered via push September 12, 2023 04:35
Status Failure
Total duration 3m 12s
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

1 error and 22 warnings
build
Process completed with exit code 1.
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/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: MIFCore.Hangfire/HangfireServiceCollectionExtensions.cs#L15
'IRecurringJobFactory' is obsolete: 'IRecurringJobFactory is obsolete. Please use Hangfire.IRecurringJobManager.'