I'm facing an issue after upgrading my Azure Function App from .NET 6 to .NET 8. When I check the code coverage report in TeamCity, I notice an additional entry labeled
empty namespace name
. This wasn't present before the upgrade, and it seems to include files that were previously categorized correctly under their respective namespaces.
Environment: .NET 8 (upgraded from .NET 6) Azure Function App TeamCity for CI/CD
Has anyone encountered a similar issue when upgrading to .NET 8? How can I fix this
empty namespace name
problem in the code coverage report in TeamCity?
Any suggestions or troubleshooting tips would be greatly appreciated.