toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.51k stars 260 forks source link

Razor 3.1.0 support? #345

Closed Tiberriver256 closed 4 years ago

Tiberriver256 commented 4 years ago

Looks like maybe 3.1 isn't supported at the moment? I get the following runtime error:

System.IO.FileNotFoundException: 'Could not load file or assembly 'Microsoft.AspNetCore.Razor.Language, Version=3.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.'

Running on a .net core project with Microsoft.AspNetCore.Razor.Language 3.1.5 installed.

Tiberriver256 commented 4 years ago

Sorry about this. Looks to have been a bug with the Azure Functions runtime.

jzabroski commented 4 years ago

@Tiberriver256 Please see the FAQ and suggest any improvements. I wish the FAQ was not so complicated but its out of our hands.