Erik Edespong

Results 15 comments of Erik Edespong

For me, I think the ability to set user-defined levels for different analyzers is key for the usefulness of this addin. As have been noted elsewhere, some analyzers cause a...

One question regarding settings is how to persist them. In my current implementation I do it via the WritableSettingsStore. An alternative, however, would be to create and/or use a .ruleset...

I think we can, and should, have both. I see an issue in where this .ruleset would be located, though. The settings would be global settings, but you want to...

Downloading and installing v1.5 from https://github.com/mjsabby/RoslynClrHeapAllocationAnalyzer/releases is working for me on VS 2017 (15.5)

@ArtGangsta There is a working version in my fork for rougly what you want, [here](https://github.com/edespong/RoslynClrHeapAllocationAnalyzer/commit/8b03a80d6d6fabef9e00308302b40e9a888d55e3). It is tracked by the issue #7 in this repo, but is dependent on two...

I like the principle of your proposal, msjabby, better than jlennox's. It also solves one of my main issues with just having it in the options, and that is the...

It seems like you are using version 1.0. Before investigating further, have you tried 2.0?

I think this should be possible to do once https://github.com/OmniSharp/omnisharp-vscode/issues/43 is all done.

If #46 and #25 are in place, I think this will be simple to solve. My suggestion is that we introduce two options: 1. A comma-separated string list of fully...

There is now a test implementation that solves this issue [here](https://github.com/edespong/RoslynClrHeapAllocationAnalyzer/commit/8b03a80d6d6fabef9e00308302b40e9a888d55e3). I will create a pull request if/when #46 and #22 are pulled.