Advertisement
kirilstanoev

Untitled

Aug 16th, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.69 KB | None | 0 0
  1. Change 'List<string>' in 'ShowAllTeamBoardsCommand.ShowAllTeamBoardsCommand(List<string>, IRepository)' to use 'Collection<T>', 'ReadOnlyCollection<T>' or 'KeyedCollection<K,V>' (TaskManagement\Commands\ShowCommands\ShowAllTeamBoardsCommand.cs, line 14)
  2. Abstract type 'WorkItem' should not have public constructors (TaskManagement\Models\WorkItem.cs, line 7)
  3. Mark assemblies with CLSCompliant , line 1)
  4. Modify 'Start' to catch a more specific allowed exception type, or rethrow the exception (TaskManagement\Core\Engine.cs, line 45)
  5. Type 'Constants' is a static holder type but is neither static nor NotInheritable (TaskManagement\Common\Constants.cs, line 3)
  6. Type 'Validator' is a static holder type but is neither static nor NotInheritable (TaskManagement\Common\Validator.cs, line 7)
  7. In externally visible method 'ICommand CommandFactory.Create(string commandLine)', validate parameter 'commandLine' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (TaskManagement\Core\CommandEngine.cs, line 31)
  8. Method 'void Engine.Start()' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string value)'. Retrieve the following string(s) from a resource table instead: "Command cannot be empty.". (TaskManagement\Core\Engine.cs, line 32)
  9. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'AddCommentToTaskCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Adding\AddCommentToTaskCommand.cs, line 31)
  10. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'AddCommentToTaskCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Adding\AddCommentToTaskCommand.cs, line 31)
  11. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangePriorityOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangePriorityOfBug.cs, line 29)
  12. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangePriorityOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangePriorityOfBug.cs, line 29)
  13. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangePriorityOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangePriorityOfBug.cs, line 34)
  14. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangePriorityOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangePriorityOfBug.cs, line 34)
  15. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangePriorityOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangePriorityOfStory.cs, line 29)
  16. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangePriorityOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangePriorityOfStory.cs, line 29)
  17. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangePriorityOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangePriorityOfStory.cs, line 34)
  18. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangePriorityOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangePriorityOfStory.cs, line 34)
  19. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeRatingOfFeedback.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeRatingOfFeedback.cs, line 31)
  20. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeRatingOfFeedback.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeRatingOfFeedback.cs, line 31)
  21. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeRatingOfFeedback.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeRatingOfFeedback.cs, line 36)
  22. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeRatingOfFeedback.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeRatingOfFeedback.cs, line 36)
  23. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeSeverityOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeSeverityOfBug.cs, line 25)
  24. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeSeverityOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeSeverityOfBug.cs, line 25)
  25. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeSeverityOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeSeverityOfBug.cs, line 26)
  26. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeSeverityOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeSeverityOfBug.cs, line 26)
  27. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeSizeOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeSizeOfStory.cs, line 28)
  28. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeSizeOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeSizeOfStory.cs, line 28)
  29. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeSizeOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeSizeOfStory.cs, line 33)
  30. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeSizeOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeSizeOfStory.cs, line 33)
  31. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfBug.cs, line 27)
  32. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfBug.cs, line 27)
  33. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfBug.cs, line 32)
  34. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfBug.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfBug.cs, line 32)
  35. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfFeedback.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfFeedback.cs, line 30)
  36. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfFeedback.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfFeedback.cs, line 30)
  37. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfFeedback.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfFeedback.cs, line 35)
  38. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfFeedback.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfFeedback.cs, line 35)
  39. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfStory.cs, line 30)
  40. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfStory.cs, line 30)
  41. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfStory.cs, line 35)
  42. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ChangeStatusOfStory.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeStatusOfStory.cs, line 35)
  43. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBoardInTeamCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBoardInTeamCommand.cs, line 36)
  44. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBoardInTeamCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBoardInTeamCommand.cs, line 36)
  45. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBoardInTeamCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBoardInTeamCommand.cs, line 36)
  46. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBoardInTeamCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBoardInTeamCommand.cs, line 36)
  47. The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToUpper(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 41)
  48. The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToUpper(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 42)
  49. The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToUpper(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 43)
  50. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 49)
  51. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 49)
  52. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 50)
  53. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 50)
  54. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 65)
  55. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 65)
  56. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 66)
  57. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateBugOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateBugOnBoard.cs, line 66)
  58. The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'CreateFeedbackOnBoard.Execute()' with a call to 'string.ToUpper(CultureInfo)'. (TaskManagement\Commands\Creating\CreateFeedbackOnBoard.cs, line 39)
  59. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateFeedbackOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateFeedbackOnBoard.cs, line 47)
  60. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateFeedbackOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateFeedbackOnBoard.cs, line 47)
  61. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateFeedbackOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateFeedbackOnBoard.cs, line 48)
  62. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateFeedbackOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateFeedbackOnBoard.cs, line 48)
  63. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateFeedbackOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateFeedbackOnBoard.cs, line 59)
  64. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateFeedbackOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateFeedbackOnBoard.cs, line 59)
  65. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateFeedbackOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateFeedbackOnBoard.cs, line 60)
  66. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateFeedbackOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateFeedbackOnBoard.cs, line 60)
  67. The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToUpper(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 34)
  68. The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToUpper(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 35)
  69. The behavior of 'string.ToUpper()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToUpper(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 36)
  70. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 43)
  71. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 43)
  72. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 44)
  73. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 44)
  74. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 58)
  75. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 58)
  76. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 59)
  77. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CreateStoryOnBoard.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\Creating\CreateStoryOnBoard.cs, line 59)
  78. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowAllTeamBoardsCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowAllTeamBoardsCommand.cs, line 33)
  79. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowAllTeamBoardsCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowAllTeamBoardsCommand.cs, line 33)
  80. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowAllTeamMembersCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowAllTeamMembersCommand.cs, line 32)
  81. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowAllTeamMembersCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowAllTeamMembersCommand.cs, line 32)
  82. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowBoardActivityCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowBoardActivityCommand.cs, line 43)
  83. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowBoardActivityCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowBoardActivityCommand.cs, line 43)
  84. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowBoardActivityCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowBoardActivityCommand.cs, line 43)
  85. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowBoardActivityCommand.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowBoardActivityCommand.cs, line 43)
  86. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowBoardActivityCommand.BoardExists(string, string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowBoardActivityCommand.cs, line 58)
  87. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowBoardActivityCommand.BoardExists(string, string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowBoardActivityCommand.cs, line 58)
  88. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowBoardActivityCommand.BoardExists(string, string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowBoardActivityCommand.cs, line 59)
  89. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowBoardActivityCommand.BoardExists(string, string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowBoardActivityCommand.cs, line 59)
  90. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'ShowWorkItemByTitle.Execute()' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Commands\ShowCommands\ShowWorkItemByTitle.cs, line 27)
  91. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'CommandFactory.Create(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\CommandEngine.cs, line 37)
  92. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.GetTeamByName(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 81)
  93. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.GetTeamByName(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 81)
  94. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.GetUserByName(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 87)
  95. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.GetUserByName(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 87)
  96. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.ShowTeamActivity(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 93)
  97. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.ShowTeamActivity(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 93)
  98. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.ShowUserActivity(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 99)
  99. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.ShowUserActivity(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 99)
  100. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.TeamExists(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 105)
  101. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.TeamExists(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 105)
  102. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.UserExists(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 110)
  103. The behavior of 'string.ToLower()' could vary based on the current user's locale settings. Replace this call in 'Repository.UserExists(string)' with a call to 'string.ToLower(CultureInfo)'. (TaskManagement\Core\Repository.cs, line 110)
  104. The behavior of 'string.Format(string, object, object)' could vary based on the current user's locale settings. Replace this call in 'AddUserToTeamCommand.Execute()' with a call to 'string.Format(IFormatProvider, string, params object[])'. (TaskManagement\Commands\Adding\AddUserToTeamCommand.cs, line 28)
  105. The behavior of 'int.Parse(string)' could vary based on the current user's locale settings. Replace this call in 'ChangeRatingOfFeedback.Execute()' with a call to 'int.Parse(string, IFormatProvider)'. (TaskManagement\Commands\ChangeWorkItemFeatures\ChangeRatingOfFeedback.cs, line 30)
  106. The behavior of 'int.Parse(string)' could vary based on the current user's locale settings. Replace this call in 'CreateFeedbackOnBoard.Execute()' with a call to 'int.Parse(string, IFormatProvider)'. (TaskManagement\Commands\Creating\CreateFeedbackOnBoard.cs, line 38)
  107. The behavior of 'string.Format(string, object, object)' could vary based on the current user's locale settings. Replace this call in 'CreateTeamCommand.Execute()' with a call to 'string.Format(IFormatProvider, string, params object[])'. (TaskManagement\Commands\Creating\CreateTeamCommand.cs, line 24)
  108. The behavior of 'string.Format(string, object, object)' could vary based on the current user's locale settings. Replace this call in 'CreateUserCommand.Execute()' with a call to 'string.Format(IFormatProvider, string, params object[])'. (TaskManagement\Commands\Creating\CreateUserCommand.cs, line 24)
  109. Use ordinal string comparison (TaskManagement\Core\Engine.cs, line 36)
  110. Remove the underscores from member name TaskManagement.Common.Constants.TITLE_NAME_LEN_MIN (TaskManagement\Common\Constants.cs, line 5)
  111. Remove the underscores from member name TaskManagement.Common.Constants.TITLE_NAME_LEN_MAX (TaskManagement\Common\Constants.cs, line 6)
  112. Remove the underscores from member name TaskManagement.Common.Constants.TITLE_NULL_ERR (TaskManagement\Common\Constants.cs, line 7)
  113. Remove the underscores from member name TaskManagement.Common.Constants.DESCRIPTION_LEN_MIN (TaskManagement\Common\Constants.cs, line 10)
  114. Remove the underscores from member name TaskManagement.Common.Constants.DESCRIPTION_LEN_MAX (TaskManagement\Common\Constants.cs, line 11)
  115. Remove the underscores from member name TaskManagement.Common.Constants.DESCRIPTION_NULL_ERR (TaskManagement\Common\Constants.cs, line 12)
  116. Remove the underscores from member name TaskManagement.Common.Constants.TEAM_NAME_LEN_MIN (TaskManagement\Common\Constants.cs, line 15)
  117. Remove the underscores from member name TaskManagement.Common.Constants.TEAM_NAME_LEN_MAX (TaskManagement\Common\Constants.cs, line 16)
  118. Remove the underscores from member name TaskManagement.Common.Constants.TEAM_NULL_ERR (TaskManagement\Common\Constants.cs, line 17)
  119. Remove the underscores from member name TaskManagement.Common.Constants.USER_NAME_LEN_MIN (TaskManagement\Common\Constants.cs, line 20)
  120. Remove the underscores from member name TaskManagement.Common.Constants.USER_NAME_LEN_MAX (TaskManagement\Common\Constants.cs, line 21)
  121. Remove the underscores from member name TaskManagement.Common.Constants.USER_NULL_ERR (TaskManagement\Common\Constants.cs, line 22)
  122. Remove the underscores from member name TaskManagement.Common.Constants.BOARD_NAME_LEN_MIN (TaskManagement\Common\Constants.cs, line 25)
  123. Remove the underscores from member name TaskManagement.Common.Constants.BOARD_NAME_LEN_MAX (TaskManagement\Common\Constants.cs, line 26)
  124. Remove the underscores from member name TaskManagement.Common.Constants.BOARD_NULL_ERR (TaskManagement\Common\Constants.cs, line 27)
  125. Remove the underscores from member name TaskManagement.Common.Constants.CREATE_USER_MIN_PARAMETERS (TaskManagement\Common\Constants.cs, line 30)
  126. Remove the underscores from member name TaskManagement.Common.Constants.CREATE_NULL_ERR (TaskManagement\Common\Constants.cs, line 31)
  127. Remove the underscores from member name TaskManagement.Common.Constants.CREATE_USER_LEN_ERR (TaskManagement\Common\Constants.cs, line 32)
  128. Remove the underscores from member name TaskManagement.Common.Constants.CREATE_TEAM_MIN_PARAMETERS (TaskManagement\Common\Constants.cs, line 34)
  129. Remove the underscores from member name TaskManagement.Common.Constants.CREATE_TEAM_NULL_ERR (TaskManagement\Common\Constants.cs, line 35)
  130. Remove the underscores from member name TaskManagement.Common.Constants.CREATE_TEAM_LEN_ERR (TaskManagement\Common\Constants.cs, line 36)
  131. Remove the underscores from member name TaskManagement.Common.Constants.ADD_USER_MIN_PARAMETERS (TaskManagement\Common\Constants.cs, line 38)
  132. Remove the underscores from member name TaskManagement.Common.Constants.ADD_NULL_ERR (TaskManagement\Common\Constants.cs, line 39)
  133. Remove the underscores from member name TaskManagement.Common.Constants.ADD_USER_LEN_ERR (TaskManagement\Common\Constants.cs, line 40)
  134. Remove the underscores from member name TaskManagement.Common.Constants.RATING_MINIMUM_VALUE (TaskManagement\Common\Constants.cs, line 42)
  135. Remove the underscores from member name TaskManagement.Common.Constants.RATING_MAXIMUM_VALUE (TaskManagement\Common\Constants.cs, line 43)
  136. Parameter args of method Main is never used. Remove the parameter or use it in the method body. (TaskManagement\Program.cs, line 9)
  137. Member 'ExtractCommandName' does not access instance data and can be marked as static (TaskManagement\Core\CommandEngine.cs, line 167)
  138. Member 'ExtractCommandParameters' does not access instance data and can be marked as static (TaskManagement\Core\CommandEngine.cs, line 176)
  139. Non-constant fields should not be visible (TaskManagement\Common\Constants.cs, line 8)
  140. Non-constant fields should not be visible (TaskManagement\Common\Constants.cs, line 13)
  141. Non-constant fields should not be visible (TaskManagement\Common\Constants.cs, line 18)
  142. Non-constant fields should not be visible (TaskManagement\Common\Constants.cs, line 23)
  143. Non-constant fields should not be visible (TaskManagement\Common\Constants.cs, line 28)
  144. Non-constant fields should not be visible (TaskManagement\Common\Constants.cs, line 44)
  145.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement