Alcaeus Brown
- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 27
-
Created SDK 2016.2.20160913.94928 "One or more child tests had errors, exception doesn't have a stack trace"
Hello, So I've updated to the latest SDK 2016.2.20160913.94928. And now I am able to run my nunit tests however...though each individual test passes I am getting the following error related to my '... -
Created When is 2016.2.1 SDK released ? RSRP-460399
Hello, I can't run unit tests against my plugin due to the error fixed in https://youtrack.jetbrains.com/issue/RSRP-460399#u=1471618156528&tab=Comments When do you think this will be pushed to Nuge... -
Created 10.1 EAP and RegisterConfigurableSeverity
Hi, With R#10.1 EAP - my plugin no longer supports RegisterConfigurableSeverity() so I can't ignore warning warnings anymore. I've used dotpeek to decompile code and it doesn't look like anything h... -
Created File Templates on steriods
Hello, does anyone know if there is an elegant way to create a file from a file template AND for the template to apply some additional logic based on a parameter? For example: somehow pass a list ... -
Created How does plugin download aggregate downloads?
Hi . I noticed the xunit download counts for r#9 and r#10 are combined? How is this done ? Do I need to keep using the same package id ? We use to have to change this each release -
Created R9 => R10 migration (unit tests)
After some initial nuget hell. I succeed in recompiling my plugin with R10. However my unit tests are failing (test setup) - it looked like I needed to switch from .Net4 to .Net4.5. Which I did (xu... -
Created How to handle // ReSharper disable once XXXX
What is the correct way to handle the following being used to supress one of my custom highlightings? // ReSharper disable once ClassShouldBePublic I found the following code but it is more based... -
Created IFileRenameProvider --> IProjectFile
Hi, as part of simplifying my plugin I'd like to be able to convert IDeclaredElement to IProjectFile from within IFileRenameProvider.GetFileRenames Can you give me any pointers as to how to identi... -
Created R9.1=>9.2 Tests migration - CollectSubplatformPackages
After a lot of nuget wrangling I now have my plugin and tests compiling. However I am now getting a test setup error. I've made my SetUpFixture class like other 9.2 projects (e.g. xunit). what doe... -
Created Downloads are not incrementing for R#8.2 plugins
Just done a new update to my plugin...and still sat at zero downloads on the plugin summary page. Should be at least two :)