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

MageCLI .Validate(Manifest manifest) object reference not set #313

Open
plutext opened this issue Nov 23, 2023 · 1 comment
Open

MageCLI .Validate(Manifest manifest) object reference not set #313

plutext opened this issue Nov 23, 2023 · 1 comment
Assignees

Comments

@plutext
Copy link

plutext commented Nov 23, 2023

 Object reference not set to an instance of an object.
3>     at Microsoft.Deployment.MageCLI.Command.Validate(Manifest manifest) in C:\Users\jh\deployment-tools\src\clickonce\MageCLI\Command.cs:line 1639
3>     at Microsoft.Deployment.MageCLI.Command.ExecuteManifestRelated() in C:\Users\jh\deployment-tools\src\clickonce\MageCLI\Command.cs:line 1439
3>     at Microsoft.Deployment.MageCLI.Command.Execute() in C:\Users\jh\deployment-tools\src\clickonce\MageCLI\Command.cs:line 1486
3>     at Microsoft.Deployment.MageCLI.Application.Main(String[] args) in C:\Users\jh\deployment-tools\src\clickonce\MageCLI\Application.cs:line 44

Problem solved by checking manifest.EntryPoint.TargetPath is not null

@NikolaMilosavljevic
Copy link
Member

[Triage] @plutext can you provide a simple repro?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants