question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Version flag not persisting with the referenced executable

See original GitHub issue

When using the new Version flag, this is not being persisted to the dotnet command (I’m not sure why this wasn’t in the PR). You can bypass this by using electronize build /target win /Version 2.0.13 /p:Version=2.0.13 /p:ProductVersion=2.0.13 however, this should not have to be the case.

  • Version: 13.5.1
  • Target: Windows

Steps to Reproduce:

  1. use the /Version flag when building the electronize build command

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
GregorBiswangercommented, Jul 2, 2021

yes you can run down the adrenaline now… 😂😂😂🥳

Thank you for your support!

1reaction
tub5commented, Jul 2, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

.net - How to publish a self-contained C# executable that ...
2 Answers 2 · Remove the --self-contained flag from the command-line. · Add /p:ValidateExecutableReferencesMatchSelfContained=false to the command ...
Read more >
How to keep referenced Assembly out of Build Directory? ...
I'm trying to build a project that has a Project Dependency to another project where the final output folder should not contain the...
Read more >
dotnet build error NETSDK1150 | OutputType exe #18116
It seems like a weird error "A non self-contained executable cannot be referenced by a self-contained executable." (NETSDK1150) when building ...
Read more >
Error generated when executable project references ...
Some developers want to reference an executable project from another executable project so that both apps are placed in and are runnable from ......
Read more >
PackageReference in project files - NuGet
This will enable packages that those projects refer to, to be "transitively" referenced by your project. PackageReference and sources. In ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found