Merge the WSL Container SDK DLL project into the main feature branch#14172
Merged
1wizkid merged 101 commits intofeature/wsl-for-appsfrom Feb 12, 2026
Merged
Merge the WSL Container SDK DLL project into the main feature branch#141721wizkid merged 101 commits intofeature/wsl-for-appsfrom
1wizkid merged 101 commits intofeature/wsl-for-appsfrom
Conversation
Member
|
I've updated the target branch. |
OneBlue
requested changes
Feb 7, 2026
Collaborator
OneBlue
left a comment
There was a problem hiding this comment.
Thank you for doing this. Added a couple comments, most of the copilot comments seem to be accurate
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
Update enum prefix to match naming convention.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Updated enum prefix to match naming convention.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
OneBlue
approved these changes
Feb 12, 2026
Collaborator
OneBlue
left a comment
There was a problem hiding this comment.
A couple minor outstanding comments, but feel free to fix in a followup PR
|
|
||
| STDAPI WslcProcessGetState(_In_ WslcProcess process, _Out_ WslcProcessState* state); | ||
|
|
||
| STDAPI WslcProcessGetExitCode(_In_ WslcProcess process, _Out_ PINT32 exitCode); |
There was a problem hiding this comment.
nit: INT32* per win32 api design guideline, same for other basic types across this file.
https://www.osgwiki.com/wiki/Win32_API_Design_Guidelines#Basic_Data_Types
| typedef struct WslcImageInfo | ||
| { | ||
| // we should expose this | ||
| PCSTR repository; |
Collaborator
There was a problem hiding this comment.
I thought I already had a comment for that, but I recommend using fixed size arrays here to make it nicer to the caller
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.
this adds a new project src/windows/wslcsdk and the necessary .h and cpp files to build the WSLCSDK.DLL.