The error occurs between two projects (PortalAdmin and Portal) that both contain the same static web asset. This appears to be related to the new static web asset compression feature in .NET 10.
What's the proper way to resolve static web asset conflicts across multiple projects in .NET 10? Should I disable compression, exclude assets, or is there a better approach?