Skip to content

Make it Easier to Use <RocksAttributeFile> #422

Description

@JasonBock

Describe the solution you'd like

Right now, you have to do this first:

<ItemGroup>
  <CompilerVisibleProperty Include="RocksAttributeFile" /> 
</ItemGroup>

Then you can use RocksAttributeFile:

<PropertyGroup>
  <RocksAttributeFile>MockDefinitions.cs</RocksAttributeFile>
</PropertyGroup>

It would be nice if Rocks can add a Rocks.package.props file or something like that to define the property so you don't need to do that.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions