Skip to content

[Bug]: PersonaBar does not show correct .NET Framework version, missing minor #6143

@jeremy-farrance

Description

@jeremy-farrance

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:
image

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?

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions