mertdas / RedPersist

212 stars 33 forks source link

Solution Explorer #2

Closed sec13b closed 3 hours ago

sec13b commented 4 hours ago

image

mertdas commented 4 hours ago

image

image

Works well on my side

sec13b commented 3 hours ago

i just try with: dotnet add package Costura.Fody --version 3.3.3 dotnet add package TaskScheduler --version 2.8.11

same cand build

mertdas commented 3 hours ago

Load the Visual Studio project up and go to "Tools" > "NuGet Package Manager" > "Package Manager Settings" Open "NuGet Package Manager" > "Package Sources"

Install the Fody Install-Package Costura.Fody -Version 3.3.3

Install the Taskscheduler Install-Package TaskScheduler -Version 2.8.11

sec13b commented 3 hours ago

i did : Load the Visual Studio project up and go to "Tools" > "NuGet Package Manager" > "Package Manager Settings" Open "NuGet Package Manager" > "Package Sources" Install-Package Costura.Fody -Version 3.3.3 Install-Package TaskScheduler -Version 2.8.11

image

sec13b commented 3 hours ago

image

mertdas commented 3 hours ago

I see SharpLateral,

If you are doing this in the RedPersist project, there will be no problem.

Nugets are added and compiled without any problems on my side.

mertdas commented 3 hours ago

image

sec13b commented 3 hours ago

i want test both

sec13b commented 3 hours ago

finally work for RedPersist.

Build started at 7:21 AM... 1>------ Build started: Project: RedPersist, Configuration: Release Any CPU ------ 1>MSBUILD : warning : Fody: Could not find a FodyWeavers.xml file at the project level (C:\Users\test\Downloads\RedPersist-main\RedPersist). A default file has been created. Please review the file and add it to your project. 1> RedPersist -> C:\Users\test\Downloads\RedPersist-main\RedPersist\bin\Release\RedPersist.exe ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== ========== Build completed at 7:21 AM and took 04.898 seconds ==========

sec13b commented 3 hours ago

for SharpLateral , same error.

sec13b commented 3 hours ago

no offense , can you upload SharpLateral to gofile.io

mertdas commented 3 hours ago

Please open your SharpLateral related issues under SharpLateral repo