Skip to content

Reference .wit files from outside .csproj directory #91

@MattParkerDev

Description

@MattParkerDev

It would be nice if it were possible to reference .wit files from outside the .csproj directory, such as:

<ItemGroup>
	<Wit Update="..\calculator.wit" World="hostapp"/>
</ItemGroup>

However this doesn't currently seem to generate the bindings.

This would be useful to share .wit files between importing and exporting projects, rather than having duplicate files that need to be kept in sync.

Metadata

Metadata

Assignees

No one assigned

    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