Open steveisok opened 5 years ago
A handful of CoreFX tests have this attribute attached to them. We should seek to remove or have a different TargetFrameworkMoniker under MonoVM as they are currently skipped.
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "https://bugzilla.xamarin.com/show_bug.cgi?id=60568")]
The list can be found at:
https://github.com/dotnet/corefx/search?q=TargetFrameworkMonikers.Mono&unscoped_q=TargetFrameworkMonikers.Mono
Interesting, I think this should ideally work automatically as .NET 5 MonoVM should not identify as TargetFrameworkMonikers.Mono
TargetFrameworkMonikers.Mono
A handful of CoreFX tests have this attribute attached to them. We should seek to remove or have a different TargetFrameworkMoniker under MonoVM as they are currently skipped.
[SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "https://bugzilla.xamarin.com/show_bug.cgi?id=60568")]
The list can be found at:
https://github.com/dotnet/corefx/search?q=TargetFrameworkMonikers.Mono&unscoped_q=TargetFrameworkMonikers.Mono