Conversation
* report decimal information to user * Support multiple baselines and verification result is able to categorize findings * add origin information * CRC guard uses correct file exists reassurance * support multiple baselines, even for creating baselines * parallel runs are not supported for baselines
* implement livevirtual strategy * fix documentation make make project prod ready * strategies are not dispoable anymore but can be cleaned. Make LiveVirtualStrategy is faster. * move to auto-property * fix tests * make gameenge disposable and cleanup FS handler * use different FS strategies on verify and create baseline * fix tests
* initial manifest augmention with signatures * move to new projects * wire deployment process * support local deploy server * deploy a newer version, so updating can be tested * Update ModdingToolBase and manifest signing config Updated ModdingToolBase submodule. Refactored ManifestDownloadConfiguration to use ManifestDownloadConfiguration type and simplified its properties. Added ManifestSigningConfiguration with required ES256 signature policy. Added necessary using directive for security features. * Add trust cert verification to release workflow Add a PowerShell step in release.yml to verify that the embedded modverify-trust.cer exists, is a valid public X.509 certificate, and does not contain a private key. Fail the workflow with a clear error if any check fails. Also update the ModdingToolBase submodule to the latest commit. * Update cert handling and add LOCAL_DEPLOY support - Update ModdingToolBase submodule to latest commit - Add LOCAL_DEPLOY constant for local deployment builds - Embed modverify-trust.cer as a resource if present - Register trusted certs at runtime, supporting dev certs in DEBUG/LOCAL_DEPLOY - Refactor Program.cs to use embedded cert resource name constant * Add LocalDeploy flag and update ModdingToolBase submodule Added /p:LocalDeploy=true to dotnet build commands in deploy-local.ps1 for local deployment logic. Updated ModdingToolBase submodule to commit 0e97dc475c42a4ebf084e4917b526e3dbee50b47. * add plans and design for signed updates * Refactor release pipeline, update local deploy & channels Centralize release logic in Publish-Release.ps1, add dual-publish and compatibility-updater options, and update environment variables for flexibility. Rewrite deploy-local.ps1 to use a shared base script and Nbgv helpers. Update ModdingToolBase submodule. Switch .NET Framework update channel to /v2/ * update release * update app version * pin the current updater * update sub * fix certificates are not loaded on before resume updating * update submodule * fix possible exception in spinner * update sub * support multiple pinned certificates * support --noRestart option * add update rountrip integration tests * update solution entries * update sub * update sub * update sub * next try linux * remove doc * move documentation * update deps * reprare release * add root certificate * update action dep * remove linux build as that's covered with the .Net 10 release * udpate sub * pin main branch again
* nuke the whole key * update sub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings: