nunit / nunit3-vs-adapter

NUnit 3.0 Visual Studio test adapter for use under VS 2012 or later
https://nunit.org
MIT License
205 stars 106 forks source link

Set generate self-registered extensions property to default value #1219

Closed nohwnd closed 4 weeks ago

nohwnd commented 4 weeks ago

This is a fix for

  S:\c\nunit3-vs-adapter.issues\Issue1152\2-nunit-runner-dotnet-test\obj\Debug\net6.0\TestPlatformEntryPoint.cs(13,9): 
error CS0103: The name 'SelfRegisteredExtensions' does not exist in the current context

We need to revisit how we use the IsTestingPlatformApplication property so you can use just that to enable / disable all features.