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 d8f9394 commit 98651a0Copy full SHA for 98651a0
projects/Unit/APIApproval.cs
@@ -50,9 +50,6 @@ namespace RabbitMQ.Client.Unit
50
public class APIApproval
51
{
52
[Test]
53
- #if !NETCOREAPP
54
- [Ignore("This test is limited to .NET Core targets")]
55
- #endif
56
public Task Approve()
57
58
string publicApi = typeof(ConnectionFactory).Assembly.GeneratePublicApi(new ApiGeneratorOptions { ExcludeAttributes = new[] { "System.Runtime.Versioning.TargetFrameworkAttribute" } });
0 commit comments