Ruya.EntityFramework

Package Description


Keywords
License
MIT
Install
Install-Package Ruya.EntityFramework -Version 7.0.1

Documentation

Initial Setup

Join the chat at https://gitter.im/cilerler/Ruya 1. Add tags below into TASK LIST Tools\Options\Environment\Task List - HARD-CODED priority high - use to mark constants

    > `// HARD-CODED constant`
- TRACE _priority high_ 
    - use to point trace must be implemented

    > `// TRACE method MethodName`
- COMMENT _priority low_ 
    - use to point comment must be completed 

    > `// COMMENT property PropertyName`
- TEST _priority low_ 
    - use to point unit test must be implemented 

    > `// TEST class ClassName`
  1. Use warning tags to point ReFactor needed (including none complete codes) as #warning Refactor
  2. Suppress CODE ANALYTICS in source code
    • if you are 100% sure that, it will never need modification again
    • if you placed #warning Refactor
  3. priority order is CODE > ANALYTICS > TRACE > TEST > COMMENT