[Enhance] Make function reporter parameters nullable - #42
Merged
Merged
Conversation
CodingWonders
added a commit
that referenced
this pull request
Aug 11, 2026
* Add VirtIO Drivers * I AM GONNA LOSE IT * Update MainForm.Designer.cs I use Zed.... * Update MainForm.cs * Update MainForm.Designer.cs * Update MainForm.cs * Update MainForm.cs * I am learning * Update MainForm.Designer.cs * Update MainForm.cs * Fix wording * Update MainForm.cs * Update MicroWin/MainForm.cs Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com> * Fix crying CW Stop crying like a little baby 😆 * Better Is this better for you angry Spanish man? * Update MicroWin/MainForm.cs Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com> * [Enhance] Make function reporter parameters nullable (#42) Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com> * Update MicroWin/MainForm.cs * Update MainForm.cs Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com> --------- Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com>
CodingWonders
added a commit
that referenced
this pull request
Aug 21, 2026
* Update assembly information * [Enhance] Use system-native encoding for process STDOUT/STDERR redirection * Update version in registry * Update usage instructions in README.md (#38) * YOU KNOW WHAT TIME IT IS (#36) * Update usage instructions in README.md Removed duplicate command for running the tool via PowerShell and added a new command block. * Fix PR Template (#40) * Update swstatus * Add (experimental) option for UEFI CA 2023 * [Enhance] Make function reporter parameters nullable * Update libraries * Add winutil executor when provided with config.json (#45) Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com> * [Fix] Fixed UI issue * [Enhance] Export drivers from multiple class names * Add VirtIO Drivers (#39) * Add VirtIO Drivers * I AM GONNA LOSE IT * Update MainForm.Designer.cs I use Zed.... * Update MainForm.cs * Update MainForm.Designer.cs * Update MainForm.cs * Update MainForm.cs * I am learning * Update MainForm.Designer.cs * Update MainForm.cs * Fix wording * Update MainForm.cs * Update MicroWin/MainForm.cs Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com> * Fix crying CW Stop crying like a little baby 😆 * Better Is this better for you angry Spanish man? * Update MicroWin/MainForm.cs Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com> * [Enhance] Make function reporter parameters nullable (#42) Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com> * Update MicroWin/MainForm.cs * Update MainForm.cs Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com> --------- Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com> * Notification support * Some pragmas * One big PRAGMA * Some improvements - Log success operations - Get rid of places where SWSTATUS is shown; we're getting close to 2.0 * Fixed typo * Get rid of test project * Minor bugfix * *Almost* final fixes * NO var! var is my kryptonite (well, not really, but I hate it) * Update first startup * Make FirstRun an embedded resource * Fix docs (#46) * Fix docs * Update config Fixed typos, provided actual email for contact... --------- Co-authored-by: CodingWonders <101426328+CodingWonders@users.noreply.github.com> * Update welcome message; perform scaling * [Enhance] ESD file conversion; image cleanup * Update readme message * Add 26H2 version constant * Prevent Windows 8 images * Color consistency * Minor bugfixes * Allow unmount functions to retry unmount on open file handles * Error handling and progress bar for OSCDIMG * Update channel * OSCDIMG now embedded and readily accessible * Add version field in image selector * Add final messages * update readme --------- Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com> Co-authored-by: Real-MullaC <callumjanes2007new+github@gmail.com> Co-authored-by: anirudhgupta109 <anirudhgupta109@gmail.com>
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.
name: Pull Request
description: File a structured PR to help us review faster
title: "[PR]: "
labels: ["needs-review"]
body:
attributes:
value: |
Thanks for taking the time to contribute!
id: type-of-change
attributes:
label: Type of Change
options:
- label: New feature
- label: Bug fix
- label: Documentation update
- label: UI/UX improvement
id: description
attributes:
label: Description
description: What does this PR do?
placeholder: Summarize your changes here...
validations:
required: true
id: issue-number
attributes:
label: Issue Related to PR
description: List the issue number (e.g., #123)
placeholder: "Resolves #"
validations:
required: true