Sergey Teplyakov

Results 135 comments of Sergey Teplyakov

@eddievelasquez It should work out of the box. This tool is working with R# 9.1, and that's the only requirement. If you have issues running this plug-in on VS2012 please...

@eddievelasquez Glad to hear this!

I definitely will accept PRs.

> @SergeyTeplyakov what do you plan on ErrorProne.Net? Does ErrorProne.Net implements superset of this analyzer or not? Do you think that both projects will be useful on long run? Yes,...

> Do you have a Nuget build of ErrorProne? Not yet:(

I can not reproduce this issue right now. Is it still relevant for the [latest version](https://www.nuget.org/packages/ErrorProne.NET.Structs/0.3.0-beta.0)?

I think just that. I was thinking just to configure azure devops pipeline to see if something is broken when PRs are created. I.e. absolutely nothing fancy:)

Totally fine with me as well.

Didn't get this. Quick fix mean the fix for some code issue. Or you mean conversion from `Contract.Requires(arg != null)` to `Contract.Requires(!string.IsNullOrEmpty(arg))`?

Sorry, your comments slightly confused me: 1. I know what the "Alt+Enter" means, but not sure you do;). Alt + Enter shows two types of actions: quick action or quick...