dotnet / reproducible-builds

Contains the DotNet.ReproducibleBuilds package
MIT License
168 stars 18 forks source link

Reproducible builds with Razor Class Library #10

Closed meziantou closed 2 years ago

meziantou commented 2 years ago

I'm trying to update a project to .NET 6 RC1. The project is a Razor Class Library that contains Blazor components. I use the DotNet.ReproducibleBuilds@0.1.66 package to set the MSBuild properties for reproducible builds. It works great in .NET 5. However, in .NET 6 RC1, it seems the razor files are not embedded in the pdb.

Do you know if there is a new property to set for Razor components?