<namespace fullname="Xunit" />
<namespace fullname="Xunit.Sdk" />
</assembly>
+ <assembly fullname="xunit.assert">
+ <type fullname="Xunit.Sdk.AssertEqualityComparer`1">
+ <method signature="System.Boolean CompareTypedSets(System.Collections.IEnumerable,System.Collections.IEnumerable)" />
+ </type>
+ </assembly>
<assembly fullname="xunit.runner.utility.netcoreapp10" />
</linker>
}
}
- [ActiveIssue("https://github.com/dotnet/runtime/issues/53647", TestPlatforms.Browser)]
[Fact]
public void NonValidated_ValidAndInvalidValues_DictionaryMembersWork()
{
}
//[Variation("Pass XmlUrlResolver, load style sheet with document function, should resolve during transform", Param = "xmlResolver_document_function.txt")]
- [ActiveIssue("https://github.com/dotnet/runtime/issues/51911", typeof(PlatformDetection), nameof(PlatformDetection.IsBuiltWithAggressiveTrimming), nameof(PlatformDetection.IsBrowser))]
[InlineData("xmlResolver_document_function.txt", XslInputType.Reader, ReaderType.XmlValidatingReader)]
[InlineData("xmlResolver_document_function.txt", XslInputType.URI, ReaderType.XmlValidatingReader)]
[InlineData("xmlResolver_document_function.txt", XslInputType.Navigator, ReaderType.XmlValidatingReader)]
{
public class IDispatchImplAttributeTests
{
- private const string TypeName = "System.Runtime.InteropServices.IDispatchImplAttribute";
- private const string ValueName = "Value";
-
[Theory]
- [ActiveIssue("https://github.com/dotnet/runtime/issues/50717", typeof(PlatformDetection), nameof(PlatformDetection.IsBuiltWithAggressiveTrimming), nameof(PlatformDetection.IsBrowser))]
[InlineData(-1)]
[InlineData(0)]
[InlineData(2)]
public void Ctor_ImplTypeShort(short implType)
{
- Type type = typeof(HandleCollector).Assembly.GetType(TypeName);
- PropertyInfo valueProperty = type.GetProperty(ValueName);
+ Type type = Type.GetType("System.Runtime.InteropServices.IDispatchImplAttribute, System.Runtime.InteropServices");
+ PropertyInfo valueProperty = type.GetProperty("Value");
Assert.NotNull(type);
Assert.NotNull(valueProperty);
}
[Fact]
- [ActiveIssue("https://github.com/dotnet/runtime/issues/50721", typeof(PlatformDetection), nameof(PlatformDetection.IsBuiltWithAggressiveTrimming), nameof(PlatformDetection.IsBrowser))]
public static void WriteHashSetTOfHashSetT()
{
HashSet<HashSet<int>> input = new HashSet<HashSet<int>>(new List<HashSet<int>>