Skip to content

Commit

Permalink
Add ThreadSafeImmutable & update test
Browse files Browse the repository at this point in the history
  • Loading branch information
LucGenetier committed Dec 20, 2024
1 parent f3db3b2 commit 9974f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ namespace Microsoft.PowerFx.Connectors
{
/// <summary>
/// Settings for a connector.
/// </summary>
/// </summary>
[ThreadSafeImmutable]
public class ConnectorSettings
{
internal static readonly ConnectorSettings DefaultCdp = new ConnectorSettings(null)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ public void CheckConnector()
var bugsFieldType = new HashSet<Type>();
var bugNames = new HashSet<string>()
{
"ConnectorFunction._slash",
"ConnectorSettings.DefaultCdp",
"ConnectorFunction._slash",
"ColumnCapabilities.DefaultFilterFunctionSupport"
};

Expand Down

0 comments on commit 9974f54

Please sign in to comment.