You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
I expect compiled package to be added to project like it happens when I add it from web dotnet add package FastReport.OpenSource --version 2024.2.1
Device (please complete the following information):
OS: debian 12
Browser: chrome
Version: latest on branch master
The text was updated successfully, but these errors were encountered:
m3dbedb
changed the title
Unable to app compiled package to asp web application project
Unable to add compiled package to asp web application project
Jul 23, 2024
m3dbedb
changed the title
Unable to add compiled package to asp web application project
Unable to add user-compiled package to asp web application project
Jul 24, 2024
Describe the bug
Error while importing user-compiled fast report package
To Reproduce
Steps to reproduce the behavior:
original guide is wrong (chmod 777 Tools/pack.sh && Tools/pack.sh)
Determining projects to restore...
Writing /tmp/tmp6I5jga.tmp
info : Adding PackageReference for package '../FastReport/pack/FastReport.OpenSource.2021.4.15.nupkg' into project '/home/username/frep/frep.csproj'.
info : GET https://api.nuget.org/v3/fastreport/pack/fastreport.opensource.2021.4.15.nupkg/index.json
info : NotFound https://api.nuget.org/v3/fastreport/pack/fastreport.opensource.2021.4.15.nupkg/index.json 5496 мс
info : GET https://api.nuget.org/v3/fastreport/pack/fastreport.opensource.2021.4.15.nupkg/index.json
info : NotFound https://api.nuget.org/v3/fastreport/pack/fastreport.opensource.2021.4.15.nupkg/index.json 266 мс
error: There are no versions available for the package '../FastReport/pack/FastReport.OpenSource.2021.4.15.nupkg'.
Expected behavior
I expect compiled package to be added to project like it happens when I add it from web
dotnet add package FastReport.OpenSource --version 2024.2.1
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: