Skip to content

Commit

Permalink
Merge template/faithlife-build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Mar 23, 2024
2 parents 4440590 + 699dfaf commit 8483204
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ resharper_csharp_indent_anonymous_method_block = false
resharper_csharp_indent_nested_for_stmt = true
resharper_csharp_indent_nested_foreach_stmt = true
resharper_csharp_indent_nested_while_stmt = true
resharper_csharp_indent_raw_literal_string = indent
resharper_csharp_int_align = false
resharper_csharp_keep_existing_arrangement = true
resharper_csharp_nested_ternary_style = simple_wrap
Expand Down
14 changes: 7 additions & 7 deletions tests/Facility.Definition.UnitTests/ValidationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enum One
{
X
}
method do
{
[validate]
Expand Down Expand Up @@ -261,7 +261,7 @@ enum One
{
X
}
method do
{
[validate(regex: "\\d+.{2}")]
Expand All @@ -281,7 +281,7 @@ enum One
{
X
}
method do
{
[validate(count: -1..10)]
Expand All @@ -302,7 +302,7 @@ enum One
{
X
}
method do
{
[validate(count: ..10)]
Expand All @@ -324,7 +324,7 @@ enum One
{
X
}
method do
{
[validate(count: 0..)]
Expand All @@ -346,7 +346,7 @@ enum One
{
X
}
method do
{
[validate(count: 10)]
Expand All @@ -366,7 +366,7 @@ public void ExternEnum_CanHaveValidation()
service TestApi {
[csharp(name: "ExternalEnum", namespace: "Facility.Definition.UnitTests.ValidationTests")]
extern enum ExternalEnum;
method do
{
[validate]
Expand Down

0 comments on commit 8483204

Please sign in to comment.