If your tests reference an Azure Functions isolated project, you may get a compile error to do with a missing ApplicationPartAttribute class #1171
MaxGuernseyIII
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If your tests reference an Azure Functions isolated project, you may get a compile error having to do with a missing
ApplicationPartAttribute
class.I certainly did. I struggled for quite a while trying to find the "right" solution and then realized I didn't actually need the auto-generated attributes forced into my assembly to work.
I added this class to my test assembly to get around it.
Beta Was this translation helpful? Give feedback.
All reactions