[fix:] forgot to comment out ExportAllCombinations-Debug-Test 👀
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user