0

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.

6
  • Are you trying to upgrade a .NET 6 in-process function to a .NET 8 isolated function? Commented Oct 10, 2024 at 10:44
  • yes I have upgraded net6 to net8 Commented Oct 11, 2024 at 10:30
  • I am asking inprocess to isolated or isolated to isolated. Commented Oct 11, 2024 at 10:53
  • Yes Aslesha, isolated to isolated. Commented Oct 14, 2024 at 7:24
  • How you have deployed your app ?Are you getting the error for the deployed app ? Commented Oct 21, 2024 at 5:50

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.