Skip to content

Commit 6da64b7

Browse files
authored
Suppress reflection-only member warning in schema tests
1 parent ae88bdc commit 6da64b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/Libraries/Microsoft.Extensions.AI.Abstractions.Tests/Utilities/AIJsonUtilitiesTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
using Xunit;
2020

2121
#pragma warning disable SA1114 // parameter list should follow declaration
22+
#pragma warning disable S1144 // Unused private types or members should be removed (members are used via reflection in schema tests)
2223

2324
namespace Microsoft.Extensions.AI;
2425

0 commit comments

Comments
 (0)