You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am upgrading a project from .Net5 to .Net6. After doing the upgrade the generated output from R4MVC is significantly different under .Net6. I have included links to each of the generated code files below.
Upon further review it appears that the problem referenced in the original post resulted from changing the controllers to use "file scoped namespaces." When I changed the controllers back to "block scoped namespaces" R4MVC generated the same code as what was generated in .Net5.
I also had issues after converting my controllers to file scoped namespaces that were fixed when I converted them back to block scoped. Should we file this as a new bug report or will here be ok?
I am upgrading a project from .Net5 to .Net6. After doing the upgrade the generated output from R4MVC is significantly different under .Net6. I have included links to each of the generated code files below.
Is R4MVC supposed to work under .Net6?
A link to the .Net5 generated code is here.
A link to the .Net6 generated code is here
The text was updated successfully, but these errors were encountered: