From ea344016dc246e1fd2851a3295eea6f689525a7c Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Thu, 20 Apr 2017 20:47:45 +0200 Subject: [PATCH 01/10] Added test class for review comments. --- PullRequestSandbox/PullRequestSandbox.csproj | 1 + PullRequestSandbox/TestClass.cs | 27 ++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 PullRequestSandbox/TestClass.cs diff --git a/PullRequestSandbox/PullRequestSandbox.csproj b/PullRequestSandbox/PullRequestSandbox.csproj index bb80d26..2974d28 100644 --- a/PullRequestSandbox/PullRequestSandbox.csproj +++ b/PullRequestSandbox/PullRequestSandbox.csproj @@ -45,6 +45,7 @@ + diff --git a/PullRequestSandbox/TestClass.cs b/PullRequestSandbox/TestClass.cs new file mode 100644 index 0000000..6b8ce0c --- /dev/null +++ b/PullRequestSandbox/TestClass.cs @@ -0,0 +1,27 @@ +using System; + +namespace InlineComments +{ + class TestClass + { + public int PropertyWithComment1 { get; set; } + public int Property1 { get; } + public int Property2 { get; } + public int PropertyWithComment2 { get; set; } + + public void Method1() + { + // Method1 method contents. + } + + public void MethodWithComment2() + { + // MethodWithComment2 method contents. + } + + public void Method3() + { + // Method1 method contents. + } + } +} \ No newline at end of file From 3398937ee48804e55834cb0c4174c6c0832d580f Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Thu, 20 Apr 2017 20:50:00 +0200 Subject: [PATCH 02/10] Made some changes. --- PullRequestSandbox/TestClass.cs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/PullRequestSandbox/TestClass.cs b/PullRequestSandbox/TestClass.cs index 6b8ce0c..9c30d47 100644 --- a/PullRequestSandbox/TestClass.cs +++ b/PullRequestSandbox/TestClass.cs @@ -6,20 +6,15 @@ class TestClass { public int PropertyWithComment1 { get; set; } public int Property1 { get; } - public int Property2 { get; } public int PropertyWithComment2 { get; set; } - - public void Method1() - { - // Method1 method contents. - } + public int Property2 { get; } public void MethodWithComment2() { // MethodWithComment2 method contents. } - public void Method3() + public void Method1() { // Method1 method contents. } From 12ce5496c1ab59f8742756ad4b5bc6a9866441fe Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Wed, 26 Apr 2017 12:05:20 +0200 Subject: [PATCH 03/10] Deleted line --- PullRequestSandbox/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PullRequestSandbox/Program.cs b/PullRequestSandbox/Program.cs index 7965a2c..b2b30e6 100644 --- a/PullRequestSandbox/Program.cs +++ b/PullRequestSandbox/Program.cs @@ -10,7 +10,6 @@ class Program { static void Main(string[] args) { - // Testrun } } } From 80eb07f826eae9dc66c217dc2f1cf6a0a516ddbc Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Wed, 3 May 2017 22:26:16 +0200 Subject: [PATCH 04/10] Made a change --- PullRequestSandbox/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PullRequestSandbox/Program.cs b/PullRequestSandbox/Program.cs index b2b30e6..0a8a23f 100644 --- a/PullRequestSandbox/Program.cs +++ b/PullRequestSandbox/Program.cs @@ -8,6 +8,7 @@ namespace PullRequestSandbox { class Program { + // Made a change. static void Main(string[] args) { } From 2ddd2b5aaec206386d549523e2850194dd4b564f Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 9 Jun 2017 15:16:15 +0200 Subject: [PATCH 05/10] Hard breakfast. --- PullRequestSandbox/TestClass.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PullRequestSandbox/TestClass.cs b/PullRequestSandbox/TestClass.cs index 9c30d47..4d6c470 100644 --- a/PullRequestSandbox/TestClass.cs +++ b/PullRequestSandbox/TestClass.cs @@ -18,5 +18,10 @@ public void Method1() { // Method1 method contents. } + + public void AnotherMethod() + { + // Hard breakfast + } } } \ No newline at end of file From edbb23b979173b365367bb3e1cfc4094a98a3e5b Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 14 Jul 2017 16:40:10 +0200 Subject: [PATCH 06/10] Hard live --- PullRequestSandbox/TestClass.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PullRequestSandbox/TestClass.cs b/PullRequestSandbox/TestClass.cs index 4d6c470..263fb6d 100644 --- a/PullRequestSandbox/TestClass.cs +++ b/PullRequestSandbox/TestClass.cs @@ -22,6 +22,7 @@ public void Method1() public void AnotherMethod() { // Hard breakfast + // Hard life } } } \ No newline at end of file From 38bfdc7c203324e1422e9a6a6b4ed98a749f963c Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 14 Jul 2017 16:41:46 +0200 Subject: [PATCH 07/10] Changed that. --- PullRequestSandbox/TestClass.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/PullRequestSandbox/TestClass.cs b/PullRequestSandbox/TestClass.cs index 263fb6d..4d6c470 100644 --- a/PullRequestSandbox/TestClass.cs +++ b/PullRequestSandbox/TestClass.cs @@ -22,7 +22,6 @@ public void Method1() public void AnotherMethod() { // Hard breakfast - // Hard life } } } \ No newline at end of file From fe0cb886d9628ab1fd66f5d6f4acca6458ed6132 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 18 Aug 2017 12:50:39 +0200 Subject: [PATCH 08/10] Outdated a comment. --- PullRequestSandbox/TestClass.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PullRequestSandbox/TestClass.cs b/PullRequestSandbox/TestClass.cs index 4d6c470..44ebd5b 100644 --- a/PullRequestSandbox/TestClass.cs +++ b/PullRequestSandbox/TestClass.cs @@ -16,7 +16,7 @@ public void MethodWithComment2() public void Method1() { - // Method1 method contents. + // Method1 method contents.. } public void AnotherMethod() From 5affff80a92fcb44367df4a1e4244882105ecafa Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Mon, 21 Aug 2017 13:03:14 +0200 Subject: [PATCH 09/10] Made another change --- PullRequestSandbox/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PullRequestSandbox/Program.cs b/PullRequestSandbox/Program.cs index 0a8a23f..6aec3af 100644 --- a/PullRequestSandbox/Program.cs +++ b/PullRequestSandbox/Program.cs @@ -9,6 +9,7 @@ namespace PullRequestSandbox class Program { // Made a change. + // Another change static void Main(string[] args) { } From 13d7c5237bacdf4bd31710d685605a3e10e554c1 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Thu, 22 Feb 2018 22:07:04 +0100 Subject: [PATCH 10/10] Change. --- PullRequestSandbox/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PullRequestSandbox/Program.cs b/PullRequestSandbox/Program.cs index 6aec3af..3ae2649 100644 --- a/PullRequestSandbox/Program.cs +++ b/PullRequestSandbox/Program.cs @@ -12,6 +12,7 @@ class Program // Another change static void Main(string[] args) { + // } } }