-
-
Notifications
You must be signed in to change notification settings - Fork 773
[Bug]: PersonaBar does not show correct .NET Framework version, missing minor #6143
Copy link
Copy link
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
I recently updated the Initialize.cs code so that it returns the full/accurate dotnet framework version (e.g. 4.7.2, 4.8, 4.8.1). See Issue #6127.
However, after the merge into Develop branch, I did a new build and noticed it was working but NOT showing in the PersonaBar:

Steps to reproduce?
Compile latest develop branch after 9/25/2024, run DNN, hover on PersonaBar logo.
Current Behavior
See pic above.
Expected Behavior
I am expecting to see "4.8.1" for the .NET FRAMEWORK version.
Relevant log output
No response
Anything else?
Dnn.Platform/Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/ServerSummaryController.cs
Line 54 in 2bb650f
| FrameworkVersion = isHost ? Globals.NETFrameworkVersion.ToString(2) : string.Empty, |
I have a pull request forthcoming to make this change.
Affected Versions
9.13.4 (alpha)
What browsers are you seeing the problem on?
Chrome
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable