Joseph Musser
Joseph Musser
Maybe I was just following https://developercommunity.visualstudio.com/content/problem/286625/naming-rule-violation-these-words-must-begin-with-1.html. It was fixed most recently in VS 16.3.
Ugh, I'm sorry for misleading everyone. 16.5.1 still has this problem.
Good! I tried in Rider 2018.2.3: - 22 GetArgsFromFiles tests fail in nunitlite.tests on each .NET Framework build with assertion failures like this one: ``` NUnitLite.Tests.CommandLineTests.GetArgsFromFiles("--arg1 @file1.txt --arg2 @file2.txt","file1.txt:--filearg1 --filearg2,file2.txt:--filearg3","--arg1","--filearg1","--filearg2","--arg2","--filearg3")...
@asendimitrov Last I heard, ReSharper relies on the VSTest adapter. Do you have the latest NUnit3TestAdapter package referenced in your test csproj? If not, would you please open a new...
Without seeing the repro projects, no ideas come to mind except that you might have a VSIX NUnit adapter overriding the project-level adapter?
And if you install NUnit3TestAdapter in your packages.config (current version 3.10.0), ReSharper doesn't start working? (They've told us they use this test adapter.)
@mikkelbu Ah, looks like they only use our adapter for .NET Core tests: https://github.com/nunit/nunit3-vs-adapter/issues/487#issuecomment-389209491, https://github.com/nunit/nunit3-vs-adapter/issues/487#issuecomment-392516432. Thanks!
@asendimitrov I'm using VS 15.8.7 and ReSharper 2018.2.3. I think I followed your steps exactly and I got this:  Here's the entire project I created: [NunitGitRepro.zip](https://github.com/nunit/nunit/files/2512075/NunitGitRepro.zip) Does it fail...
@CharliePoole One place where I'd expect to see this happen to more-experienced devs is when refactoring a class to a struct. It's hard for me to make a call on...
@CharliePoole Yes! I like what you had to say. I'm trying to soften the idea that this is a totally radical point of view, requiring changes in many places if...