Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions PullRequestSandbox/Program.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
using System;
// first line here


Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deny



using System; // comment on first line
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace PullRequestSandbox
{
class Program
class Program // x
{
static void Main(string[] args)
{
/// yepyep
}
}
}

// another line to comment on
3 changes: 3 additions & 0 deletions PullRequestSandbox/PullRequestSandbox.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="extra_carriage_return.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
2 changes: 2 additions & 0 deletions PullRequestSandbox/extra_carriage_return.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
foo
bar
Expand Down