mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
996 stars 183 forks source link

WebDiffer keeps loading on my browser upon Visual Studio 2019 compilation #75

Open angelochu7-zz opened 3 years ago

angelochu7-zz commented 3 years ago

Hi, I am using Visual Studio 2019 on Windows 10 and try to compile and run the WebDiffer project on browser but it just keeps loading forever. I changed the target framework to netcore 3.1 for the WebDiffer project and change to netstandard 2.0 as target frameworks for diffplex project as well. There are no error message from the error list in Visual Studio. Visual Studio itself caused the problem has been ruled out as I can create a web app in Visual Studio and run it without problem using netcore 3.1. Please kindly give me your suggestions if you have any ideas.

ashahabov commented 3 years ago

I had the same issue. Changed IIS Express on WebDiffer (Kestrel) and it works.

mmanela commented 3 years ago

@angelochu7 Does the suggestion from @adamshakhabov solve your issue?