Skip to content

Latest commit

 

History

History

csharp-dotnet-core3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

CSharp DotNet Core xUnit MailSlurp example

Example MailSlurp usage using dotnet-core-3 and xunit. See MailSlurp docs for more.

Setup

  • Install dotnet-core-3 sdk and cli.
  • dotnet restore
  • dotnet build

Run tests

Set API_KEY=your-api-key in environment variables then run dotnet test.