toddams / RazorLight

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

Fix System.UriFormatException in `DefaultAssemblyDirectoryFormatter` #489

Closed Xtansia closed 1 year ago

Xtansia commented 1 year ago

Also rename to IAssemblyPathFormatter as it returns the path to the assembly itself, not its directory.

Fixes #481