Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	EvitaDB.Client/Converters/Models/Schema/EntitySchemaConverter.cs
  • Loading branch information
tpz committed Dec 7, 2023
2 parents 5539e08 + 504814d commit 8bf9f3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions EvitaDB.Client/DataTypes/Data/NonSerializableDataAttribute.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace EvitaDB.Client.DataTypes.Data;

[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
public class NonSerializableDataAttribute : Attribute
{
}
2 changes: 1 addition & 1 deletion EvitaDB.Client/EvitaClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,6 @@ private void AssertActive()
}
}

[GeneratedRegex("(\\w+:\\w+:\\w+): (.*)", RegexOptions.IgnoreCase | RegexOptions.Compiled, "en-US")]
[GeneratedRegex(@"(\w+:\w+:\w+): (.*)", RegexOptions.IgnoreCase | RegexOptions.Compiled, "en-US")]
private static partial Regex MyRegex();
}

0 comments on commit 8bf9f3d

Please sign in to comment.