Skip to content

Instantly share code, notes, and snippets.

using System;
namespace dotnet_ci_sample
{
public class MyClass
{
public static string Say(string name) => $"Hello {name}!!";
}
}
using dotnet_ci_sample;
using System;
using Xunit;
namespace test
{
public class UnitTest1
{
[Fact]
public void SayTest()
using System;
namespace dotnet_ci_sample
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}

Issue edited test data

{
 originalUrl: 'https://mtmrbackloghook.azurewebsites.net/api/comment-notification?code=00FRV5AbFd8QbQc7pwb/v1nSaHaZawqfKxg0qFkd/2m9IoLiNI5YwQ==',
 method: 'POST',
 query: {
  code: '00FRV5AbFd8QbQc7pwb/v1nSaHaZawqfKxg0qFkd/2m9IoLiNI5YwQ=='
 },
 headers: {
  connection: 'Keep-Alive',
Private Class Person
Private _name As String
Public Property Name() As String
Get
Return _name
End Get
Set(ByVal value As String)
_name = value
End Set
End Property
private class Person
{
public string Name { get; set; }
public int Age { get; set; }
}
private void Method()
{
Person me = new Person() { Name = "tsubaki", Age = 26 };
場所 ConsoleApplication1.Program.Method1() 場所 r:\Temp\difference_of_throw_and_throwex\ConsoleApplication1\ConsoleApplication1\Program.cs:行 34
場所 ConsoleApplication1.Program.Main(String[] args) 場所 r:\Temp\difference_of_throw_and_throwex\ConsoleApplication1\ConsoleApplication1\Program.cs:行 11
場所 ConsoleApplication1.Program.Method2() 場所 r:\Temp\difference_of_throw_and_throwex\ConsoleApplication1\ConsoleApplication1\Program.cs:行 38
場所 ConsoleApplication1.Program.Method1() 場所 r:\Temp\difference_of_throw_and_throwex\ConsoleApplication1\ConsoleApplication1\Program.cs:行 34
場所 ConsoleApplication1.Program.Main(String[] args) 場所 r:\Temp\difference_of_throw_and_throwex\ConsoleApplication1\ConsoleApplication1\Program.cs:行 11
using System;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
try
{
/* <system section="theme" selected="report"> */
@import "/css/theme/report/report.css";
/* </system> */
/* <system section="background" selected="default"> */
/* default */
/* </system> */
.entry-header {
margin-bottom: 20px;