Tags: chsword/Excel2Object
Tags
更新目标框架和依赖项,添加发布说明 更新 Chsword.Excel2Object.Tests.csproj 文件: - 将目 8000 框架从 net7.0 更新为 net8.0。 - 更新测试相关的 NuGet 包版本: - Microsoft.NET.Test.Sdk 从 17.10.0 更新到 17.11.1。 - MSTest.TestAdapter 从 3.5.0 更新到 3.6.1。 - MSTest.TestFramework 从 3.5.0 更新到 3.6.1。 更新 Chsword.Excel2Object.csproj 文件: - 添加对 SixLabors.ImageSharp 版本 2.1.9 的引用,并设置 PrivateAssets 为 all 和 IncludeAssets 为 runtime。 更新 README.md 文件: - 添加 2024.10.21 的发布说明,记录 SixLabors.ImageSharp 更新到 2.1.9。
The most significant changes in the code are related to the reorderin… …g of import statements and minor formatting changes for better readability across multiple files. The versions of some packages have been updated in `Chsword.Excel2Object.Tests.csproj` and `Chsword.Excel2Object.csproj`. Minor changes have been made to the code logic in `ExcelTest.cs`, `Issue39DynamicMappingTitle.cs`, `Issue31SuperClass.cs`, and `ExcelExporter.cs`. The target frameworks in `Chsword.Excel2Object.csproj` have been updated to include `net8.0` and the warning level for `net6.0` and `net472` has been set to 0. Null checks have been added for some variables in `ExcelExporter.cs`, `ExcelImporter.cs`, `ExcelUtil.cs`, and `TypeConvert.cs`. The type of the `MappingColumnAction` property has been updated in `ExcelExporterOptions.cs`. Some mathematical operations have been updated for better readability in `ExcelColumnNameParser.cs`, `ExcelExporter.cs`, and `TypeConvert.cs`. List of changes: 1. Reordering of import statements and minor formatting changes in multiple files for better readability. 2. Updated versions of some packages in `Chsword.Excel2Object.Tests.csproj` and `Chsword.Excel2Object.csproj`. 3. Minor changes to the code logic in `ExcelTest.cs`, `Issue39DynamicMappingTitle.cs`, `Issue31SuperClass.cs`, and `ExcelExporter.cs`. 4. Updated target frameworks in `Chsword.Excel2Object.csproj` to include `net8.0` and set warning level for `net6.0` and `net472` to 0. 5. Added null checks for some variables in `ExcelExporter.cs`, `ExcelImporter.cs`, `ExcelUtil.cs`, and `TypeConvert.cs`. 6. Updated the type of the `MappingColumnAction` property in `ExcelExporterOptions.cs`. 7. Updated some mathematical operations for better readability in `ExcelColumnNameParser.cs`, `ExcelExporter.cs`, and `TypeConvert.cs`.
PreviousNext