File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
tests/MiniExcel.Core.Tests Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -399,8 +399,6 @@ FodyWeavers.xsd
399399* .sln.iml
400400
401401/BenchmarkDotNet.Artifacts
402- /tests /MiniExcel.Tests.AspNetMvc /packages
403402/TestTemplate
404403/tests /MiniExcel.Tests /TemplateOptimization
405- /samples /xlsx /Test_EnableWriteFilePath.xlsx
406- /tests /MiniExcel.Core.Tests /TemplateOptimization /
404+ /tests /data /xlsx /Test_EnableWriteFilePath.xlsx
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;net8.0;net9.0;net10.0</TargetFrameworks >
5- <Version >2.0.0-preview.1 </Version >
5+ <Version >2.0.0-preview.2 </Version >
66 <Nullable >enable</Nullable >
77 <ImplicitUsings >enable</ImplicitUsings >
88 <LangVersion >14</LangVersion >
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ public class MiniExcelOpenXmlConfigurationTest
77{
88 private readonly OpenXmlImporter _excelImporter = MiniExcel . Importers . GetOpenXmlImporter ( ) ;
99 private readonly OpenXmlExporter _excelExporter = MiniExcel . Exporters . GetOpenXmlExporter ( ) ;
10+
1011 [ Fact ]
11- public async Task EnableWriteFilePathTest ( )
12+ public async Task DisableWriteFilePathTest ( )
1213 {
1314 var img = await new HttpClient ( ) . GetByteArrayAsync ( "https://user-images.githubusercontent.com/12729184/150462383-ad9931b3-ed8d-4221-a1d6-66f799743433.png" ) ;
1415 ImgExportTestDto [ ] value =
You can’t perform that action at this time.
0 commit comments