.NET Core #1301
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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:
src/Mix.Cms.Lib/ViewModels/SiteStructureViewModel.cs#L548
'ImportViewModel.Fields' is obsolete
|
build:
src/Mix.Cms.Lib/ViewModels/SiteStructureViewModel.cs#L846
'ImportViewModel.Fields' is obsolete
|
build:
src/Mix.Cms.Lib/ViewModels/SiteStructureViewModel.cs#L851
'ImportViewModel.Fields' is obsolete
|
build:
src/Mix.Cms.Lib/Services/HttpService.cs#L27
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.'
|
build:
src/Mix.Cms.Schedule/ServiceCollectionExtensions.cs#L37
'JobFactoryOptions.AllowDefaultConstructor' is obsolete: 'The value is ignored as all jobs are created with ActivatorUtilities.CreateInstance (see https://github.com/quartznet/quartznet/issues/1120) or via lookup from DI.'
|
build:
src/Mix.Cms.Schedule/ServiceCollectionExtensions.cs#L41
'IServiceCollectionQuartzConfigurator.UseMicrosoftDependencyInjectionScopedJobFactory(Action<JobFactoryOptions>?)' is obsolete: 'Jobs are always created with scope, use UseMicrosoftDependencyInjectionJobFactory'
|
build:
src/Mix.Cms.Api.RestFul/Controllers/v1/MixSharedController.cs#L29
'IApplicationLifetime' is obsolete: 'IApplicationLifetime has been deprecated. Use Microsoft.Extensions.Hosting.IHostApplicationLifetime instead.'
|
build:
src/Mix.Cms.Api.RestFul/Controllers/v1/MixSharedController.cs#L31
'IApplicationLifetime' is obsolete: 'IApplicationLifetime has been deprecated. Use Microsoft.Extensions.Hosting.IHostApplicationLifetime instead.'
|
build:
src/Mix.Cms.Lib/ViewModels/SiteStructureViewModel.cs#L548
'ImportViewModel.Fields' is obsolete
|
build:
src/Mix.Cms.Lib/ViewModels/SiteStructureViewModel.cs#L846
'ImportViewModel.Fields' is obsolete
|