wabbajack/Wabbajack.Lib
2020-05-27 20:43:57 -06:00
..
AuthorApi Purge all non async IO routines from Paths.cs 2020-05-25 08:31:56 -06:00
CompilationSteps Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00
Downloaders Temp files now implement IAsyncDisposable instead of IDisposable and use AbsolutePath.DeleteAsync 2020-05-27 20:43:57 -06:00
Extensions Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00
FileUploader Fix manual download regression 2020-05-22 14:56:58 -06:00
LibCefHelpers Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
ModListRegistry Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00
NexusApi Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00
StatusMessages Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
Tasks Fix enderal Game ids, fixes for game file indexing, fixes for bad metrics reporting (lagged by a day). 2020-05-05 14:59:47 -06:00
Validation Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
WebAutomation Few more fixes 2020-05-04 16:49:24 -06:00
ABatchProcessor.cs Fixes for issues found in alpha4 2020-04-22 14:58:50 -06:00
ACompiler.cs Make all delete operations async 2020-05-26 05:31:11 -06:00
AInstaller.cs Make all delete operations async 2020-05-26 05:31:11 -06:00
app.config Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
ClientAPI.cs Purge all non async IO routines from Paths.cs 2020-05-25 08:31:56 -06:00
concrt140.dll Including missing files for libcef 2020-03-23 14:57:59 -06:00
Data.cs Added IsNSFW for modlists 2020-04-27 11:58:33 +02:00
FodyWeavers.xml Clean up some references try to get tests to work 2019-12-26 17:41:33 -07:00
FodyWeavers.xsd Clean up some references try to get tests to work 2019-12-26 17:41:33 -07:00
IBatchProcessor.cs Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
Manifest.cs Fixed Version and NSFW fields to being saved 2020-05-05 16:38:06 +02:00
MO2Compiler.cs Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00
MO2Installer.cs Make all delete operations async 2020-05-26 05:31:11 -06:00
msvcp140.dll Including missing files for libcef 2020-03-23 14:57:59 -06:00
Readme.md Created READMEs for most projects 2019-11-21 15:11:08 +01:00
SystemParameters.cs Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
vccorlib140.dll Including missing files for libcef 2020-03-23 14:57:59 -06:00
vcruntime140.dll Including missing files for libcef 2020-03-23 14:57:59 -06:00
ViewModel.cs Wabbajack.Lib nullability finished up 2020-04-10 13:32:35 -05:00
Wabbajack.Lib.csproj Bump deps versions 2020-05-26 05:36:31 -06:00
zEditIntegration.cs Whole app now useses Async IO exclusively 2020-05-25 11:34:25 -06:00

Wabbajack.Lib

While Wabbajack is the front end, Wabbajack.Lib is the back end and contains all functionality from the Compilers, the Installers to our NexusAPI and Downloaders.