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 b77eba5 commit 23193feCopy full SHA for 23193fe
readme.md
@@ -93,6 +93,10 @@ Users working with XUnit will need to modify their OpenCover call as follows:
93
```
94
-targetargs:"C:\projects\stylecopanalyzers\StyleCop.Analyzers\StyleCop.Analyzers.Test\bin\Debug\StyleCop.Analyzers.Test.dll -noshadow -appveyor"
95
96
+
97
98
+### Important notes
99
+- `BuildOptions` should not include `"portable"` option on the dotnetcore test project's `project.json` file.
100
101
102
### Sample project
0 commit comments