dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.95k stars 4.02k forks source link

Need to revise Roslyn.Test.Utilities.ClrOnlyReason #22922

Open OmarTawfik opened 6 years ago

OmarTawfik commented 6 years ago

After tests are running cross-platform (with signing) on CoreCLR, we should revise tests using this attribute, and remove it/run them everywhere if possible. cc @jaredpar

OmarTawfik commented 6 years ago

@jcouv here is the issue.

jcouv commented 6 years ago

I couldn't find an issue for running our tests (syntax and symbol at least) on Mono. Took a note in our engineering backlog.