Skip to content

Update target frameworks #70

Update target frameworks

Update target frameworks #70

Triggered via push July 30, 2024 08:53
Status Failure
Total duration 37s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 13 warnings
publish: test/EasyAbp.Abp.Trees.EntityFrameworkCore.Tests/EntityFrameworkCore/TreesEntityFrameworkCoreTestModule.cs#L45
The type or namespace name 'AbpUnitTestSqliteConnection' could not be found (are you missing a using directive or an assembly reference?)
publish: test/EasyAbp.Abp.Trees.EntityFrameworkCore.Tests/EntityFrameworkCore/TreesEntityFrameworkCoreTestModule.cs#L45
The type or namespace name 'AbpUnitTestSqliteConnection' could not be found (are you missing a using directive or an assembly reference?)
publish
Process completed with exit code 1.
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, AsasInnab/regex-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, NuGet/setup-nuget@v1, actions/setup-dotnet@v3, AsasInnab/regex-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish: src/EasyAbp.Abp.Trees.Domain.Shared/EasyAbp/Abp/Trees/Exceptions/DuplicateDisplayNameException.cs#L10
Cannot convert null literal to non-nullable reference type.
publish
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
publish: src/EasyAbp.Abp.Trees.Domain/EasyAbp/Abp/Trees/TreesDbProperties.cs#L7
Cannot convert null literal to non-nullable reference type.
publish: src/EasyAbp.Abp.Trees.Domain/EasyAbp/Abp/Trees/TreeOptions.cs#L27
Possible null reference return.
publish: src/EasyAbp.Abp.Trees.Domain/EasyAbp/Abp/Trees/TreeOptions.cs#L36
Possible null reference argument for parameter 'obj' in 'void Action<TreeOptions<TEntity>>.Invoke(TreeOptions<TEntity> obj)'.
publish: src/EasyAbp.Abp.Trees.Domain/EasyAbp/Abp/Trees/TreeExtensions.cs#L17
Possible null reference argument for parameter 'item' in 'void ICollection<TEntity>.Add(TEntity item)'.
publish: src/EasyAbp.Abp.Trees.Domain/EasyAbp/Abp/Trees/TreeExtensions.cs#L18
Possible null reference argument for parameter 'item' in 'bool ICollection<TEntity>.Remove(TEntity item)'.
publish
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/