Well, I can't reproduce it, at least not with a project with entities and typed views. Could you tell me on which properties the attribute was present?
I recreated a new project btw. If you migrated a project from another framework (e.g. Entity Framework 6 or LLBLGen Pro) to Entity Framework Core 5 by changing the target framework, the attributes defined on various elements by the original framework are still in the project. To fix that, go to the project settings -> Entity model -> Code generation -> Attributes and remove all the ones you don't need. [Browsable(false)] is something we only define in LLBLGen Pro RTF projects.