Commit 0d5a16f
authored
[WIP] Descriptors for Verification Errors (#54)
* make baseline reporting more stable
* to new descriptors
* new names
* update baseline
* remove bad test
* documentaion
* serialize resolved errors
* rename property and add documentation
* start documenting
* update dpes and sub
* update sub1 parent 13beb89 commit 0d5a16f
93 files changed
Lines changed: 3369 additions & 1830 deletions
File tree
- modules
- src
- ModVerify.CliApp
- Resources/Baselines
- Settings
- ModVerify
- Progress
- Reporting
- Baseline
- Json
- Diagnostics
- Engine
- Json
- Reporters/JSON
- Settings
- Utilities
- Verifiers
- CommandBar
- Commons
- Engine
- GameObjects
- GuiDialogs
- SfxEvents
- PetroglyphTools
- PG.StarWarsGame.Engine.FileSystem.Test
- PG.StarWarsGame.Engine.FileSystem
- PG.StarWarsGame.Engine.Testing
- PG.StarWarsGame.Engine.Test
- PG.StarWarsGame.Engine
- CommandBar
- GuiDialog
- IO/Repositories
- PG.StarWarsGame.Files.ChunkFiles
- PG.StarWarsGame.Files.XML
- Parsers
- test
- ModVerify.CliApp.Test
- ModVerify.Test
- Framework
- Verifiers
- Pipeline
- Reporting
- Verifiers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Submodule ModdingToolBase updated 19 files
- src/AnakinApps/ApplicationBase.WPF/ApplicationBase.WPF.csproj+1-1
- src/AnakinApps/ApplicationBase/ApplicationBase.csproj+6-6
- src/AnakinApps/ApplicationManifestCreator/ApplicationManifestCreator.csproj+5-5
- src/AnakinApps/ApplicationManifestSigner/ApplicationManifestSigner.csproj+3-3
- src/AnakinApps/FtpUploader/FtpUploader.csproj+5-5
- src/CommonUtilities/CommonUtilities.WPF.ApplicationFramework/CommonUtilities.WPF.ApplicationFramework.csproj+2-2
- src/CommonUtilities/CommonUtilities.WPF.Core/CommonUtilities.WPF.Core.csproj+2-2
- src/Updater/AppUpdaterFramework.Manifest/AppUpdaterFramework.Manifest.csproj+2-2
- src/Updater/AppUpdaterFramework.Signing.Testing/AppUpdaterFramework.Signing.Testing.csproj+3-3
- src/Updater/AppUpdaterFramework.WPF/AppUpdaterFramework.WPF.csproj+1-1
- src/Updater/AppUpdaterFramework/AppUpdaterFramework.csproj+5-5
- src/Updater/Directory.Build.props+1-1
- src/Updater/ExternalUpdater.App/ExternalUpdater.App.csproj+7-7
- src/Updater/ExternalUpdater.Core/ExternalUpdater.Core.csproj+3-3
- test/AnakinApps/ApplicationManifestSigner.Test/ApplicationManifestSigner.Test.csproj+4-4
- test/Updater/AppUpdaterFramework.Manifest.Test/AppUpdaterFramework.Manifest.Test.csproj+4-4
- test/Updater/AppUpdaterFramework.Test/AppUpdaterFramework.Test.csproj+4-4
- test/Updater/ExternalUpdater.App.Test/ExternalUpdater.App.Test.csproj+4-4
- test/Updater/ExternalUpdater.Core.Test/ExternalUpdater.Core.Test.csproj+2-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
54 | 52 | | |
55 | 53 | | |
56 | 54 | | |
| |||
79 | 77 | | |
80 | 78 | | |
81 | 79 | | |
82 | | - | |
| 80 | + | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
0 commit comments