-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Description
Describe the bug
I try 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, the path to the razor files in the pdb are local paths (C:\...) instead of a deterministic path (/_/...).
To Reproduce
- Repro - Source code, you can run the CI to generate the NuGet and binlog files or check the following zip files
- binlog + nuget - net5.zip (5.0.401)
- binlog + nuget - net6.zip (6.0.100-rc.1.21458.32)
Is there a new property to set in the csproj file to handle razor files in .NET 6?
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixed

