Skip to content

Commit

Permalink
Added registration of ReqnrollFeatureFiles for Rider/ReSharper Build (#…
Browse files Browse the repository at this point in the history
…231)

* Added registration of ReqnrollFeatureFiles

* Updated changelog
  • Loading branch information
Runnerok authored Aug 27, 2024
1 parent 92d3de3 commit c735d29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
* Support DateTimeOffset in value comparer (#180)
* Support 'Order' parameter for `StepArgumentTransformationAttribute` to prioritize execution (#185)
* Upgrade to Gherkin v28 from v19 (see [Gherkin changelog](https://github.com/cucumber/gherkin/blob/main/CHANGELOG.md)) (#205)
* Added registration of `ReqnrollFeatureFiles` for Rider/ReSharper Build (#231)

## Bug fixes:

* Fix: Reqnroll.Autofac: Objects registered in the global container cannot be relsolved in BeforeTestRun/AfterTestRun hooks (#183)
* Fix: Process cannot access the file when building a multi-target project (#197)

*Contributors of this release (in alphabetical order):* @ajeckmans, @cimnine, @gasparnagy, @obligaron, @stbychkov
*Contributors of this release (in alphabetical order):* @ajeckmans, @cimnine, @gasparnagy, @obligaron, @runnerok, @stbychkov

# v2.0.3 - 2024-06-10

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
</PropertyGroup>

<ItemGroup>

<!-- Registration of custom item type for ReSharper Build -->
<!-- https://www.jetbrains.com/help/resharper/Building_Solution.html#supported-build-items -->
<AvailableItemName Include="ReqnrollFeatureFiles"/>

<ReqnrollFeatureFiles Include="**\*.feature" >
<CodeBehindFile>%(RelativeDir)%(Filename).feature$(DefaultLanguageSourceExtension)</CodeBehindFile>
<Visible>$(UsingMicrosoftNETSdk)</Visible>
Expand Down

0 comments on commit c735d29

Please sign in to comment.