1. 13 11月, 2016 1 次提交
  2. 31 10月, 2016 1 次提交
  3. 30 10月, 2016 3 次提交
  4. 10 10月, 2016 3 次提交
  5. 09 10月, 2016 1 次提交
  6. 08 10月, 2016 1 次提交
  7. 20 9月, 2016 2 次提交
  8. 19 9月, 2016 3 次提交
  9. 10 9月, 2016 1 次提交
  10. 31 8月, 2016 1 次提交
  11. 24 8月, 2016 1 次提交
  12. 20 7月, 2016 1 次提交
  13. 26 5月, 2016 3 次提交
  14. 06 4月, 2016 2 次提交
  15. 05 4月, 2016 3 次提交
  16. 01 3月, 2016 6 次提交
  17. 27 2月, 2016 1 次提交
  18. 25 2月, 2016 1 次提交
  19. 24 2月, 2016 5 次提交
    • B
      Rename · 5dd9b0bb
      Balaji Krishnan 提交于
      Rename several internal types appropriately. Update file names to match
      them. etc.
      5dd9b0bb
    • B
      Adding Enforcement Levels to each `use var` option. Enforcement levels are:... · a534500c
      Balaji Krishnan 提交于
      Adding Enforcement Levels to each `use var` option. Enforcement levels are: None, Info, Warning and Error.
      
      To do:
      unit tests need to be unbroken
      refactoring to base classes and to be more generic
      fix xaml styling and remove any hardcoded values.
      fix up todo comments in code
      a534500c
    • B
      Localize all strings · 717f0a9e
      Balaji Krishnan 提交于
      localize all the string resources for use var or use explicit typing
      analyzers and fixers.
      717f0a9e
    • B
      Changed UI layout and options · 993eaa0e
      Balaji Krishnan 提交于
      Changed the UI from combinations of radio buttons and check boxes to use
      just checkboxes. Also changed how the partitions of `use var` space was
      logically represented. We now present 3 options - use var on intrinsic
      types, use var where apparent, use var in rest of the places. If all 3
      are checked, we universally use var everywhere. If only one or a
      combination less than 3 are selected, we use var only in those places.
      An unchecked option means, user prefers explicit typing for that
      scenario.
      
      Not yet implemented : enforcement levels of the fix, fancy previews that
      show results for a combination of choices, integrating the options into
      code generation service.
      993eaa0e
    • B
      Remove RelayCommand, trying another UI approach · d185ecbf
      Balaji Krishnan 提交于
      Remove relay command implementation and usages in checkbox view model.
      trying another UI approach to make this simpler.
      d185ecbf