[fix:] forgot to comment out ExportAllCombinations-Debug-Test 👀

This commit is contained in:
Elias Fierke
2025-05-05 11:13:16 +02:00
parent 3949d1cac9
commit cc533045df
4 changed files with 17 additions and 13 deletions

View File

@@ -726,8 +726,8 @@ namespace PLG_Exam
public void ExportToPdf(int margin, double lineSpacing, bool hasCorrectionLines, string textPosition){ public void ExportToPdf(int margin, double lineSpacing, bool hasCorrectionLines, string textPosition){
_ = GetCurrentExamDataAsJson(); _ = GetCurrentExamDataAsJson();
PFDExporter exp = new PFDExporter(); PFDExporter exp = new PFDExporter();
//exp.ExportToPdf(_currentExam, margin, lineSpacing, hasCorrectionLines, textPosition); exp.ExportToPdf(_currentExam, margin, lineSpacing, hasCorrectionLines, textPosition);
exp.ExportAllCombinations(_currentExam); //exp.ExportAllCombinations(_currentExam);
} }
} }

View File

@@ -54,6 +54,8 @@
"version": "[11.2.1, )" "version": "[11.2.1, )"
}, },
"Avalonia.Diagnostics": { "Avalonia.Diagnostics": {
"include": "None",
"suppressParent": "All",
"target": "Package", "target": "Package",
"version": "[11.2.1, )" "version": "[11.2.1, )"
}, },
@@ -90,7 +92,7 @@
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.104/PortableRuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.105/PortableRuntimeIdentifierGraph.json"
} }
} }
} }

View File

@@ -114,12 +114,12 @@
"Avalonia.Remote.Protocol": "11.2.1" "Avalonia.Remote.Protocol": "11.2.1"
}, },
"compile": { "compile": {
"lib/net8.0/Avalonia.Controls.ColorPicker.dll": { "lib/net8.0/_._": {
"related": ".xml" "related": ".xml"
} }
}, },
"runtime": { "runtime": {
"lib/net8.0/Avalonia.Controls.ColorPicker.dll": { "lib/net8.0/_._": {
"related": ".xml" "related": ".xml"
} }
} }
@@ -131,12 +131,12 @@
"Avalonia.Remote.Protocol": "11.2.1" "Avalonia.Remote.Protocol": "11.2.1"
}, },
"compile": { "compile": {
"lib/net8.0/Avalonia.Controls.DataGrid.dll": { "lib/net8.0/_._": {
"related": ".xml" "related": ".xml"
} }
}, },
"runtime": { "runtime": {
"lib/net8.0/Avalonia.Controls.DataGrid.dll": { "lib/net8.0/_._": {
"related": ".xml" "related": ".xml"
} }
} }
@@ -170,12 +170,12 @@
"Avalonia.Themes.Simple": "11.2.1" "Avalonia.Themes.Simple": "11.2.1"
}, },
"compile": { "compile": {
"lib/net8.0/Avalonia.Diagnostics.dll": { "lib/net8.0/_._": {
"related": ".xml" "related": ".xml"
} }
}, },
"runtime": { "runtime": {
"lib/net8.0/Avalonia.Diagnostics.dll": { "lib/net8.0/_._": {
"related": ".xml" "related": ".xml"
} }
} }
@@ -292,12 +292,12 @@
"Avalonia": "11.2.1" "Avalonia": "11.2.1"
}, },
"compile": { "compile": {
"lib/net8.0/Avalonia.Themes.Simple.dll": { "lib/net8.0/_._": {
"related": ".xml" "related": ".xml"
} }
}, },
"runtime": { "runtime": {
"lib/net8.0/Avalonia.Themes.Simple.dll": { "lib/net8.0/_._": {
"related": ".xml" "related": ".xml"
} }
} }
@@ -6388,6 +6388,8 @@
"version": "[11.2.1, )" "version": "[11.2.1, )"
}, },
"Avalonia.Diagnostics": { "Avalonia.Diagnostics": {
"include": "None",
"suppressParent": "All",
"target": "Package", "target": "Package",
"version": "[11.2.1, )" "version": "[11.2.1, )"
}, },
@@ -6424,7 +6426,7 @@
"privateAssets": "all" "privateAssets": "all"
} }
}, },
"runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.104/PortableRuntimeIdentifierGraph.json" "runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/9.0.105/PortableRuntimeIdentifierGraph.json"
} }
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"version": 2, "version": 2,
"dgSpecHash": "vsrCnjoheg8=", "dgSpecHash": "ayiOkEOKZVs=",
"success": true, "success": true,
"projectFilePath": "/home/fierke/Nextcloud/Documents/source/repos/PLG_Exam/PLG-Exam/PLG-Exam.csproj", "projectFilePath": "/home/fierke/Nextcloud/Documents/source/repos/PLG_Exam/PLG-Exam/PLG-Exam.csproj",
"expectedPackageFiles": [ "expectedPackageFiles": [