aspnet / LibraryManager

Other
446 stars 78 forks source link

File copying errors #753

Closed leotsarev closed 1 month ago

leotsarev commented 1 month ago

Summary of the changes

Some kind of improvement to #697

jimmylewis commented 1 month ago

@leotsarev build failure indicates you missed a reference to the CopyFileAsync method.

leotsarev commented 1 month ago

It's hard to build locally. I can't found most Nugets. I'll look into

jimmylewis commented 1 month ago

It's hard to build locally. I can't found most Nugets. I'll look into

Sounds related to #728, I wonder if you have a different SDK version that to different runtime packages. Can you list your Nuget restore issues there? And maybe the workaround in https://github.com/aspnet/LibraryManager/issues/728#issuecomment-2044389049 can help work around that.

leotsarev commented 1 month ago

I used https://github.com/aspnet/LibraryManager/blob/44c5cb32c2449a81df7ab2b2e4b03ca141eca2d6/nuget.config and was able to build locally