Skip to content

Remove stray "." argument passed to cargo run in RustAppHostingExtension.cs #1011

@zailic

Description

@zailic

In src/CommunityToolkit.Aspire.Hosting.Rust/RustAppHostingExtension.cs the code invokes cargo with an extra "." argument (e.g. cargo run .). cargo run does not accept "." as a positional argument and this causes cargo to fail.

Suggested fix: Remove the stray "." so arguments become cargo run <args> or use --manifest-path if intended

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions