-
Notifications
You must be signed in to change notification settings - Fork 455
Open
Labels
ReplicatedI have been able to replicate the problemI have been able to replicate the problem
Description
Hi, I was testing FluentEmail with RazorRender and .netfx 4.7.1, but is always reported exception. Am I missing something to get it worked well with .netfx 4.7.1?
My FluentEmail version was 2.7.0.
Btw, I also tried it with .net core 2.2, the RazorRenderer worked well with it.
Thanks in advance.
using FluentEmail.Core;
using FluentEmail.Smtp;
using FluentEmail.Razor;
using RazorLight.Razor;
using Microsoft.Extensions.DependencyInjection;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Mail;
using System.Text;
using System.Threading.Tasks;
using Xunit;
namespace GeneralTest
{
public class FluntEmailTest
{
public FluntEmailTest()
{
Email.DefaultRenderer = new RazorRenderer();
}
[Fact]
public void Test1()
{
}
}
}Metadata
Metadata
Assignees
Labels
ReplicatedI have been able to replicate the problemI have been able to replicate the problem
