Cycle Detected in Oqtane.Server (>= 6.1.1) #5222
Replies: 2 comments 1 reply
-
@CliffConway this is usually ab MSBuild issue related to Nuget dependencies and/or naming conventions. For example if you create a project named "X" and you are also linking that project to a Nuget package named "X" - there will be a conflict (this can occur even if the namespaces are unique). |
Beta Was this translation helpful? Give feedback.
-
This issue has appeared as an error everytime I have compile my project (probably many hundreds of times in the last two weeks). It is obvious a misnomer as it is reported as an error by VS but does not stop the project running. It would interesting to find out why :-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting an error message when I compile my project which use Oqtane. However, this does not stop the project execute. Any one any ideas what is causing this?
Severity Code Description Project File Line Suppression State Details
Error (active) NU1108 Cycle detected.
Oqtane.Server -> CCS.Module.EDWNET.Server.Oqtane -> Oqtane.Server (>= 6.1.1). Oqtane.Server D:\Developments\EDW\Projects\EDWNET-Oqtane\oqtane.framework-dev\Oqtane.Server\Oqtane.Server.csproj 1
(Having said that, the project runs, I get an error in a system DLL (assemblyextensions.cs) related to loading an assembly, but I don't think this is related to the above error and I only mention it to be complete - that loading error is:-
System.Reflection.ReflectionTypeLoadException: 'Unable to load one or more of the requested types.
Could not load file or assembly 'AngleSharp, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea'. The system cannot find the file specified.'
PS I have resolved the missing AngleSharp issue - debug.cmd has been amended accordingly - so just the "Cycle Detected" error to be resolved
Beta Was this translation helpful? Give feedback.
All reactions