omnisharp-roslyn
omnisharp-roslyn copied to clipboard
Support unity test framework
Based on this document: https://docs.unity3d.com/Packages/[email protected]/manual/reference-attribute-unitytest.html the main addition to the standard NUnit is [UnityTest]
attribute.
Currently requesting o#/v2/codestructure
will not return testMethodName
and testFramework
for tests with [UnityTest]
attribute.