Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Do not trim built binary #11

Merged
merged 1 commit into from
Oct 10, 2023
Merged

ci: Do not trim built binary #11

merged 1 commit into from
Oct 10, 2023

Conversation

tuxuser
Copy link
Contributor

@tuxuser tuxuser commented Oct 9, 2023

Fixes this bug with CommandLineParser dependency by not trimming the published binary.

QuantumTunnel.exe
QuantumTunnel - C# FlashFS Reader
Unhandled exception. System.InvalidOperationException: Type QuantumTunnel.CommandLineOptions appears to be immutable, but no constructor found to accept values.
at CommandLine.Core.InstanceBuilder.BuildImmutable[T](Type, Maybe1, IEnumerable1, IEnumerable1, List1)
at CommandLine.Core.InstanceBuilder.<>c__DisplayClass0_01.<Build>b__5() at CommandLine.Core.InstanceBuilder.Build[T](Maybe1, Func3, IEnumerable1, StringComparer, Boolean, CultureInfo, Boolean, Boolean, IEnumerable1) at CommandLine.Parser.ParseArguments[T](IEnumerable1)
at QuantumTunnel.QuantumTunnel.Main(String[])

Reference: commandlineparser/commandline#848

Sorry for the hassle.

@TitleOS TitleOS merged commit 76b6436 into TitleOS:main Oct 10, 2023
1 check 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.

2 participants