Replies: 1 comment
-
|
You're absolutely right! The project has indeed evolved from .NET Framework to .NET Core/.NET 8. Here's what I can tell you about the different versions: Available VersionsYou can find the older Framework-compatible versions in the git tags:
Key Differences You Mentionedv1.3.3 (.NET Framework 4.6.1):
Current version (v3.0.0/.NET 8):
Documentation ErrorYou're absolutely right - the description in the repository incorrectly uses "NlogViewer" (lowercase l) instead of "NLogViewer" (uppercase L). This is definitely an error that needs to be corrected. Correct naming should be everywhere:
Could you please tell me exactly where you noticed the inconsistent naming? Then I can identify the specific area and fix it. Related Issue: Fix inconsistent capitalization: "NlogViewer" should be "NLogViewer" #120 Additionally: I will correct the documentation in the repository to use the proper naming "NLogViewer" everywhere. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It looks like this started as a Framework project. And was changed to Core.
Any chance that the Framework instructions could be reposted?
Some discrepancies so far:
No TargetName property
DJ namespace non-existent
The L is lowercase in NlogViewer
Also, the color selection is different. Just hoping. There are still Framework apps out there.
Beta Was this translation helpful? Give feedback.
All reactions