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.
Describe the solution you'd like
Right now, you have to do this first:
Then you can use
RocksAttributeFile:It would be nice if Rocks can add a
Rocks.package.propsfile or something like that to define the property so you don't need to do that.