soundaranbu / Razor.Templating.Core

Razor Templating Engine to render Razor Views(.cshtml files) to String in Console, Web, Service, Desktop workloads in .NET Core 3+

Home Page:https://soundaranbu.medium.com/render-razor-view-cshtml-to-string-in-net-core-7d125f32c79

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The tests failed

litan1106 opened this issue · comments

The examples ran fine but the tests failed.

image

Never mind, the tests ran fine on dotnet but failed in JetBrains Rider and Visual Studio with Resharper because the Rider TestRunner is located in a different location.

C:\Users\NOBODY\AppData\Local\JetBrains\Toolbox\apps\Rider\VERSION\lib\ReSharperHost\TestRunner\netcoreapp2.0

Hi @litan1106 , Thanks for reporting the issue & fixing it as well. You're awesome!
I'll review the changes, do some test & make a new release as soon as possible.

Hi @litan1106 , Thanks for reporting the issue & fixing it as well. You're awesome!
I'll review the changes, do some test & make a new release as soon as possible.

Thanks for the great library. Best solution I have seen so far.

Hi @litan1106 , Thanks for reporting the issue & fixing it as well. You're awesome!
I'll review the changes, do some test & make a new release as soon as possible.

@soundaranbu I am waiting for the new release.

Hi @litan1106, I thought this issue is affecting only when working with the source code (running the test cases in Rider)... So I was waiting for any new changes to arrive... If it is an issue when using the library itself in projects, I'm making a new release right away