Skip to content

Implement auto update and better baseline support#32

Merged
AnakinRaW merged 7 commits intomainfrom
develop
Feb 11, 2026
Merged

Implement auto update and better baseline support#32
AnakinRaW merged 7 commits intomainfrom
develop

Conversation

@AnakinRaW
Copy link
Member

No description provided.

dependabot bot and others added 7 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
@AnakinRaW AnakinRaW merged commit 4eb6a1c into main Feb 11, 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