initial commit.
not working
This commit is contained in:
7
MailAddressVisualizerTest/Program.cs
Normal file
7
MailAddressVisualizerTest/Program.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
using System.Net.Mail;
|
||||
|
||||
var displayName = "Thomas Ardal";
|
||||
var email = "thomas@elmah.io";
|
||||
var mailAddress = new MailAddress(email, displayName);
|
||||
return;
|
||||
10
MailAddressVisualizerTest/Test.csproj
Normal file
10
MailAddressVisualizerTest/Test.csproj
Normal file
@@ -0,0 +1,10 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
3
MailAddressVisualizerTest/Test.slnx
Normal file
3
MailAddressVisualizerTest/Test.slnx
Normal file
@@ -0,0 +1,3 @@
|
||||
<Solution>
|
||||
<Project Path="Test.csproj" />
|
||||
</Solution>
|
||||
Reference in New Issue
Block a user