Skip to content

New Verifiers and improvements#38

Merged
AnakinRaW merged 15 commits intomainfrom
develop
Mar 25, 2026
Merged

New Verifiers and improvements#38
AnakinRaW merged 15 commits intomainfrom
develop

Conversation

@AnakinRaW
Copy link
Member

No description provided.

dependabot bot and others added 15 commits August 17, 2025 10:43
Bumps the actions-deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

Updates `actions/download-artifact` from 4 to 5
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: actions/download-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add submodul

* update deps

* update deps

* integrate moddingtoolbase code

* implement and test argument parser

* update namespace

* move option parsing from boostrap to app code

* update deps

* update subs

* update sub

* update deps

* add settings build exception handling

* add json schema for baseline

* fix tests

* update subs

* start feature: searching for local baselines

* update deps

* update sub

* minor simplifications

* update module

* test on .net framework too

* simplify

* reenable update check and added default baseline

* update sub

* print used baseline file

* make marker static

* fix test

* some cli improvements

* update sub

* update module

* update logging

* update

* update deps

* update sub

* start update impl

* horizontal frame supports native console

* update sub

* update sub

* update sub

* git pull

* update dependencies

* update logging

* update modules

* update logging

* update module

* update ci to .net 10

* fix test

* mograte to new solution file

* update module

* fix ci

* deploy to server

* update config

* new publish

* try fix deploy

* fix launch of uploader

* update module

* udpate version

* update dependencies

* logging again

* logigng

* logging der 5.
#28)

Bumps the actions-deps group with 1 update in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet).


Updates `actions/setup-dotnet` from 4 to 5
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the actions-deps group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/upload-artifact` from 5 to 6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v5...v6)

Updates `actions/download-artifact` from 6 to 7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* start verify target impl

* update deps

* update sub

* make app running again

* reorganize solution

* basic support for VerificationTarget type

* start refactoring verification target selection

* rename stuff

* start testing automatic selector

* fix and test automatic selector

* update to new deps

* update to new deps (just to make it compile)

* make everything compile at least

* to weekly deps check

* update license year

* rename class

* make compile and run again

* local deploy script

* update gitignore

* polishing

* update module

* various little changes

* update deps

* use filed keyword

* do not thorw stepfailure exception if verification errors occured.

* Fail fast should print any error to console

* major refactorings

* allow skip location in baselines

* only search for baselines of the correct engine type

* Support argument validation

* Setting appFailure does not terminate the verifiers on first error.

* udpate assert reporting

* make tests compile again

* pretty print verify info

* do not print location if not exists

* simply automatic selector

* extract to file

* nicer console output

* update deps

* update dpes

* make compile

* run tests

* windows only tests

* fix app is not updatebale sometimes

* minor cleanup
* introduce VerifierService and VerificationResult and report metadata information.

* udpate deps

* fix project files and missing pacakge icon

* move code and namepsaces

* update module

* minor project changes

* keep real verifier chain

* ReferencedModelsVerifier captures the context of the verified model

* support error aggregation in JSON verification reporter

* move to files
Bumps the actions-deps group with 1 update: [dotnet/nbgv](https://github.com/dotnet/nbgv).


Updates `dotnet/nbgv` from 0.4.2 to 0.5.0
- [Release notes](https://github.com/dotnet/nbgv/releases)
- [Commits](dotnet/nbgv@v0.4.2...v0.5.0)

---
updated-dependencies:
- dependency-name: dotnet/nbgv
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the actions-deps group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [dotnet/nbgv](https://github.com/dotnet/nbgv).


Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

Updates `actions/download-artifact` from 7 to 8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v7...v8)

Updates `dotnet/nbgv` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/dotnet/nbgv/releases)
- [Commits](dotnet/nbgv@v0.5.0...v0.5.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-deps
- dependency-name: dotnet/nbgv
  dependency-version: 0.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* report parsing errors of xml file list

* rename types

* start refactoring xml parsers

* started reorganization

* new xml error reporting

* refactor xml lib

* refactor

* improve error reports

* unify checks and filelist parser behaves like engine

* fix parsers

* support tags with child nodes

* huge parser refactoring

* simplified animation type code

* refactor commandbar parser

* Shell scale and offset calculation

* update deps and modules

* move some comments

* start implementing correct gameobject parser

* fix bugs in parser and start engine compliant gameobject parsing

* parsing is engine type aware

* load base types

* GameObjectType PostLoadFixup

* order json by erorr ID

* update deps

* refactorings of verifiers

* refactoring sfx verifier

* implement xref and models check for gameobjects

* refactor ctors

* refactor verifierchain

* hardcoded assets verifier

* update deps

* refactorings and new some new verifications

* Verify GameObject icons

* verify entity name length

* support CompanyUnits

* change order of json properties

* make verifier chain an optional feature for reporting

* perf opted

* improve precision for gui textures verifier

* update baseline

* update deps
@AnakinRaW AnakinRaW merged commit 554b0fb into main Mar 25, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant