增加ValueMappingsBase值映射特性基类,方便从外部(如:Abp框架)继承实现枚举、bool类型的多语言显示 #946
dotnetcore.yml
on: pull_request
ubuntu-latest
1m 25s
windows-latest
4m 49s
macOS-latest
1m 37s
Annotations
9 errors and 51 warnings
ubuntu-latest:
src/Magicodes.ExporterAndImporter.Core/Extension/Extension.cs#L331
Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'
|
ubuntu-latest:
src/Magicodes.ExporterAndImporter.Core/Extension/Extension.cs#L331
Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'
|
ubuntu-latest
Process completed with exit code 1.
|
macOS-latest:
src/Magicodes.ExporterAndImporter.Core/Extension/Extension.cs#L331
Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'
|
macOS-latest:
src/Magicodes.ExporterAndImporter.Core/Extension/Extension.cs#L331
Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'
|
macOS-latest
Process completed with exit code 1.
|
windows-latest:
src/Magicodes.ExporterAndImporter.Core/Extension/Extension.cs#L331
Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'
|
windows-latest:
src/Magicodes.ExporterAndImporter.Core/Extension/Extension.cs#L331
Missing compiler required member 'Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo.Create'
|
windows-latest
Process completed with exit code 1.
|
ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ubuntu-latest
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
ubuntu-latest
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.
|
ubuntu-latest
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.
|
ubuntu-latest
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.
|
ubuntu-latest
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.
|
ubuntu-latest
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.
|
ubuntu-latest
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.
|
ubuntu-latest
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.
|
ubuntu-latest
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.
|
ubuntu-latest
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.
|
ubuntu-latest
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.
|
ubuntu-latest
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.
|
ubuntu-latest:
src/EPPlus/EPPlus/Drawing/Vml/ExcelVmlDrawingPicture.cs#L36
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
ubuntu-latest:
src/EPPlus/EPPlus/ExcelHeaderFooter.cs#L41
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
ubuntu-latest:
src/EPPlus/EPPlus/Drawing/Vml/ExcelVmlDrawingPicture.cs#L36
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
ubuntu-latest:
src/EPPlus/EPPlus/ExcelHeaderFooter.cs#L41
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
ubuntu-latest
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.
|
macOS-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
macOS-latest
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.
|
macOS-latest
The target framework 'netcoreapp3.1' 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.
|
macOS-latest:
src/EPPlus/EPPlus/Drawing/Vml/ExcelVmlDrawingPicture.cs#L36
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
macOS-latest:
src/EPPlus/EPPlus/ExcelHeaderFooter.cs#L41
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
macOS-latest:
src/EPPlus/EPPlus/Drawing/Vml/ExcelVmlDrawingPicture.cs#L36
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
macOS-latest:
src/EPPlus/EPPlus/ExcelHeaderFooter.cs#L41
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
macOS-latest:
src/EPPlus/EPPlus/Packaging/ZipPackageRelationshipBase.cs#L106
'Uri.EscapeUriString(string)' is obsolete: 'Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.' (https://aka.ms/dotnet-warnings/SYSLIB0013)
|
macOS-latest:
src/EPPlus/EPPlus/FormulaParsing/CalculateExtentions.cs#L159
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
macOS-latest
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.
|
macOS-latest:
src/EPPlus/EPPlus/Drawing/Vml/ExcelVmlDrawingPicture.cs#L36
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
macOS-latest
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
macOS-latest
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.
|
macOS-latest
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.
|
macOS-latest
The target framework 'netcoreapp3.1' 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.
|
windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
windows-latest
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
windows-latest
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.
|
windows-latest
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.
|
windows-latest
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.
|
windows-latest
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.
|
windows-latest
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.
|
windows-latest
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.
|
windows-latest
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.
|
windows-latest
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.
|
windows-latest
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.
|
windows-latest
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.
|
windows-latest:
src/EPPlus/EPPlus/Drawing/Vml/ExcelVmlDrawingPicture.cs#L36
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
windows-latest:
src/EPPlus/EPPlus/Drawing/Vml/ExcelVmlDrawingPicture.cs#L36
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
windows-latest:
src/EPPlus/EPPlus/ExcelHeaderFooter.cs#L41
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
windows-latest:
src/EPPlus/EPPlus/ExcelHeaderFooter.cs#L41
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
windows-latest:
src/EPPlus/EPPlus/Drawing/Vml/ExcelVmlDrawingPicture.cs#L36
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|
windows-latest:
src/EPPlus/EPPlus/ExcelHeaderFooter.cs#L41
The using directive for 'SixLabors.ImageSharp' appeared previously in this namespace
|