We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9df59 commit 67a1a0aCopy full SHA for 67a1a0a
.gitignore
@@ -352,3 +352,5 @@ ASALocalRun/
352
# integration tests
353
test/OpenFeature.E2ETests/Features/evaluation.feature
354
test/OpenFeature.E2ETests/Features/evaluation.feature.cs
355
+cs-report.json
356
+specification.json
.specrc
@@ -0,0 +1,5 @@
1
+[spec]
2
+file_extension=cs
3
+multiline_regex=\[Specification\((?P<innards>.*?)\)\]
4
+number_subregex=([\d.]+)
5
+text_subregex=,\s+"(.*)"
0 commit comments