aspnet / Razor

[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
883 stars 226 forks source link

SDK does not correctly resolve RazorExtension when multiple instances of RazorConfiguration are present #2721

Closed pranavkm closed 5 years ago

pranavkm commented 5 years ago

This is a bug in how we do filtering here: https://github.com/aspnet/Razor/blob/master/src/Microsoft.NET.Sdk.Razor/build/netstandard2.0/Sdk.Razor.CurrentVersion.targets#L282-L284

In addition, there's also an issue when multiple instances of RazorConfiguration with the same identity are resolved. This occurs in our interim builds when projects target netcoreapp3.0 but resolve a Microsoft.AspNetCore.App v2.x. We can do a small fix to do a better job here.