Skip to content

Key stone#43

Closed
janstaelensskyline wants to merge 21 commits into
mainfrom
KeyStone
Closed

Key stone#43
janstaelensskyline wants to merge 21 commits into
mainfrom
KeyStone

Conversation

@janstaelensskyline
Copy link
Copy Markdown
Member

Can already be reviewed. The remaining TODO will be done when Installer & Creator for dmapp's is adjusted to allow nugets as input.

Comment thread DMApp.Keystone/UserExecutable.cs
Comment thread Tools.Packager/Program.cs
Comment thread DMApp.Keystone/AppPackageCreatorForKeystone.cs
fs.File.WriteAllText(topLevelFile, fileContent);
}

var packResult = dotnet.Run($"pack \"{shimmyPathForPackaging}/ExeShim.csproj\" --output \"{toolMetaData.OutputDirectory}\"");
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When the program name contains spaces, this eventually returns an error:
image

Maybe some early validation couldn't hurt as people tend to use spaces a lot? Then it will also be a clearer error message.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've sanitized the inputs instead of throwing errors for ease of use.

@MichielOda
Copy link
Copy Markdown
Member

Archiving this PR as it's currently not relevant anymore. Can be reopened or recreated when necessary

@MichielOda MichielOda closed this Mar 12, 2025
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.

2 participants