dahall / TaskScheduler

Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.
MIT License
1.2k stars 191 forks source link

Dependency cycle detected #933

Closed ShiZNizZLe closed 2 years ago

ShiZNizZLe commented 2 years ago

Describe the bug https://docs.microsoft.com/nl-nl/nuget/reference/errors-and-warnings/NU1108

To Reproduce Open vs2022 install nuget package staskscheduler and/or taskschedluereditor receive errors: afbeelding

Expected behavior installs correctly

Environment (please complete the following information): win10 vs2022 vb.net forms app

dahall commented 2 years ago

THis is a typical problem with VS and NuGet. The best course I have found is to clear the NuGet cache from the Tools menu, exit VS, the reload your solution and try again.

ShiZNizZLe commented 2 years ago

didn't work unfortunately :/

ShiZNizZLe commented 2 years ago

ah it worked now, didnt work because my project was the same name