Skip to content

Publicized assemblies show as broken files in IDE #7

@krafs

Description

@krafs

Publicize- and DoNotPublicize are entered as MsBuild Items. When used for things that are not actually files on disk, the IDE (Rider specifically) displays the Items in the project tree as broken files.

The below image has a project file with the following:

<ItemGroup>
	<Publicize Include="Assembly-CSharp" />
</ItemGroup>

image

The project builds fine, it's a purely visual annoyance.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions