Roman Kizelshtein
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Roman Kizelshtein commented, -
-
Roman Kizelshtein created a post, REALLY huge bug in simple logic
internal class MBSToolingLensLocalHelper { public MBSToolingLens GetToolingLensStateFromNames(string p_state, string s_state) { bool pStateSet = ConvertToBool(p_state);... -
Roman Kizelshtein created a post, Resharper 8 (8.2.3) parsing not updated when managed CLI assembly changed
The situation goes like this:1. I have two projects in solution2. One project is managed C++ CLI old syntax3. The other is C# , that uses (references) the project aboveIf I change (add, remove or r...