Skip to content

Commit

Permalink
Merge branch 'main' into value-task
Browse files Browse the repository at this point in the history
  • Loading branch information
askpt authored May 28, 2024
2 parents dc3141d + 581ff81 commit 3ab4d8c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,5 @@ ASALocalRun/
# integration tests
test/OpenFeature.E2ETests/Features/evaluation.feature
test/OpenFeature.E2ETests/Features/evaluation.feature.cs
cs-report.json
specification.json
5 changes: 5 additions & 0 deletions .specrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[spec]
file_extension=cs
multiline_regex=\[Specification\((?P<innards>.*?)\)\]
number_subregex=([\d.]+)
text_subregex=,\s+"(.*)"
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageVersion Include="coverlet.msbuild" Version="6.0.2" />
<PackageVersion Include="FluentAssertions" Version="6.12.0" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.3.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageVersion Include="NSubstitute" Version="5.1.0" />
<PackageVersion Include="SpecFlow" Version="3.9.74" />
<PackageVersion Include="SpecFlow.Tools.MsBuild.Generation" Version="3.9.74" />
Expand Down

0 comments on commit 3ab4d8c

Please sign in to comment.