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 8be33e1 commit f10a471Copy full SHA for f10a471
test/System.Linq.Dynamic.Core.Tests/SecurityTests.cs
@@ -145,7 +145,7 @@ public void UsingStaticClassAsType_WhenAddedToDefaultDynamicLinqCustomTypeProvid
145
action.Should().NotThrow();
146
}
147
148
- [Theory(Skip = "Bug: Accessing static members on instance class is not supported")]
+ [Theory(Skip = "873")]
149
[InlineData("new System.Linq.Dynamic.Core.Tests.Helpers.Models.AppSettings3()", "SettingsProp[\"jwt\"]")]
150
[InlineData("new System.Linq.Dynamic.Core.Tests.Helpers.Models.AppSettings3()", "SettingsField[\"jwt\"]")]
151
[InlineData("c => new System.Linq.Dynamic.Core.Tests.Helpers.Models.AppSettings3()", "SettingsProp[\"jwt\"]")]
0 commit comments