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
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effort via GitHub Sponsors:
None, please continute to work for me for free :P
Absolutely, I get value out of this!
Maybe later
I'm already a sponsor... Woot!
Describe the bug
Some of the SPA module projects are missing having a properties class file. This helps to brand the DLL that's built.
React tsx
React jsx
Angular
Vue
Software Versions
DNN: N/A
Hotcakes: N/A
Visual Studio: N/A
To Reproduce
Steps to reproduce the behavior:
Latest release of Upendo DNN generator.
Run the generator to choose to create any of the aforementioned project types.
Open the solution in Visual Studio.
Expand the newly created SPA project.
Expected behavior
The expanded project has a Properties item in the solution explorer. Expanding it will reveal the underlying AssemblyInfo.cs class file that can be edited.
Actual behavior
This class file is missing entirely. I think just adding it will make everything work.
Screenshots
Error log
N/A
Additional context
This will also require an update to the respective .csproj file(s) for the updated projects.
The text was updated successfully, but these errors were encountered:
Sponsorship
If this request requires additional support (e.g., such as direct email/phone/meeting/development), I have the following interest in helping to sponsor the effort via GitHub Sponsors:
Describe the bug
Some of the SPA module projects are missing having a properties class file. This helps to brand the DLL that's built.
Software Versions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expanded project has a Properties item in the solution explorer. Expanding it will reveal the underlying
AssemblyInfo.cs
class file that can be edited.Actual behavior
This class file is missing entirely. I think just adding it will make everything work.
Screenshots
Error log
N/A
Additional context
This will also require an update to the respective
.csproj
file(s) for the updated projects.The text was updated successfully, but these errors were encountered: