Alcaeus Brown
- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 27
-
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 :) -
Created Extension Manger Sources
Q: Can someone confirm the correct URLs for the Extension manager to check? I currently have https://resharper-plugins.jetbrains.com/api/v2/curated-feeds/Wave_v2.0/ https://resharper-plugins.jetbr... -
Created Rx9 : What are subplatforms in relation to TestEnvironmentAssembly<>
Looking at some other plugins I've updated my assemblyinfo.cshttps://testcop.codeplex.com/SourceControl/latest#Project/Src/TestCop.Plugin.Tests/Properties/AssemblyInfo.cs However I get some excepti...