.NET 9.0 WPF application to export groups, threads and posts of Yooco forums to various file formats
Page | Screenshot |
---|---|
Login Page | |
Groups and Threads Selecting Page | |
Exporting Page |
- FontAwesome 6 Svg: WPF integration of Font Awesome
- Html Agility Pack: Parsing HTML
- Open XML SDK: Generating Word documents
- Html2OpenXml: Converting HTML to OpenXml components for Word documents
- JetBrains Code Annotation Attributes
- Sentry: Error and performance monitoring
Build a single executable with these settings:
configuration="Release"
delete_existing_files="true"
include_native_libs_for_self_extract="true"
platform="Any CPU"
produce_single_file="true"
ready_to_run="true"
runtime="win-x64"
self_contained="true"
target_folder="$PROJECT_DIR$/PATH/TO/TARGET_FOLDER"
target_framework="net9.0-windows"