mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #513] The type or namespace name `NLog' could not be found. #466
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#466
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @just-Bri on GitHub (Jul 11, 2018).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/513
Currently using Fedora 28, have updated mono-devel via http://www.mono-project.com/download/
FanControl.cs(1,7): error CS0246: The type or namespace nameNLog' could not be found. Are you missing an assembly reference?Plugins/FanControlPluginLoader.cs(1,7): error CS0246: The type or namespace name
NLog' could not be found. Are you missing an assembly reference? FanControl.cs(39,33): error CS0246: The type or namespace nameLogger' could not be found. Are you missing an assembly reference?Plugins/FanControlPluginLoader.cs(12,33): error CS0246: The type or namespace name `Logger' could not be found. Are you missing an assembly reference?
Formatting of the error is a bit wonky.
Did some googling and NLog appears to be a .NET logging library. Not sure to install/update it on Fedora.
@yitro-z-wang commented on GitHub (Aug 23, 2018):
Hello,
I've met the exactly same problem. The root cause is that the latest version of nuget.exe fails to read dependencies from
NoteBookFanControl.sln, which will leave critical packages uninstalled and then cause failures in building.My workaround is to download nuget.exe manually from https://www.nuget.org/downloads (v4.1.0 works, haven't tried other versions). After it's downloaded, forget
build.shbut just run:Now you can continue your installation : )
@github-actions[bot] commented on GitHub (Nov 25, 2019):
This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed